After extensive research, I am still unable to find an updated Vue.js 3 component that offers sorting, filtering, and pagination for tables without the need for additional requests to a backend API. The options I have come across either seem outdated, are designed for Vue 1/2, require payment, or are part of larger frameworks.
Is there anyone aware of an existing component that meets these criteria?
Here's a summary of what I found during my search:
- vuetifyjs - Data table component is still in development and tied to a larger framework.
- quasar - Table component is part of a framework.
- bootstrap-vue - Last official release was over a year ago and does not support Vue 3.
- vue-dataset - No official release with Vue 3 support yet.
- vue-good-table - No official release with Vue 3 support yet.
- vuejs-smart-table - Last official release was 2.5 years ago.
- vue-jd-table - Only one official release from 4 years ago.
- coreui - Available only in paid version.