mesqueeb / quasar-ui-easy-tables

MIT License
10 stars 5 forks source link

The plugin is great, but i don't know how to make serverside pagination #6

Closed isbincApps closed 4 years ago

mesqueeb commented 4 years ago

Thanks for your issue! However, I'm afraid that's out of the scope of this project.

You can fork my project, and implement it directly into the main table component: https://github.com/mesqueeb/quasar-ui-easy-tables/blob/master/ui/src/components/EasyTable.vue

Or you could use Quasar tables instead. They have a guide on this: https://quasar.dev/vue-components/table#Server-side-pagination%2C-filter-and-sorting

isbincApps commented 4 years ago

ok @mesqueeb, thanks