mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-06 05:59:45 +08:00
!791 docs(#I2AAOW): update docs for table Sortable
* doc: Table文档 Attributes 属性中增加 OnClickRowCallback 说明 * doc: 修正Table文档中Attributes属性的Sortable类型描述错误
This commit is contained in:
parent
72b85a1e94
commit
0f153a8874
@ -64,7 +64,7 @@ namespace BootstrapBlazor.Shared.Pages
|
||||
new AttributeItem() {
|
||||
Name = "Sortable",
|
||||
Description = "是否排序",
|
||||
Type = "string",
|
||||
Type = "boolean",
|
||||
ValueList = "true|false",
|
||||
DefaultValue = "false"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user