Add vuetify-datatable-extended to libraries
Hi Guys,
After using <v-datatable> for many different pages, I found I needed an abstraction over it to easily enable the search and filtering across all my tables (as they shared extremely similar implementations).
This is why I created the vuetify-datatable-extended package (demo here). It has the same interface as <v-datatable> component by passing through all the props and slots. However it also wires up:
- A search field
- Per field filtering
- Column selection
I hope this is alright to add to this awesome list, I added another heading in this README called Libraries.
Thanks for everything,. Ben
🥲
Really nice component created in 2020, unfortunaltely all the features have been implemented in Vuetify 3 Labs datatables.
It was useful at the time I guess, closing as it's not maintained anymore anyway