如果将类属性设置为:[AutoGenerateColumn(Ignore = true)],第一个TableColumn会消失 #3868
Answered
by
ArgoZhang
HongFei-Ye
asked this question in
Q&A
-
Is there an existing issue for this?
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 Version8.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Jul 19, 2024
Replies: 1 comment 2 replies
-
@HongFei-Ye Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
发布新版本
8.7.3-beta05
增加TableTemplateColumn
可不绑定模型任何字段模板
Template
内可以做很多事link #3879