SMART datagrid v.1 > Classes > TreeDataSet

Back  Forward

DataLudi.TreeDataSet.clearRows  method

すべての行を削除する。 

削除の後onRefreshonRowCountChangedイベントが順番に発生する。 

function clearRows ();
Returns
Void
Code -1
    $('#clearData').click(function () {
        dataset.clearRows();
    });
See Also
onRefresh
onRowCountChanged
TreeDataRow
ツリー概要
Examples
Treeデータセット
Hello Tree