wave-ui
wave-ui copied to clipboard
Feature request for table component
Hey, first of all great library I really enjoy working with it! Super clean and many great features.
I am primarily building sites that display data so the Table component is of great use for me.
The pagination component would be really great (its already in development I think) so I am looking forward to it.
Filtering and sorting my data is usually perfomed in the backend and not the frontend (way more horsepower there and also the database technology can be used to efficiently sort and filter). So I would like to disable the sorting feature of the table in two ways:
- Disable the sorting completely (no arrows for indication in the header row)
- Keep the indication and events but disable the sorting functionality because if want to mutate the content myself.
Thanks and keep up the good work! :)