function table_getIsSomeRowsPinned<TFeatures, TData>(table, position?): boolean;function table_getIsSomeRowsPinned<TFeatures, TData>(table, position?): boolean;Defined in: features/row-pinning/rowPinningFeature.utils.ts:93
Checks whether any rows are pinned.
Omit position to check both regions, or pass 'top'/'bottom' to inspect one region.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
const hasPinnedRows = table_getIsSomeRowsPinned(table)const hasPinnedRows = table_getIsSomeRowsPinned(table)