\Kendo\UI\PivotGridSortable
A PHP class representing the sortable setting of PivotGrid.
Methods
allowUnsort
If set to true the user can get the pivotgrid in unsorted state by clicking the sorted dimension field.
Returns
\Kendo\UI\PivotGridSortable
Parameters
$value boolean
Example
<?php
$sortable = new \Kendo\UI\PivotGridSortable();
$sortable->allowUnsort(true);
?>