TemplatePivotTableSortBy

data class TemplatePivotTableSortBy(val column: TemplateColumnSort? = null, val dataPath: TemplateDataPathSort? = null, val field: TemplateFieldSort? = null)

Constructors

Link copied to clipboard
constructor(column: TemplateColumnSort? = null, dataPath: TemplateDataPathSort? = null, field: TemplateFieldSort? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column sort (field id, direction) for the pivot table sort by options.

Link copied to clipboard

The data path sort (data path value, direction) for the pivot table sort by options.

Link copied to clipboard

The field sort (field id, direction) for the pivot table sort by options.