kareemmahlees / tablex

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

[FEAT] Search for a value in a column #97

Closed kareemmahlees closed 3 weeks ago

kareemmahlees commented 1 month ago

Is your feature request related to a problem? Please describe. Scrubbing throw the table view to find a certain row with a value is tedious and takes time.

Describe the solution you'd like A search bar alongside table actions with a dropdown to select which column to filter by.

Additional context This can be done easily with Tanstacks Filter.

kareemmahlees commented 3 weeks ago

closing in favor of #100