Template Table Configuration
data class TemplateTableConfiguration(val fieldOptions: TemplateTableFieldOptions? = null, val fieldWells: TemplateTableFieldWells? = null, val paginatedReportOptions: TemplateTablePaginatedReportOptions? = null, val sortConfiguration: TemplateTableSortConfiguration? = null, val tableInlineVisualizations: List<TemplateTableInlineVisualization>? = null, val tableOptions: TemplateTableOptions? = null, val totalOptions: TemplateTotalOptions? = null)
Constructors
Link copied to clipboard
constructor(fieldOptions: TemplateTableFieldOptions? = null, fieldWells: TemplateTableFieldWells? = null, paginatedReportOptions: TemplateTablePaginatedReportOptions? = null, sortConfiguration: TemplateTableSortConfiguration? = null, tableInlineVisualizations: List<TemplateTableInlineVisualization>? = null, tableOptions: TemplateTableOptions? = null, totalOptions: TemplateTotalOptions? = null)
Properties
Link copied to clipboard
The field options for a table visual.
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
The paginated report options for a table visual.
Link copied to clipboard
The sort configuration for a TableVisual
.
Link copied to clipboard
A collection of inline visualizations to display within a chart.
Link copied to clipboard
The table options for a table visual.
Link copied to clipboard
The total options for a table visual.