SMART datagrid v.1 > Classes > GridView

Back  Forward

DataLudi.GridView.rowGrouped  property

如果网格是已进行行分组的状态,就会返回true。 

默认值为false.

Getter
function rowGrouped(): Boolean
Code -1
    $('#groupby').click(function (ev) {
        grid.groupBy(['comapny']);        
    });
See Also
groupBy
rowGroupFields
rowGroupLevels
mergedRowGrouped
Examples
行分组