Relative Content

Tag Archive for vue.js

How to paginate server data in Vuetify 1.5?

I’m trying to paginate the server side data in Vuetify 1.5. There are 4 records in the database. I can get the data for the first page of 3 entries, but I’m unable to display the total count (although response headers returns 4) and pagination controls as expected. Having said that, I can’t go the next page to display the 4th data as pagination is disabled for some reason. I tried to cross check the docs and I’m clueless on what needs to be done to get that fixed. Any help would be greatly appreciated.