Skip to content

sort

enables sorting by header click

let sort: boolean|string

default value: true

  • “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
webix.grid({ sort:"multi" });

also check the next samples:

To include several columns into sorting ("multi" mode), the user must click the needed header with Ctrl key pressed.

Articles

API