OneWayTech / vue2-datatable

(DEPRECATED) The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it!
MIT License
881 stars 230 forks source link

it works with ajax pagination? #187

Open TaniaDiian opened 4 years ago

TaniaDiian commented 4 years ago

i need simple pagination with filter, but when i change page and data datatable thinks that i want take chunk of data

for example if 10 per page and i take second page and return from backend 10 rows then second page is empty, problem with datatable, it want split rows into chunk with 10 size that why second page is empty

solution exist?