In Grafana Enterprise 10.1.1.0 with the Infinity Datasource, I aim to have pagination parameters, such as “start” and “row,” directly controlled by the API, in a way that it fetches data in chunks like 0-100 rows on page 1, 101-200 on page 2, and so on. The API I’m working with is: http://universities.hipolabs.com/search.
I’d like to know if there are alternative methods or configurations within Grafana to achieve this kind of dynamic pagination where each page requests a specific range of rows from the API, as described above.