[Vuejs]-Component for Vue.js 3 to add sorting, filtering and pagination to the table

0👍

Solution was to use community (free) version of ag-grid which has fresh releases, supports Vue 3 and has functionality for pagination, filtration and sorting.

It required some additional setup and styling, but it’s still better than other alternatives that I saw.

Just in case, it also works with Angular, React and native JavaScript.

1👍

Primevue’s DataTable component is perfect for this

👤Vivick

0👍

Use this data table

https://www.npmjs.com/package/data-table-vue-v3

it has some many advance features and completely free!

compatible with vue 2 and vue 3 both

👤Rahul

Leave a comment