-
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(ITableColumn): update parameter to Nullable data type (#3802)
* refactor: searchable 更改为可为空类型 * fix: 修复使用 AutoGenerateColumnAttribute 值时继承 AutoGenerateClassAttribute 问题 * feat: Filterable 更改为可为空类型 * refactor: 更改 Sortable 为可为空类型 * refactor: 更改可折行配置为可为空类型 * refactor: Ignore/Readonly/Visible 更改为可为空数据类型 * refactor: ShowTips/ShowCopyColumn/Align 更改为可为空数据类型 * refactor: 增加继承 Class 标签值逻辑 * refactor: 优化继承 Class 标签中设置的参数值逻辑 * Revert "refactor: 优化继承 Class 标签中设置的参数值逻辑" This reverts commit 68d0055. * test: 更新单元测试 * test: 更新单元测试 * test: 更新单元测试 * fix: 修复注释 * refactor: 更正单词拼写 * chore: bump version 8.7.1 * refactor: 更新 Ignore 逻辑 * refactor: 动态数据移除忽略条件 * refactor: 更改数据类型提高性能 --------- Co-authored-by: Alex chow <zhouchuanglin@gmail.com>
- Loading branch information
1 parent
bb50e0b
commit 8bd79c7
Showing
25 changed files
with
247 additions
and
130 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
Oops, something went wrong.