diff --git a/docs/guide/global-filtering.md b/docs/guide/global-filtering.md index a6cd743bea..f01e721315 100644 --- a/docs/guide/global-filtering.md +++ b/docs/guide/global-filtering.md @@ -75,7 +75,7 @@ const table = useReactTable({ columns, getCoreRowModel: getCoreRowModel(), getFilteredRowModel: getFilteredRowModel(), - globalFilterFn: 'text' // built-in filter function + globalFilterFn: 'includesString' // built-in and default filter function }) ```