We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bd9cf commit 78c70b8Copy full SHA for 78c70b8
src/table/README.md
@@ -26,7 +26,7 @@ table组件
26
| rowSelection | 表格行是否可选择 | object | null |
27
| scroll | 设置横向或纵向滚动,也可用于指定滚动区域的宽和高,建议为 `x` 设置一个数字,如果要设置为 `true`,需要配合样式 `.san-table td { white-space: nowrap; }` | { x: number \| true, y: number } | - |
28
| showHeader | 是否显示表头 | boolean | true |
29
-| stricky | 是否固定表头 | boolean | false |
+| sticky | 是否固定表头 | boolean | false |
30
| size | 表格大小 | default \| middle \| small | default |
31
| title | 表格标题 | slot | - |
32
| onRowClick | 表格行点击触发 | Function(record) | - |
0 commit comments