shadcn-table icon indicating copy to clipboard operation
shadcn-table copied to clipboard

[feat]: Shadcn table with client-side sorting, filtering, and pagination?

Open hellofrontendxxx opened this issue 4 months ago • 2 comments

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

hellofrontendxxx avatar Aug 15 '25 03:08 hellofrontendxxx

One of my project requires this kind of advanced table, but i want full client side implementation as my backend is on REST architecture.

madanbazgai avatar Sep 15 '25 07:09 madanbazgai

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.

Pedromigacz avatar Sep 28 '25 21:09 Pedromigacz