Skip to content

Interactive Table: Add page number parameter to control client-side pagination #108425

@joeblubaugh

Description

@joeblubaugh

Why is this needed:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions