We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232c5ea commit 495f0edCopy full SHA for 495f0ed
examples/angular/filters/src/app/app.component.ts
@@ -15,7 +15,6 @@ import {
15
createPaginatedRowModel,
16
createSortedRowModel,
17
filterFns,
18
- globalFacetingFeature,
19
injectTable,
20
isFunction,
21
rowPaginationFeature,
packages/table-core/src/types/Table.ts
@@ -75,7 +75,7 @@ export type Table<
75
| ('columnVisibilityFeature' extends keyof TFeatures
76
? Table_ColumnVisibility<TFeatures, TData>
77
: never)
78
- | ('globalFacetingFeature' extends keyof TFeatures
+ | ('columnFacetingFeature' extends keyof TFeatures
79
? Table_ColumnFaceting<TFeatures, TData>
80
81
| ('globalFilteringFeature' extends keyof TFeatures
0 commit comments