SMART datagrid v1.4 > Classes > TreeDataSet

Back  Forward

DataLudi.TreeDataSet.clearRows  method

모든 행을 삭제한다. 

삭제 후 onRefresh, onRowCountChanged 이벤트가 차례로 발생한다. 

function clearRows ();
Returns
Void
Code -1
    $('#clearData').click(function () {
        dataset.clearRows();
    });
See Also
DataSet.onRefresh
DataSet.onRowCountChanged
TreeDataRow
트리 개요
Examples
Tree 데이터셋
Hello Tree