I am trying to use Vuetify datatable and pagination components to show a paginated list of projects. But when I click on pagination link to display next page of data, I am seeing the message “No matching records found”. Clicking on next page calls next method that seems to get the correct data from server side (Rub on Rails) and setting projects and pagination data properties. The relevant vue file is in github at https://github.com/navjeetc/vuejs_rails/blob/vue_component/app/javascript/parts/projects.vue
Am I not setting everything or not calling axios propertly? I am new to Vue.