From 82c7c2ef9c6fdeff813da9d0a3f726f6fc5c178c Mon Sep 17 00:00:00 2001 From: Safi Seryo <88079147+Safy98@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:20:46 +0300 Subject: [PATCH] Update column-filtering.md fixed a typo where the 'both' word is written twice --- docs/guide/column-filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/column-filtering.md b/docs/guide/column-filtering.md index bca981e6db..bb5d2f7084 100644 --- a/docs/guide/column-filtering.md +++ b/docs/guide/column-filtering.md @@ -23,7 +23,7 @@ Filtering comes in 2 flavors: Column Filtering and Global Filtering. This guide will focus on column filtering, which is a filter that is applied to a single column's accessor value. -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. +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. ### Client-Side vs Server-Side Filtering @@ -332,4 +332,4 @@ There are a lot of Column and Table APIs that you can use to interact with the c - `column.getFilterIndex` - Useful for displaying in what order the current filter is being applied - `column.getAutoFilterFn` - -- `column.getFilterFn` - Useful for displaying which filter mode or function is currently being used \ No newline at end of file +- `column.getFilterFn` - Useful for displaying which filter mode or function is currently being used