SMART datagrid v.1 > Classes > ColumnGroup
如果通过参数index而指定的位置大于0并且小于ColumnGroup.count,就会清除相关位置的列并返回true。 否则,就会返回false。
var col = grid.focusedIndex().column(); if (col && col.group()) { col.group().removeAt(col.index()); }