-
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
[Feature Request]Design optimization of Table #15170
Comments
Translation of this issue: Existing Componentyes Component NameTable DescriptionTable's Common Problems
|
https://codepen.io/dawnfrost/pen/NJmjdK |
有支持表格可视区域渲染的计划吗 |
treeTable use load this way, i think will some problem. |
由于项目中很多带有 children 的数据 |
静等更新,不知道 @ziyoung 是不是官方维护人员,给你点个赞 |
pr #15709 |
树形表格缩进对齐的问题可以考虑一下吗? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Existing Component
是
Component Name
Table
Description
Table 常见的问题
鼠标在 table 的悬浮时触发重复渲染 [Bug Report] ElTable component calls row/cell class/style functions on hover event #14550(已修复)排序丢失 [Bug Report] When using V-IF and v-else-if to switch el-table-column in table, it will result in the invalidation of some properties of el-table-column. #14023clearSort 不能清除自定义 sort-mothod [Bug Report] Table clearSort() doesn't work on custom sort. #13873children,hasChildren 可配置[Feature Request] Optimizing Tree Table #14910展开行(default-expand-all 只是控制展开行)[Feature Request] [Feature Request] [Recommendation] Table table adds default expansion properties #14982优化
功能拆分,允许更多的自定义选项。
把展开行(type=exapnd)与显示树形数据的功能分别拆分成两个新组件:ExpandTable 与 TreeTable。这样就不用担心某些属性: default-expand-all expand-row-keys ,事件 expand-change,以及方法:toggleRowExpansion 有冲突了。性能优化以及提供更多的功能。
固定列实现优化
根据内容自适应宽度
The text was updated successfully, but these errors were encountered: