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?

1 Reply
mute-gold•3y 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.