function column_toggleSorting<TFeatures, TData, TValue>(
column,
desc?,
multi?): void;function column_toggleSorting<TFeatures, TData, TValue>(
column,
desc?,
multi?): void;Defined in: features/row-sorting/rowSortingFeature.utils.ts:187
Applies the next sorting state for this column.
The toggle can add, replace, flip, or remove this column's sort entry. Multi sorting respects enableMultiSort, maxMultiSortColCount, and the multi argument.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column_Internal<TFeatures, TData, TValue>
boolean
boolean
void
column_toggleSorting(column, undefined, true)column_toggleSorting(column, undefined, true)