‘e-panels’ directive represent a panels of angular dashboardlayout
It must be contained in a dashboardlayout component(ej-dashboardlayout
).
<ejs-dashboardlayout>
<e-panels>
<e-panel></e-panel>
<e-panel></e-panel>
</e-panels>
</ejs-dashboardlayout>
any
Defines the column value where the panel to be placed.
Defaults to 0
any
Defines the template value that should be displayed as the panel’s content.
any
Defines the CSS class name that can be appended with each panel element.
Defaults to ”
any
Defines whether to the panel should be enabled or not.
Defaults to true
any
Defines the template value that should be displayed as the panel’s header.
any
Defines the id of the panel.
Defaults to ”
any
Specifies the maximum width of the panel in cells count.
Defaults to null
any
Specifies the maximum height of the panel in cells count.
Defaults to null
any
Specifies the minimum width of the panel in cells count.
Defaults to 1
any
Specifies the minimum height of the panel in cells count.
Defaults to 1
any
Defines a row value where the panel should be placed.
Defaults to 0
any
Specifies the width of the panel in the layout in cells count.
Defaults to 1
any
Specifies the height of the panel in the layout in cells count.
Defaults to 1
any
Specifies the z-index of the panel
Defaults to 1000