<kendo:pivotConfigurator>
A JSP wrapper for Kendo UI PivotConfigurator.
Configuration Attributes
filterable boolean
If set to true the user will be able to filter by using the field menu.
Example
<kendo:pivotConfigurator filterable="filterable">
</kendo:pivotConfigurator>
height java.lang.Object
The height of the PivotConfigurator. Numeric values are treated as pixels.
Example
<kendo:pivotConfigurator height="height">
</kendo:pivotConfigurator>
sortable boolean
If set to true the user could sort the widget by clicking the dimension fields. By default sorting is disabled.Can be set to a JavaScript object which represents the sorting configuration. Further configuration is available via kendo:pivotConfigurator-sortable.
Example
<kendo:pivotConfigurator sortable="sortable">
</kendo:pivotConfigurator>
Configuration JSP Tags
kendo:pivotConfigurator-messages
The text messages displayed in the fields sections.
More documentation is available at kendo:pivotConfigurator-messages.
Example
<kendo:pivotConfigurator>
<kendo:pivotConfigurator-messages></kendo:pivotConfigurator-messages>
</kendo:pivotConfigurator>
kendo:pivotConfigurator-sortable
If set to true the user could sort the widget by clicking the dimension fields. By default sorting is disabled.Can be set to a JavaScript object which represents the sorting configuration.
More documentation is available at kendo:pivotConfigurator-sortable.
Example
<kendo:pivotConfigurator>
<kendo:pivotConfigurator-sortable></kendo:pivotConfigurator-sortable>
</kendo:pivotConfigurator>