T
TanStack3y ago
rare-sapphire

Can table be used for building product lists with filters and sort?

I wamt to build a product list with advanced filtering and sorting. Is table component can be used for such a thing with similar ui like this?
No description
1 Reply
mute-gold
mute-gold3y ago
While you might think it would be easier to build what you want like so, in fact this is a terrible use case for a table. You’re much better off building it in React or whatever, with your custom components.

Did you find this page helpful?