Commit a84475b
feat: refactor features option to include row models and fns (#6318)
* feat: refactor features option to include row models and fns
* ci: apply automated fixes
* fix column/global filtering feature relationship in types
* fix TData in custom filterFns
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent 1022914 commit a84475b
698 files changed
Lines changed: 7414 additions & 6961 deletions
File tree
- docs
- framework
- angular
- guide
- reference
- functions
- type-aliases
- lit
- guide
- reference
- classes
- functions
- preact
- guide
- reference/functions
- react
- guide
- reference
- index/functions
- legacy
- functions
- interfaces
- type-aliases
- solid
- guide
- reference/functions
- svelte
- guide
- reference/functions
- vanilla/guide
- vue
- guide
- reference/functions
- guide
- reference
- index
- functions
- interfaces
- type-aliases
- variables
- static-functions/functions
- examples
- angular
- basic-app-table/src/app
- basic-external-atoms/src/app
- basic-external-state/src/app
- basic-inject-table/src/app
- column-groups/src/app
- column-pinning-split/src/app
- column-resizing/src/app
- column-sizing/src/app
- composable-tables/src/app
- custom-plugin/src/app
- editable/src/app
- expanding/src/app
- filters-faceted/src/app
- filters-fuzzy/src/app
- filters/src/app
- grouping/src/app
- kitchen-sink/src/app
- pagination/src/app
- remote-data/src/app
- row-pinning/src/app
- row-selection-signal/src/app
- row-selection/src/app
- signal-input/src/app/person-table
- sorting/src/app
- sub-components/src/app
- virtualized-columns/src/app
- virtualized-infinite-scrolling/src/app
- virtualized-rows/src/app
- with-tanstack-form/src/app
- with-tanstack-query/src/app
- lit
- basic-app-table/src
- basic-external-atoms/src
- basic-external-state/src
- basic-table-controller/src
- column-groups/src
- column-ordering/src
- column-pinning-split/src
- column-pinning-sticky/src
- column-pinning/src
- column-resizing-performant/src
- column-resizing/src
- column-sizing/src
- column-visibility/src
- composable-tables/src/hooks
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- pagination/src
- row-pinning/src
- row-selection/src
- sorting-dynamic-data/src
- sorting/src
- sub-components/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- preact
- basic-external-atoms/src
- basic-external-state/src
- basic-subscribe/src
- basic-use-app-table/src
- basic-use-table/src
- column-groups/src
- column-ordering/src
- column-pinning-split/src
- column-pinning-sticky/src
- column-pinning/src
- column-resizing-performant/src
- column-resizing/src
- column-sizing/src
- column-visibility/src
- composable-tables/src/hooks
- custom-plugin/src
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- pagination/src
- row-pinning/src
- row-selection/src
- sorting/src
- sub-components/src
- with-tanstack-query/src
- react
- basic-external-atoms/src
- basic-external-state/src
- basic-subscribe/src
- basic-use-app-table/src
- basic-use-legacy-table/src
- basic-use-table/src
- column-dnd/src
- column-groups/src
- column-ordering/src
- column-pinning-split/src
- column-pinning-sticky/src
- column-pinning/src
- column-resizing-performant/src
- column-resizing/src
- column-sizing/src
- column-visibility/src
- composable-tables/src/hooks
- custom-plugin/src
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink-hero-ui/src
- lib
- kitchen-sink-mantine/src
- lib
- kitchen-sink-material-ui/src
- lib
- kitchen-sink-react-aria/src
- lib
- kitchen-sink-shadcn-base/src
- lib
- kitchen-sink-shadcn-radix/src
- lib
- kitchen-sink/src
- lib-hero-ui/src
- lib-mantine/src
- lib-material-ui/src
- lib-react-aria/src
- lib-shadcn-base/src
- lib-shadcn-radix/src
- mantine-react-table/src/mantine-react-table/hooks
- material-react-table/src/material-react-table/hooks
- pagination/src
- row-dnd/src
- row-pinning/src
- row-selection/src
- sorting/src
- sub-components/src
- virtualized-columns-experimental/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows-experimental/src
- virtualized-rows/src
- with-tanstack-form/src
- with-tanstack-query/src
- with-tanstack-router/src/components
- solid
- basic-app-table/src
- basic-external-atoms/src
- basic-external-state/src
- basic-use-table/src
- column-pinning-split/src
- column-pinning-sticky/src
- column-pinning/src
- column-resizing-performant/src
- column-resizing/src
- column-sizing/src
- composable-tables/src/hooks
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- pagination/src
- row-pinning/src
- row-selection/src
- sorting/src
- sub-components/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- with-tanstack-form/src
- with-tanstack-query/src
- with-tanstack-router/src/components
- svelte
- basic-app-table/src
- basic-create-table/src
- basic-external-atoms/src
- basic-external-state/src
- basic-snippets/src
- column-groups/src
- column-ordering/src
- column-pinning-split/src
- column-pinning-sticky/src
- column-pinning/src
- column-resizing-performant/src
- column-resizing/src
- column-sizing/src
- column-visibility/src
- composable-tables/src/hooks
- expanding/src
- filtering/src
- filters-faceted/src
- filters-fuzzy/src
- grouping/src
- kitchen-sink/src
- pagination/src
- row-pinning/src
- row-selection/src
- sorting/src
- sub-components/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- with-tanstack-form/src
- with-tanstack-query/src
- vanilla
- basic/src
- pagination/src
- sorting/src
- vue
- basic-external-atoms/src
- basic-external-state/src
- basic-use-app-table/src
- basic-use-table/src
- column-pinning-split/src
- column-pinning-sticky/src
- column-resizing-performant/src
- column-resizing/src
- column-sizing/src
- composable-tables/src/hooks
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- pagination/src
- row-pinning/src
- row-selection/src
- sorting/src
- sub-components/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- with-tanstack-form/src
- with-tanstack-query/src
- packages
- angular-table
- skills/angular
- angular-rendering-directives
- references
- client-to-server
- compose-with-tanstack-query
- compose-with-tanstack-store
- compose-with-tanstack-virtual
- getting-started
- references
- migrate-v8-to-v9
- references
- production-readiness
- table-state
- references
- src/helpers
- tests
- flex-render
- lit-table
- skills/lit
- compose-with-tanstack-virtual
- getting-started
- lit-table-controller
- migrate-v8-to-v9
- table-state
- src
- tests/unit
- preact-table-devtools/skills/preact/compose-with-tanstack-devtools
- preact-table
- skills/preact
- client-to-server
- compose-with-tanstack-form
- compose-with-tanstack-query
- compose-with-tanstack-store
- compose-with-tanstack-virtual
- getting-started
- migrate-v8-to-v9
- production-readiness
- table-state
- references
- src
- react-table-devtools/skills/react/compose-with-tanstack-devtools
- react-table
- skills/react
- client-to-server
- compose-with-tanstack-form
- compose-with-tanstack-query
- compose-with-tanstack-store
- compose-with-tanstack-virtual
- references
- getting-started
- migrate-v8-to-v9
- production-readiness
- table-state
- src
- solid-table-devtools/skills/solid/compose-with-tanstack-devtools
- solid-table
- skills/solid
- client-to-server
- compose-with-tanstack-form
- compose-with-tanstack-pacer
- compose-with-tanstack-query
- compose-with-tanstack-store
- compose-with-tanstack-virtual
- getting-started
- migrate-v8-to-v9
- production-readiness
- table-state
- src
- svelte-table
- skills/svelte
- client-to-server
- compose-with-tanstack-form
- compose-with-tanstack-pacer
- compose-with-tanstack-query
- compose-with-tanstack-store
- compose-with-tanstack-virtual
- getting-started
- migrate-v8-to-v9
- production-readiness
- table-state
- src
- table-core
- skills
- column-definitions
- column-layout
- customizing-feature-behavior
- filtering
- references
- grouping
- migrate-v8-to-v9
- pagination
- row-expanding
- row-pinning
- row-selection
- setup
- sorting
- state-management
- src
- core
- row-models
- table
- features
- column-faceting
- column-filtering
- column-grouping
- global-filtering
- row-expanding
- row-pagination
- row-sorting
- helpers
- types
- tests
- helpers
- implementation/features
- row-pinning
- row-selection
- performance/features/column-grouping
- unit
- core
- table
- features/column-sizing
- table-devtools/src
- components
- vue-table-devtools/skills/vue/compose-with-tanstack-devtools
- vue-table
- skills/vue
- client-to-server
- compose-with-tanstack-form
- compose-with-tanstack-pacer
- compose-with-tanstack-query
- compose-with-tanstack-store
- compose-with-tanstack-virtual
- getting-started
- migrate-v8-to-v9
- production-readiness
- table-state
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
116 | | - | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
123 | 141 | | |
124 | 142 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
142 | | - | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
149 | 160 | | |
150 | 161 | | |
151 | 162 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
172 | | - | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
| |||
190 | 188 | | |
191 | 189 | | |
192 | 190 | | |
193 | | - | |
194 | 191 | | |
195 | 192 | | |
196 | 193 | | |
| |||
278 | 275 | | |
279 | 276 | | |
280 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
281 | 290 | | |
282 | 291 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 297 | + | |
308 | 298 | | |
309 | 299 | | |
310 | 300 | | |
| |||
356 | 346 | | |
357 | 347 | | |
358 | 348 | | |
359 | | - | |
360 | 349 | | |
361 | 350 | | |
362 | 351 | | |
| |||
374 | 363 | | |
375 | 364 | | |
376 | 365 | | |
377 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
378 | 373 | | |
379 | 374 | | |
380 | 375 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | 376 | | |
386 | 377 | | |
387 | 378 | | |
| |||
395 | 386 | | |
396 | 387 | | |
397 | 388 | | |
398 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
399 | 396 | | |
400 | 397 | | |
401 | 398 | | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | 399 | | |
407 | 400 | | |
408 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
| |||
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
112 | | - | |
113 | 109 | | |
114 | 110 | | |
115 | 111 | | |
| |||
138 | 134 | | |
139 | 135 | | |
140 | 136 | | |
141 | | - | |
142 | 137 | | |
143 | 138 | | |
144 | 139 | | |
| |||
0 commit comments