CssClass is not added when set the CssClass of AutoGenerateColumn in the model #4473
Answered
by
ArgoZhang
sunshuai3748
asked this question in
Q&A
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.CssClass is not added when set the CssClass of AutoGenerateColumn in the model Describe the solution you'd likeCssClass should be added to somewhere of the related controls Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Oct 17, 2024
Replies: 2 comments
-
@sunshuai3748 Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sunshuai3748 编辑组件如需要自定义样式可以如下设置 <TableColumn @bind-Field="@context.Name" Width="100" ComponentParameters="ComponentParameters" />
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sunshuai3748
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sunshuai3748
AutoGenerateColumn
属性CssClass
是给表格单元格内设置样式使用的BootstrapBlazor/src/BootstrapBlazor/Components/Table/Table.razor.Sort.cs
Line 425 in be300a8
编辑组件如需要自定义样式可以如下设置
ComponentParameters
为参数字典