You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/column-filtering.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Filtering comes in 2 flavors: Column Filtering and Global Filtering.
23
23
24
24
This guide will focus on column filtering, which is a filter that is applied to a single column's accessor value.
25
25
26
-
TanStack table supports both both client-side and manual server-side filtering. This guide will go over how to implement and customize both, and help you decide which one is best for your use-case.
26
+
TanStack table supports both client-side and manual server-side filtering. This guide will go over how to implement and customize both, and help you decide which one is best for your use-case.
27
27
28
28
### Client-Side vs Server-Side Filtering
29
29
@@ -332,4 +332,4 @@ There are a lot of Column and Table APIs that you can use to interact with the c
332
332
-`column.getFilterIndex` - Useful for displaying in what order the current filter is being applied
333
333
334
334
-`column.getAutoFilterFn` -
335
-
-`column.getFilterFn` - Useful for displaying which filter mode or function is currently being used
335
+
-`column.getFilterFn` - Useful for displaying which filter mode or function is currently being used
0 commit comments