-
Is there an existing issue for this?
Describe the bug8.4.1版本开始 Expected Behavior在8.4.0及之前版本中,TableColumn.Editable只会影响新增和编辑对话框中的列可见性,不会影响表格中的列可见性 Steps To Reproducehttps://github.com/[SteelTeng/bb-demo-github TableDemo.razor中 <TableColumn @bind-Field="@context.Address" Text="地址-Editable=false" Editable="false" />` Exceptions (if any)No response .NET Version8.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@SteelTeng Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@SteelTeng
#3249