Access pagination number of records picklist via javascript
Hello folks!
I need to create my own custom pagination within a Skuid page. I was wondering if there were any javascript methods I could tap into to, for example, access or change the number of records picklist (see screenshot).
Another thing that would be useful is to know which page of the pagination the user is on.

Cheers!
Louis
I need to create my own custom pagination within a Skuid page. I was wondering if there were any javascript methods I could tap into to, for example, access or change the number of records picklist (see screenshot).
Another thing that would be useful is to know which page of the pagination the user is on.

Cheers!
Louis
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
So I can now create my own next/prev/go-to-page navigation using stuff like: What I can't quite work our is how to set the number of records per page. There's this property: which I can set but if I then call render after setting it doesn't apply the update. I'm really looking for the method where currentPageSize can be set.
Another thing - I can access my particular component via the [41] in the above array of registeredLists - is that a safe way of accessing these properties or is there a better way of targeting the desired list?
Cheers!
Louis