function column_getSortIndex<TFeatures, TData, TValue>(column): number;function column_getSortIndex<TFeatures, TData, TValue>(column): number;Defined in: features/row-sorting/rowSortingFeature.utils.ts:424
Finds this column's position in the ordered state.sorting array.
The result is -1 when the column is not sorted.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column_Internal<TFeatures, TData, TValue>
number
const index = column_getSortIndex(column)const index = column_getSortIndex(column)