标签:his == exp easy ui treegrid str row this select
treegrid
onClickRow: function(row) {
$(this).treegrid("toggle", row.id);
}
tree
onSelect:function(node){
$(this).tree(node.state === ‘closed‘ ? ‘expand‘ : ‘collapse‘, node.target);
}
标签:his == exp easy ui treegrid str row this select
原文地址:http://www.cnblogs.com/lanlanJser/p/6904180.html