\Kendo\UI\PivotConfiguratorSortable

A PHP class representing the sortable setting of PivotConfigurator.

Methods

allowUnsort

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

Returns

\Kendo\UI\PivotConfiguratorSortable

Parameters

$value boolean

Example

<?php
$sortable = new \Kendo\UI\PivotConfiguratorSortable();
$sortable->allowUnsort(true);
?>
In this article
Not finding the help you need?