mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
更新文档
This commit is contained in:
@@ -435,6 +435,10 @@
|
||||
"type": "any",
|
||||
"description": "额外的参数(可以用来存放一些私有参数)"
|
||||
},
|
||||
"vxe-table-column/col-id": {
|
||||
"type": "string | number",
|
||||
"description": "自定义列的唯一主键(注:非必要不需要设置,操作不正确将导致出现问题)"
|
||||
},
|
||||
"vxe-grid/id": {
|
||||
"type": "string",
|
||||
"description": "唯一标识(被某些特定的功能所依赖)"
|
||||
|
||||
@@ -117,7 +117,8 @@
|
||||
"edit-render",
|
||||
"content-render",
|
||||
"tree-node",
|
||||
"params"
|
||||
"params",
|
||||
"col-id"
|
||||
],
|
||||
"description": "基础表格 - 列"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user