[feat]: Shadcn table with client-side sorting, filtering, and pagination?
Feature description
I am researching and having problems with data being returned all at once (for example about 50-60 records), can I use shadcn-table to handle show data with pagination, filtering, and searching on the client-side? Because I want to use shadcn-table for client/server side. If possible, can you give me an example? I hope to receive help, thank you very much.
Additional Context
Additional details here...
Before submitting
- [x] I've made research efforts and searched the documentation
- [x] I've searched for existing issues and PRs
One of my project requires this kind of advanced table, but i want full client side implementation as my backend is on REST architecture.
I'm also interested in seeing what the performance of a client side implementation would look like. I will try to create a demo if I get the time.