You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Grafana Image Renderer to render a page that includes an InteractiveTable. It would be helpful if I could control which page of the table that is displayed programmatically so I can render each page of the table into a separate image. For example, I might use a URL parameter to control the page displayed in order to render each page. This would be useful if the table has a very large number of items and setting pageSize=0 would be impractical.
What would you like to be added:
A hook into the current page of a table, so the application can take action based on what page the table is on.
A "page" parameter, so the table can be set to a specific page without a mouse click or keyboard event.
Who is this feature for?
Grafana and plugin developers using InteractiveTables in applications