File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Since TanStack Table is headless and runs on a vanilla JavaScript core, it is ag
26
26
TanStack Table will help you build just about any type of table you can imagine. It has built-in state and APIs for the following features:
27
27
28
28
- [ Column Faceting] ( ../guide/column-faceting ) - List unique lists of column values or min/max values for a column
29
- - [ Column Filtering] ( ../guide/column-filtering ) - Filter rows based based on search values for a column
29
+ - [ Column Filtering] ( ../guide/column-filtering ) - Filter rows based on search values for a column
30
30
- [ Column Grouping] ( ../guide/grouping ) - Group columns together, run aggregations, and more
31
31
- [ Column Ordering] ( ../guide/column-ordering ) - Dynamically change the order of columns
32
32
- [ Column Pinning] ( ../guide/column-pinning ) - Pin (Freeze) columns to the left or right of the table
33
33
- [ Column Sizing] ( ../guide/column-sizing ) - Dynamically change the size of columns (column resizing handles)
34
34
- [ Column Visibility] ( ../guide/column-visibility ) - Hide/show columns
35
35
- [ Global Faceting] ( ../guide/global-faceting ) - List unique lists of column values or min/max values for the entire table
36
- - [ Global Filtering] ( ../guide/global-filtering ) - Filter rows based based on search values for the entire table
36
+ - [ Global Filtering] ( ../guide/global-filtering ) - Filter rows based on search values for the entire table
37
37
- [ Row Expanding] ( ../guide/expanding ) - Expand/collapse rows (sub-rows)
38
38
- [ Row Pagination] ( ../guide/pagination ) - Paginate rows
39
39
- [ Row Pinning] ( ../guide/row-pinning ) - Pin (Freeze) rows to the top or bottom of the table
You can’t perform that action at this time.
0 commit comments