function table_getPreSelectedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;function table_getPreSelectedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: features/row-selection/rowSelectionFeature.utils.ts:155
Reads the row model before row selection is projected into selected rows.
Selection does not alter the base row pipeline, so this returns the core row model.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
RowModel<TFeatures, TData>
const rowsBeforeSelection = table_getPreSelectedRowModel(table)const rowsBeforeSelection = table_getPreSelectedRowModel(table)