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 5ae24e4 commit 9164eedCopy full SHA for 9164eed
examples/doc/table/api.md
@@ -3,9 +3,9 @@
3
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
4
|---------- |-------------- |---------- |-------------------------------- |-------- |
5
| width | table 宽度 | number | — | — |
6
-| min-width | table 最小宽度(当表格自适应时) | number | — | — |
+| min-width | table 最小宽度(当设置了横向自适应时生效) | number | — | — |
7
| height | table 高度 | number | — | — |
8
-| min-height | table最小高度(当表格自适应时生效`resize()`) | - | — | — |
+| min-height | table最小高度(当设置了纵向自适应时生效) | number | — | — |
9
| title-row-height | 表头行高 | number | — | 38px |
10
| row-height | 表格体行高 | string | — | 40px |
11
| footer-row-height | footer 每一行的高度 | number | — | 40 |
0 commit comments