How to go to a specific page after applying pagination
Summary
How to go to a specific page after applying paginationContent
Hi,
I am using below function to paginate ADP. Is it possible to go to a specific page after paginating ADP in JS.
PageModule.prototype.empTablePagination = function (empADP) {
return new PagingDataProviderView(new ArrayDataProvider(empADP, { idAttribute: 'id' }));
};
let say after returning PagingDataProviderView i want user to directly land on 5th page of the link
Runtime Dependency
Release
19.4.3Visual Builder Runtime Version
19.4.3.19Oracle JET Version
8.1.50