You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to go to a specific page after applying pagination

edited May 20, 2021 5:51PM in Visual Builder 6 comments

Summary

How to go to a specific page after applying pagination

Content

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.3

Visual Builder Runtime Version

19.4.3.19

Oracle JET Version

8.1.5
 
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!