-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
如果将ProductModels设置为:[AutoGenerateColumn(Ignore = true)],第一个TableColumn会消失
在8.7.0版本正常,能够符合预期全部显示,8.7.1版本和8.7.2版本都会出现这个问题。
详细请查看复现工程(BlazorApp2.zip)
Expected Behavior
即使我将ProductModels设置为:[AutoGenerateColumn(Ignore = true)],但是我有使用了TableColumn,且TableColumn的Visible="true",TableColumn的优先级别应该高于AutoGenerateColumn,所以有多少个TableColumn就应该显示多少个。
Steps To Reproduce
当前复现工程版本为8.7.0,升级到8.7.1或者8.7.2即可复现。
Exceptions (if any)
No response
.NET Version
8.0
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
