[Vuejs]-Vue js recommended library for datatable

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.

Leave a comment