Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pagination in Interactive Grid with Rest Data Source

KaiHübnerAug 26 2021

Hi,
I'm using Apex 20.2. I created a Rest Data Source to use data from Apache Solr in Apex. It's possible for me to show same data from solr, but I'm wondering howto use pagination. In solr i have to send the query string parameter "rows" with a value to set the amount of rows and the parameter start for the offset. I implemented these as parameters in the Rest Data Source and it works. But how can i change these parameters in the apex application to use it with the intaeractive Grid?
Thanks!
Screenshot 2021-08-26 142912.pngScreenshot 2021-08-26 143226.png

This post has been answered by Carsten Czarski-Oracle on Aug 26 2021
Jump to Answer
Comments
Post Details
Added on Aug 26 2021
4 comments
1,013 views