!791 docs(#I2AAOW): update docs for table Sortable

* doc: Table文档 Attributes 属性中增加 OnClickRowCallback 说明
* doc: 修正Table文档中Attributes属性的Sortable类型描述错误
This commit is contained in:
一事冇诚 2020-12-22 11:14:14 +08:00 committed by Argo
parent 72b85a1e94
commit 0f153a8874

View File

@ -64,7 +64,7 @@ namespace BootstrapBlazor.Shared.Pages
new AttributeItem() {
Name = "Sortable",
Description = "是否排序",
Type = "string",
Type = "boolean",
ValueList = "true|false",
DefaultValue = "false"
},