SMART datagrid v.1 > Classes > GridBase

[ grids ver.1.3.8]   Back  Forward

DataLudi.GridBase.sorted  property

If one or more columns are in the sorting state, return true

Getter
function sorted(): Boolean
Code -1
    // Clear sorting state.
    if (grid.sorted()) {
        grid.orderBy();
    }
See Also
orderBy
onSorting
onSorted
filtered
Examples
Column Sorting