-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Not sure if it's a Grafonnet bug at all, but I faced it using Grafonnet:
db.new(input.config.board_title)
+ db.withPanels([
row.new('Row Name')
+ row.withCollapsed(false)
+ row.withPanels( ... )
If using + row.withCollapsed(false)
rows are empty (no panels)
If using + row.withCollapsed(true)
panels are in place
There is a workaround in not using rowWithPanels
but flattening row and successive panels but it's not very comfortable to use especially with nested for
cycles
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request