-
Notifications
You must be signed in to change notification settings - Fork 129
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
feat: support to set the folderTree nodes whether to sort by default #614
Conversation
Codecov Report
@@ Coverage Diff @@
## main #614 +/- ##
==========================================
+ Coverage 88.88% 88.90% +0.01%
==========================================
Files 185 185
Lines 5409 5418 +9
Branches 1218 1222 +4
==========================================
+ Hits 4808 4817 +9
Misses 593 593
Partials 8 8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外,FolderTree 排序的,之前是个默认特性,现在可选的设计,还是有必要解释下的。
https://dtstack.github.io/molecule/docs/guides/extend-builtin-ui#foldertree
已在next版本文档中添加了说明 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Description
FolderTree's sorting function changed to configurable.
FolderTree.update supports updating the node whose id is 0.
Fixes #582
Fixes #604
Changes