awesome icon indicating copy to clipboard operation
awesome copied to clipboard

Add vuetify-datatable-extended to libraries

Open benwinding opened this issue 5 years ago • 1 comments

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

benwinding avatar Jun 24 '20 03:06 benwinding

🥲

benwinding avatar Sep 10 '21 05:09 benwinding

Really nice component created in 2020, unfortunaltely all the features have been implemented in Vuetify 3 Labs datatables.

s-rigaud avatar Sep 06 '23 13:09 s-rigaud

It was useful at the time I guess, closing as it's not maintained anymore anyway

benwinding avatar Sep 06 '23 22:09 benwinding