Skip to content

Non-collapsed row has no panels. #145

@Antiarchitect

Description

@Antiarchitect

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions