SMART datagrid v1.4 > Classes > GridRow

Back  Forward

DataLudi.GridRow.parentIndex  property

부모행이 존재하면 부모행의 index를 리턴하고, 아니면 -1을 리턴한다. 

기본값은 -1.

Getter
function parentIndex(): Integer
Code -1
    var parent = grid.focusedRow().parent();
    if (parent) {
        console.log("그룹의 인덱스 : " + grid.focusedRow().parentIndex();
    }
Note
See Also
parent
GroupRow
Examples
행 그룹핑