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

tree grid extends element ui with vue

Results 17 element-tree-grid issues
Sort by recently updated
recently updated
newest added

更新table的data属性,会导致树的展开状态乱掉,比如我先展开一级目录,然后更新data属性,结果展开的行消失了,然后刚刚展开的行的图标仍然是展开状态

设置expandAll为true,第一次加载数据时表格是展开的,但第二次加载数据表格没有展开

bug
help wanted

All data are objects(not your format, simular to ORM on sqlalchemy), so i cannot set "prop". And "remote" method never called, set "allRemote" does not help me

children are got from remote, when children are changed, how to refresh them without re-expand table?

![e pphh 8_3nmh 99knuqfpj](https://user-images.githubusercontent.com/13843979/46004160-c7163d00-c0e4-11e8-82c3-7a43443aa92c.png) `Car Gps & Accessories` 与 `CarLights` 的 `children` 都是异步请求的 如果不点击展开的话 两个都可以正常插入 各自的 `children` 但是!!!! ![3_0yttt81bockg_xo o vwf](https://user-images.githubusercontent.com/13843979/46004287-15c3d700-c0e5-11e8-899a-8c38a9567204.png) 如果 我点击展开某一项的话 另外一项就无法插入 `children` 数据是有改变的!!

请教如何删除、添加、修改 记录? 用官方table的方式删除会在错位

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies