Skip to content

Commit

Permalink
feat: table 组件增加 sticky 属性
Browse files Browse the repository at this point in the history
  • Loading branch information
bugkiwi committed Nov 6, 2022
1 parent 64bd9cf commit 78c70b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ table组件
| rowSelection | 表格行是否可选择 | object | null |
| scroll | 设置横向或纵向滚动,也可用于指定滚动区域的宽和高,建议为 `x` 设置一个数字,如果要设置为 `true`,需要配合样式 `.san-table td { white-space: nowrap; }` | { x: number \| true, y: number } | - |
| showHeader | 是否显示表头 | boolean | true |
| stricky | 是否固定表头 | boolean | false |
| sticky | 是否固定表头 | boolean | false |
| size | 表格大小 | default \| middle \| small | default |
| title | 表格标题 | slot | - |
| onRowClick | 表格行点击触发 | Function(record) | - |
Expand Down

0 comments on commit 78c70b8

Please sign in to comment.