Determines whether users can sort data in the grid by clicking a column header.
Default value: false
Type: Boolean
// Sort a column by clicking its header when allowSorting is set to true $("#element").wijgrid({ allowSorting: true });
When this option is set to true, users can toggle the sort order by clicking the column header again.
The Sorting sample demonstrates this feature.