I'm using dataset in a component that dynamically loads in data in its created() method. This means, the data array is initially empty and gets filled once the AJAX call has finished. Dataset correctly displays the data, however, if there is more than one page, it always jumps to the last page. Is there a way to fix this?
Alternatively, is there a way to programmatically set the current page?
I'm using dataset in a component that dynamically loads in data in its created() method. This means, the data array is initially empty and gets filled once the AJAX call has finished. Dataset correctly displays the data, however, if there is more than one page, it always jumps to the last page. Is there a way to fix this?
Alternatively, is there a way to programmatically set the current page?