How are Data Loaders supposed to be used in the context of pagination? So for example, I'm using Vuetify's Server-side Data Tables, which provide support for server-side pagination, but the page variable is sent in query string rather than as a route parameter. How am I supposed to pass page=N part to my data loader?
How are Data Loaders supposed to be used in the context of pagination? So for example, I'm using Vuetify's Server-side Data Tables, which provide support for server-side pagination, but the
page
variable is sent in query string rather than as a route parameter. How am I supposed to passpage=N
part to my data loader?Here is my page:
and here is my Data Loader: