Back to Table

table_getGlobalFacetedRowModel

docs/reference/functions/table_getGlobalFacetedRowModel.md

8.21.3713 B
Original Source

Function: table_getGlobalFacetedRowModel()

ts
function table_getGlobalFacetedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;

Defined in: features/column-faceting/columnFacetingFeature.utils.ts:59

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

RowModel<TFeatures, TData>