-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Table): add IsVisibleWhenAdd/Edit parameter (#2938)
* feat(Table): support hiding column in dialog add and edit #2932 新建/编辑时隐藏某些列, 适应不同场景 todo : 渲染 Excel 单元格方法需不需要处理? * undo launchUrl * feat: 增加 IsVisibleWhenAdd/IsVisibleWhenEdit 参数 * feat: 重构显示编辑项逻辑 * refactor: 更新扩展方法 * refactor: 删除枚举 * doc: 更新菜单与示例 * doc: 更新文档 * doc: 精简代码 * test: 更新单元测试 * test: 移除异步设置逻辑 * test: 更新单元测试 * refactor: 更新样式 * fix: 修复编辑类型丢失问题 * fix: 修复行内编辑丢失编辑状态问题 * doc: 更新编辑示例 * fix: 修复新建行是无保存按钮问题 * test: 更新单元测试 * test: 更新单元测试 * refactor: 重构代码 * feat: 增加黑名单功能 * test: 更新单元测试 --------- Co-authored-by: Argo-AscioTech <argo@live.ca>
- Loading branch information
1 parent
e707027
commit bd47781
Showing
25 changed files
with
315 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.