function table_getTopRows<TFeatures, TData>(table): Row<TFeatures, TData>[];function table_getTopRows<TFeatures, TData>(table): Row<TFeatures, TData>[];Defined in: features/row-pinning/rowPinningFeature.utils.ts:152
Resolves the visible rows pinned to the top region.
The result follows state.rowPinning.top order and marks each row with position = 'top'.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
Row<TFeatures, TData>[]
const rows = table_getTopRows(table)const rows = table_getTopRows(table)