function column_getCanMultiSort<TFeatures, TData, TValue>(column): boolean;function column_getCanMultiSort<TFeatures, TData, TValue>(column): boolean;Defined in: features/row-sorting/rowSortingFeature.utils.ts:380
Checks whether this column can be added to a multi-sort state.
Column-level enableMultiSort wins over table-level enableMultiSort; if neither is set, accessor columns can multi-sort by default.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column_Internal<TFeatures, TData, TValue>
boolean
const canMultiSort = column_getCanMultiSort(column)const canMultiSort = column_getCanMultiSort(column)