sort Method

Sorts the data in this data provider.

sort(columnIndex: number, sortDirection: UiSortDirection): Promise<void>

Parameter Type Description
columnIndex number Index of the column to sort on.
sortDirection UiSortDirection Sorting direction.

Defined in

Last Updated: 08 January, 2020