sort
enables sorting by header click
let sort: boolean|string
default value: true
Values
Section titled “Values”- “multi” - enables sorting by clicking on the column header with the possibility to include several columns into sorting
- true - enables sorting by clicking on the column header
- false - disables sorting by clicking on the column header
Example
Section titled “Example”webix.grid({ sort:"multi" });
also check the next samples:
Details
Section titled “Details”To include several columns into sorting ("multi"
mode), the user must click the needed header with Ctrl key pressed.
See also
Section titled “See also”Articles
API