Skip to content

Commit 82c7c2e

Browse files
authored
Update column-filtering.md
fixed a typo where the 'both' word is written twice
1 parent 02c203a commit 82c7c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/column-filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Filtering comes in 2 flavors: Column Filtering and Global Filtering.
2323

2424
This guide will focus on column filtering, which is a filter that is applied to a single column's accessor value.
2525

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.
2727

2828
### Client-Side vs Server-Side Filtering
2929

@@ -332,4 +332,4 @@ There are a lot of Column and Table APIs that you can use to interact with the c
332332
- `column.getFilterIndex` - Useful for displaying in what order the current filter is being applied
333333

334334
- `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

Comments
 (0)