Skip to content

Commit

Permalink
docs: Update global-filtering.md (#5826)
Browse files Browse the repository at this point in the history
typo: setGlobalFilter
added the missing `r`
  • Loading branch information
frankieali authored Dec 30, 2024
1 parent a92ce6a commit 3cf4fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/global-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const table = useReactTable({
state: {
globalFilter,
},
onGlobalFilterChange: setGlobalFilte
onGlobalFilterChange: setGlobalFilter
})
```

Expand Down

0 comments on commit 3cf4fd9

Please sign in to comment.