ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Lesson 13: page field is not being well populated #87

Closed carmilso closed 6 years ago

carmilso commented 6 years ago

When changing the page over the vuetable-pagination the page query that is sent to the server is well populated.

But, if you are in a concrete page different from the first one (e.g. the number 2) and you try to apply a filter, then the page query that is sent is always 1: { sort: '', page: '1', per_page: '5', filter: '9' }.

Even so, the per_page query is well populated.