kareemmahlees / tablex

Cross-Platform table viewer written in Rust
https://tablex-tan.vercel.app
MIT License
64 stars 5 forks source link

[FEAT] Fuzzy filtering #100

Closed kareemmahlees closed 3 weeks ago

kareemmahlees commented 1 month ago

Is your feature request related to a problem? Please describe. Right now, there is no way for the user to search through the database for a specific record.

Describe the solution you'd like A fuzzy search implementation to search through the whole table.

Additional context This is easy to implement with Tanstack table: example