SMART datagrid v.1 > Classes > RowGroupPanel
显示在网格顶部的行分组面板的Pixel单位高度。
需要指定大于0的值,才会被适用。 相比指定为大于0的minHeight,较小的值将会被设置为面板的高度。
默认值为0.
grid.setOptions({
rowGroup: {
panel: {
height: 25
}
}
});
grid.setOptions({
groupPanel: {
height: 25
}
});
grid.setGroupPanel({
height: 25
});
grid.groupPanel().setHeight(25);