vue-tree-grid icon indicating copy to clipboard operation
vue-tree-grid copied to clipboard

基于vue和优秀的iView组件库的树型表格(tree-table/tree-grid)

Results 28 vue-tree-grid issues
Sort by recently updated
recently updated
newest added

https://github.com/huanglong6828/vue-tree-grid/blob/efcccf1667de6748c154381c44571af2c98c45a3/src/components/treeGrid2.0.vue#L178

Uncaught SyntaxError: Unexpected token import

当展开子节点的时候,子节点并不是true,但是还是会选中,我想了解一下,你的默认选中其实是根据id的值来判断的是吗?还有就是是否选中也是根据id值来判断的?

能不能加你一个扣扣 有个问题需要向你请教

你的全选没有考虑子菜单。只要选中了4个按钮就会触发全选按钮。所以打开子菜单就出现了这样的情况 ![image](https://user-images.githubusercontent.com/17348438/28487687-a8dfc208-6ec8-11e7-9a0a-11672505a9bd.png) ![image](https://user-images.githubusercontent.com/17348438/28487688-b2a65c48-6ec8-11e7-9f45-362aa9e02172.png)