Skip to content

DashboardSections should support any header component #9930

@eforest

Description

@eforest

Describe your motivation

Currently DashboardSections can have (as far as I could determine) only a simple title (via sectionTitle property).
I'd like to provice an "add" button for my sections, so that a user can add additional widgets to the given section.

Therefor DashboardSections should support any header component, similar to DashboardWidget.

Describe the solution you'd like

DashboardSections should support any header component, similar to DashboardWidget.

Describe alternatives you've considered

My current workaround is to have Dashboards in Dashboards (which works, but is complicated to handle).
I.e. instead of a DashboardSection I use a DashboardWidget with add button in the header and another Dashboard as content.

Additional context

No response

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