function table_getRowsInDisplayOrder<TFeatures, TData>(table): Row<TFeatures, TData>[];Defined in: core/rows/coreRowsFeature.utils.ts:32
Returns the rows in the current display order after assigning their zero-based display indexes.
When expanded rows bypass pagination, expanded descendants are inserted into the returned order even though they are absent from the pre-pagination row model.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
Row<TFeatures, TData>[]