-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tree function of the [Bug Report] table component hides the child nodes of the tree when new nodes are added, as shown in the figure. #14933
Comments
Translation of this issue: Element UI version2.7.0 OS/Browsers versionWin10/chrome71 Vue version2.6.10 Reproduction Linkhttps://user-images.githubusercontent.com/18377791/55374933-d2876c80-553c-11e9-866c-fc4304908286.gif Steps to reproduceCreate a table component, use tree tables, use element 2.7.0, when adding tree nodes, the expanded tree will be closed directly. See the GIF chart below for details. Https://user-images.githubusercontent.com/18377791/55374933-d2876c80-553c-11e9-866c-fc4304908286.gif What is Expected?Expected Behavior: When new nodes are added, the trees that were originally deployed are still deployed and do not need to be closed. What is actually happening?Actual behavior: When new nodes are added, expanded content is closed |
知道怎么默认展开树嘛,大佬 |
展开树的子节点,如何自定义操作的按钮? |
see #15170 |
2.9 会支持该功能。 |
Element UI version
2.7.0
OS/Browsers version
win10/chrome71
Vue version
2.6.10
Reproduction Link
https://user-images.githubusercontent.com/18377791/55374933-d2876c80-553c-11e9-866c-fc4304908286.gif
Steps to reproduce
创建一个table组件,使用树表格,使用element 2.7.0,在新增树节点时,已展开的树,会直接关闭掉。详情见下在的gif图
https://user-images.githubusercontent.com/18377791/55374933-d2876c80-553c-11e9-866c-fc4304908286.gif
What is Expected?
期待的行为:新增节点后,原来展开的树,依然展开,不需要合起来
What is actually happening?
实际行为:新增节点时,已展开的内容会关闭掉
The text was updated successfully, but these errors were encountered: