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