SMART datagrid v.1 > Classes > RowGroup
如果为true,当没有设置将要适用在levels的级别的RowGroupLevel对象时,将会使用上级的设置对象。
默认值为true.
grid.setOptions({
rowGroup: {
inheritsLevel: false
}
}
grid.setRowGroup({
inheritsLevel: false
});
grid.rowGroup().setInheritsLevel(false);