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!

