DataLudi Grid v.1 > Classes > GridBase

Back  Forward

GridBase.panel  property

Returns or specifies the GridPanel object which displays the status of Grouping at the top of Grid. 

Getter
function panel(): GridPanel
Setter
function setPanel(value: Object|GridPanel)
Code -1
    grid.setPanel({
        minHeight: 30
    });    
See Also
GridPanel
body
header
footer