sadmann7 / shadcn-table

A shadcn table component with server-side sorting, filtering, and pagination.
https://table.sadmn.com
MIT License
2.06k stars 175 forks source link

[feat]: Fuzzy Sort #420

Open Balance8 opened 2 weeks ago

Balance8 commented 2 weeks ago

Feature description

Getting fuzzy sort to work like in the docs: https://tanstack.com/table/latest/docs/framework/react/examples/filters-fuzzy

Then have the searchable inputs to search multiple values

Additional Context

Additional details here...

Before submitting