SortSettings

23 Sep 20251 minute to read

Configures the sorting behavior of Grid.

Properties

allowUnsort boolean

If allowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.

Defaults to true

columns SortDescriptorModel[]

Specifies the columns to sort at initial rendering of Grid.
Also user can get current sorted columns.

Defaults to []