mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
!2686 fix(#I53KLP): GroupName on TableColumn now work
* fix: 增加 Parameter 关键字
This commit is contained in:
parent
2720c8746e
commit
e7fa409949
@ -400,6 +400,7 @@ public class TableColumn<TItem, TType> : BootstrapComponentBase, ITableColumn
|
||||
/// <summary>
|
||||
/// 获得/设置 当前属性分组 默认 null
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public string? GroupName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user