feat(Table): edit.attrs/style/classNames support; table.lazyLoad #2402
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
feat(Table): 可筛选表格,当前
filterValue
未设置过滤值的默认值时,不再透传 undefined 到筛选器组件,某些组件的默认值必须为数组,不允许是 undefinedfeat(Table): 可筛选表格,支持透传
attrs/style/classNames
属性、样式、类名等信息到自定义组件,tdesign-vue#2627feat(Table): 新增
lazyLoad
用于懒加载整个表格feat(Table): 可编辑单元格,新增
edit.keepEditMode
,用于保持单元格始终为编辑模式fix(Table): 虚拟滚动场景,修复表头宽度和表内容宽度不一致问题
fix(Table): 虚拟滚动场景,修复默认的滚动条长度(位置)和滚动后的不一致问题
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单