Skip to content

CssClass is not added when set the CssClass of AutoGenerateColumn in the model #4473

Answered by ArgoZhang
sunshuai3748 asked this question in Q&A
Discussion options

You must be logged in to vote

@sunshuai3748 AutoGenerateColumn 属性 CssClass 是给表格单元格内设置样式使用的

编辑组件如需要自定义样式可以如下设置

<TableColumn @bind-Field="@context.Name" Width="100" ComponentParameters="ComponentParameters" />

ComponentParameters 为参数字典

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sunshuai3748
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #4467 on October 17, 2024 11:32.