<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.

Example

<kendo:pivotConfigurator>
    <kendo:pivotConfigurator-sortable></kendo:pivotConfigurator-sortable>
</kendo:pivotConfigurator>

Configuration Attributes

allowUnsort boolean

If set to true the user can get the widget in unsorted state by clicking the sorted dimension field.

Example

<kendo:pivotConfigurator-sortable allowUnsort="allowUnsort">
</kendo:pivotConfigurator-sortable>
In this article
Not finding the help you need?