4๐
I am also in the process of finding a good table library for vuejs. As far as my research goes, I have found one library which works very well โ vue-good-table. They have maintained a good documentation. You can see it here โ
https://xaksis.github.io/vue-good-table/
github url โ https://github.com/xaksis/vue-good-table
In case you are also looking for in-line editing of data, I did not find good options. If you can go for a paid library, ag-grid (https://www.ag-grid.com/example-gallery/) is a rich library with vuejs support.
- [Vuejs]-Can I combine Vue JS with Laravel and bootstrap?
- [Vuejs]-Vuetify v-data-table with vuex. Not rendering in unit test
Source:stackexchange.com