grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

Is there a pagination option available for SceneFlexLayout? #807

Open korinekgergely opened 2 months ago

korinekgergely commented 2 months ago

Is there currently a solution to pagination? What I need exactly: within the SceneCSSGridLayout, SceneGridLayout, but mainly in SceneFlexLayout elements, if there are a lot of children elements, outside the visibility area, I want to display how many elements there are, to step between them. I want a completely standard pagination element for this case.