SMART datagrid v.1 > Classes > GridRow

Back  Forward

DataLudi.GridRow.leaf  property

If it is not GroupRow or count is 0, it will return true

Defaults to false.

Getter
function leaf(): Boolean
Code -1
    var row = grid.focusedRow();
    if (row.leaf()) {
        console.log("The selected row has not been included in group.");
    }
See Also
level
GroupRow
Examples
Row Grouping