We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53059e8 commit 69120c9Copy full SHA for 69120c9
examples/doc/table/api.md
@@ -43,6 +43,7 @@
43
| isFrozen | 此列是否要固定 | boolean | — | false |
44
| isResize | 此列是否要自适应,前提是设置了`is-horizontal-resize:true` | boolean| — | false |
45
| orderBy | 排序规则 | string | asc/desc | — |
46
+| isEdit | 是否启用单元格编辑 | boolean | — | false |
47
48
### title-rows(Table props)
49
只处理复杂表头信息时用到。需要配置 `columns` 一起使用,具体用法参考复杂表头实例
0 commit comments