easyui treegrid 展开、折叠,一个按钮怎么实现
自己看/jquery-easyui-1.4.4/demo/treegrid/actions.html 这个示例
var exp=true; function action(){ $('#tg').treegrid(exp?'collapseAll':'expandAll'); exp=!exp }