SMART datagrid v1.4 > Examples
TreeView.dataRoot 속성에 타당한 데이터행 객체를 지정하면, 해당 행과 자손 행들만 트리에 표시된다.
$('#btnRoot').click(function () { var dataRoot = tree.focusedDataRow(); tree.setDataRoot(dataRoot); });
소스보기 JSP