Back to Table

Table_ColumnFaceting

docs/reference/interfaces/Table_ColumnFaceting.md

8.21.31.7 KB
Original Source

Interface: Table_ColumnFaceting<TFeatures, TData>

Defined in: features/column-faceting/columnFacetingFeature.types.ts:81

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getGlobalFacetedMinMaxValues()

ts
getGlobalFacetedMinMaxValues: () => [number, number] | undefined;

Defined in: features/column-faceting/columnFacetingFeature.types.ts:88

Returns the min and max values for the global filter.

Returns

[number, number] | undefined


getGlobalFacetedRowModel()

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

Defined in: features/column-faceting/columnFacetingFeature.types.ts:92

Returns the row model for the table after global filtering has been applied.

Returns

RowModel<TFeatures, TData>


getGlobalFacetedUniqueValues()

ts
getGlobalFacetedUniqueValues: () => Map<any, number>;

Defined in: features/column-faceting/columnFacetingFeature.types.ts:96

Returns the faceted unique values for the global filter.

Returns

Map<any, number>