Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grid and dashboard layouts #228

Open
RossCampbellDev opened this issue Nov 4, 2024 · 0 comments
Open

grid and dashboard layouts #228

RossCampbellDev opened this issue Nov 4, 2024 · 0 comments

Comments

@RossCampbellDev
Copy link

At present, row.withPanels([]) only works as intended when used within a util.grid.makeGrid([]) - otherwise any panels added to the row will simply be invisible.

If trying to make use of row.withRepeat() while not using makeGrid([]), you have to define your row inside your dashboard.withPanels([]) array, then append another array to that containing the panels that you would have put inside row.withPanels([) (if it made any sense)

This then makes it impossible to combine some static panels (eg occurs only once within a dashboard) with anything that is repeated by use of row.withRepeat() because every panel mentioned repeats, wherever it occurs in the dashboard.withPanels([]) array.

when using makeGrid([]) we still repeat ALL mentioned panels, not just those within the grid

using v11.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant