Skip to content

Commit

Permalink
docs(table): grouped headers caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Sep 28, 2024
1 parent b6564a4 commit c4cf0db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data-table/demos/enUS/group-header.demo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<markdown>
# Grouped header

Note: If you want grouped header to be fixed, you need to set width of all fixed columns, includes columns with `children`. If not it may not display normally.
</markdown>

<script lang="ts">
Expand Down
2 changes: 2 additions & 0 deletions src/data-table/demos/zhCN/group-header.demo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<markdown>
# 表头分组

注意:如果你希望分组的表头拥有固定列的效果,你需要给所有固定列表头都设定好宽度,包括所有的父级节点,否则可能产生错位。
</markdown>

<script lang="ts">
Expand Down

0 comments on commit c4cf0db

Please sign in to comment.