SMART datagrid v.1 > Classes > TreeDataSet
在通过调用setRowTags,变更数据行的标签之后,将会触发这个事件。
ds.onTagsChanged = function (ds, rows) { console.log('Data tag changed: ' + rows.length + ' = ' + ds.getRowTag(rows[0])); };