Commit eba5386
authored
feat: new filter, sort, aggregation Fns, and recommended import patterns (TanStack#6415)
* feat: new filter, sort, aggregation Fns, and recommended import patterns
* fix some examples1 parent a6dcc22 commit eba5386
435 files changed
Lines changed: 7146 additions & 3842 deletions
File tree
- docs
- framework
- alpine/guide
- angular/guide
- ember/guide
- lit/guide
- preact/guide
- react/guide
- solid/guide
- svelte/guide
- vue/guide
- guide
- reference
- index
- functions
- interfaces
- type-aliases
- variables
- static-functions/functions
- examples
- alpine
- basic-dynamic-columns/src
- basic-external-atoms/src
- basic-external-state/src
- custom-plugin/src
- expanding/src
- filters-faceted/src
- filters/src
- grouping/src
- row-pinning/src
- row-selection/src
- sorting-dynamic-data/src
- sorting/src
- angular
- basic-dynamic-columns/src/app
- basic-external-atoms/src/app
- basic-external-state/src/app
- composable-tables/src/app
- filters-faceted/src/app
- filters-fuzzy/src/app
- filters/src/app
- grouping/src/app
- kitchen-sink/src/app
- row-pinning/src/app
- row-selection-signal/src/app
- row-selection/src/app
- sorting/src/app
- virtualized-columns/src/app
- virtualized-infinite-scrolling/src/app
- virtualized-rows/src/app
- with-tanstack-form/src/app
- ember
- basic-external-atoms/app/templates
- basic-external-state/app/templates
- custom-plugin/app/templates
- expanding/app/templates
- filters-faceted/app/templates
- filters-fuzzy/app/templates
- filters/app/templates
- grouping/app/templates
- kitchen-sink/app/templates
- row-pinning/app/templates
- row-selection/app/templates
- sorting/app/templates
- lit
- basic-app-table/src
- basic-dynamic-columns/src
- basic-external-atoms/src
- basic-external-state/src
- basic-subscribe/src
- composable-tables/src/hooks
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- row-pinning/src
- row-selection/src
- sorting-dynamic-data/src
- sorting/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- preact
- basic-dynamic-columns/src
- basic-external-atoms/src
- basic-external-state/src
- basic-subscribe/src
- composable-tables/src/hooks
- custom-plugin/src
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- row-pinning/src
- row-selection/src
- sorting/src
- with-tanstack-form/src
- react
- basic-dynamic-columns/src
- basic-external-atoms/src
- basic-external-state/src
- basic-subscribe/src
- composable-tables/src/hooks
- custom-plugin/src
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink-chakra-ui/src
- hooks
- types
- kitchen-sink-hero-ui/src
- hooks
- types
- kitchen-sink-mantine/src
- hooks
- types
- kitchen-sink-material-ui/src
- hooks
- types
- kitchen-sink-react-aria/src
- hooks
- types
- kitchen-sink-shadcn-base/src
- hooks
- types
- kitchen-sink-shadcn-radix/src
- hooks
- types
- lib-chakra-ui/src
- lib-hero-ui/src
- lib-mantine/src
- lib-material-ui/src
- lib-react-aria/src
- lib-shadcn-base/src
- lib-shadcn-radix/src
- row-pinning/src
- row-selection/src
- sorting/src
- virtualized-columns-experimental/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows-experimental/src
- virtualized-rows/src
- web-worker-row-models/src
- with-tanstack-form/src
- solid
- basic-dynamic-columns/src
- basic-external-atoms/src
- basic-external-state/src
- composable-tables/src/hooks
- expanding/src
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- row-pinning/src
- row-selection/src
- sorting/src
- with-tanstack-form/src
- svelte
- basic-app-table/src
- basic-dynamic-columns/src
- basic-external-atoms/src
- basic-external-state/src
- column-pinning/src
- composable-tables/src/hooks
- expanding/src
- filtering/src
- filters-faceted/src
- filters-fuzzy/src
- grouping/src
- kitchen-sink/src
- row-pinning/src
- row-selection/src
- sorting/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- with-tanstack-form/src
- vanilla/sorting/src
- vue
- basic-dynamic-columns/src
- composable-tables/src/hooks
- filters-faceted/src
- filters-fuzzy/src
- filters/src
- grouping/src
- kitchen-sink/src
- sorting/src
- virtualized-columns/src
- virtualized-infinite-scrolling/src
- virtualized-rows/src
- with-tanstack-form/src
- packages
- angular-table/skills/migrate-v8-to-v9
- ember-table/skills/create-table-hook
- lit-table/skills/migrate-v8-to-v9
- preact-table/skills/migrate-v8-to-v9
- react-table/skills/migrate-v8-to-v9
- solid-table/skills/migrate-v8-to-v9
- svelte-table/skills
- getting-started
- migrate-v8-to-v9
- table-core
- skills
- column-faceting
- column-filtering
- global-filtering
- grouping
- migrate-v8-to-v9
- sorting
- table-features
- src
- features
- column-filtering
- column-grouping
- global-filtering
- row-sorting
- fns
- helpers
- types
- tests/unit
- features
- fns
- vue-table/skills
- getting-started
- migrate-v8-to-v9
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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
89 | | - | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
96 | | - | |
| 102 | + | |
| 103 | + | |
97 | 104 | | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
103 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
| |||
227 | 237 | | |
228 | 238 | | |
229 | 239 | | |
230 | | - | |
| 240 | + | |
231 | 241 | | |
232 | 242 | | |
233 | 243 | | |
| 244 | + | |
| 245 | + | |
234 | 246 | | |
| 247 | + | |
235 | 248 | | |
236 | 249 | | |
| 250 | + | |
| 251 | + | |
237 | 252 | | |
238 | 253 | | |
239 | 254 | | |
240 | 255 | | |
241 | 256 | | |
| 257 | + | |
242 | 258 | | |
243 | 259 | | |
244 | 260 | | |
245 | | - | |
| 261 | + | |
246 | 262 | | |
247 | 263 | | |
248 | 264 | | |
249 | 265 | | |
250 | 266 | | |
251 | | - | |
| 267 | + | |
252 | 268 | | |
253 | 269 | | |
254 | 270 | | |
| |||
282 | 298 | | |
283 | 299 | | |
284 | 300 | | |
285 | | - | |
| 301 | + | |
286 | 302 | | |
287 | 303 | | |
288 | 304 | | |
| |||
298 | 314 | | |
299 | 315 | | |
300 | 316 | | |
301 | | - | |
| 317 | + | |
| 318 | + | |
302 | 319 | | |
303 | 320 | | |
304 | 321 | | |
| |||
321 | 338 | | |
322 | 339 | | |
323 | 340 | | |
324 | | - | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
325 | 344 | | |
326 | 345 | | |
327 | 346 | | |
| 347 | + | |
| 348 | + | |
328 | 349 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
343 | 362 | | |
344 | | - | |
345 | | - | |
| 363 | + | |
346 | 364 | | |
347 | | - | |
348 | | - | |
349 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
350 | 377 | | |
351 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
352 | 383 | | |
353 | 384 | | |
354 | 385 | | |
| |||
461 | 492 | | |
462 | 493 | | |
463 | 494 | | |
464 | | - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
465 | 499 | | |
466 | 500 | | |
467 | 501 | | |
| |||
486 | 520 | | |
487 | 521 | | |
488 | 522 | | |
489 | | - | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
490 | 527 | | |
491 | 528 | | |
492 | 529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
147 | | - | |
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
| |||
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
157 | | - | |
158 | | - | |
| 155 | + | |
| 156 | + | |
159 | 157 | | |
160 | 158 | | |
161 | 159 | | |
| |||
171 | 169 | | |
172 | 170 | | |
173 | 171 | | |
174 | | - | |
| 172 | + | |
175 | 173 | | |
176 | 174 | | |
177 | 175 | | |
| |||
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
197 | | - | |
| 195 | + | |
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
| |||
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
212 | | - | |
| 210 | + | |
213 | 211 | | |
214 | 212 | | |
215 | 213 | | |
| |||
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
231 | | - | |
| 229 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | | - | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | | - | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments