Skip to content

Commit

Permalink
docs(data-table): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Sep 23, 2024
1 parent 17b96c9 commit 640ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-table/demos/zhCN/virtual-x.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
2. 配置 `virtual-scroll-x` 打开横向虚拟滚动
- 每一个列都需要配置 `width` 属性
- 配置 `scroll-x` 属性,设为所有列的总宽度
- 配置 `min-row-height` 属性,设为每一列的最小高度,所有的列必须比这个值更大
- 配置 `min-row-height` 属性,设为每一行的最小高度,所有的行高度必须比这个值更大
- 配置 `height-for-row` 属性,用于配置每一行的高度(因为每一行永远只有一部分格子是可见的,因此无法自动求出),如果不配置,每一行的高度会被设为 `min-row-height`
3. 如有需要,配置 `virtual-scroll-header`,默认情况下,表头依然会全量渲染以保持兼容性,你可以通过此配置来打开表头的虚拟渲染
- 配置 `header-height` 属性,设为表头的高度
Expand Down

0 comments on commit 640ffca

Please sign in to comment.