table
table copied to clipboard
Add missing equalsStringSenstivie
The docs reference a equalsStringSensitive filter function that seems to be entirely missing. Figured simple enough to include rather than remove from the docs. (Unless there's historical reasons for it being removed? I'm unable to find when that happened.)
https://github.com/TanStack/table/blame/v8.21.3/docs/guide/column-filtering.md#L160
Edit: This summarizes the issue for me that I discovered. Was filtering for Active vs Inactive.
https://github.com/TanStack/table/issues/4951