API Reference > presentation-components > Table > PresentationTableDataProvider > sort sort Method Sorts the data in this data provider. sort(columnIndex: number, sortDirection: SortDirection): Promise<void> Parameter Type Description columnIndex number Index of the column to sort on. sortDirection SortDirection Sorting direction. Returns - Promise<void> Defined in presentation/components/src/presentation-components/table/DataProvider.ts Line 149 Last Updated: 11 June, 2024