TanStack

Table_RowModels_Sorted

Interface: Table_RowModels_Sorted<TFeatures, TData>

Defined in: features/row-sorting/rowSortingFeature.types.ts:282

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getPreSortedRowModel()

ts
getPreSortedRowModel: () => RowModel<TFeatures, TData>;

Defined in: features/row-sorting/rowSortingFeature.types.ts:289

Reads the row model immediately before sorting.

Returns

RowModel<TFeatures, TData>


getSortedRowModel()

ts
getSortedRowModel: () => RowModel<TFeatures, TData>;

Defined in: features/row-sorting/rowSortingFeature.types.ts:293

Resolves the row model after sorting has been applied.

Returns

RowModel<TFeatures, TData>