Description

지정한 데이터행의 자식 행 개수를 가져온다.

Syntax

function getChildCount(rowId)

Parameters

rowId
Type: Number
데이터행의 트리 아이디.

Return value

Type: Number
자식 행 개수

Examples

    var count = treeProvider.getChilCount(3);