Skip to content

Commit

Permalink
feat(table): change table skeleton rows to six #INFR-9475
Browse files Browse the repository at this point in the history
  • Loading branch information
minlovehua committed Sep 11, 2023
1 parent 367c436 commit 5dde685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/table/examples/skeleton/skeleton.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ item.value }}({{ item.height }})
</button>
</thy-button-group>
<thy-table-skeleton [thyRowCount]="5" [thyTheme]="theme" [thySize]="size"> </thy-table-skeleton>
<thy-table-skeleton [thyRowCount]="6" [thyTheme]="theme" [thySize]="size"> </thy-table-skeleton>

<span class="d-inline-block mt-8">支持配置骨架列的宽度和类型:</span>
<thy-table-skeleton [thyRowCount]="5" [thyColumns]="columns"> </thy-table-skeleton>
<thy-table-skeleton [thyRowCount]="6" [thyColumns]="columns"> </thy-table-skeleton>
2 changes: 1 addition & 1 deletion src/table/table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@

<thy-table-skeleton
*ngIf="!loadingDone"
[thyRowCount]="5"
[thyRowCount]="6"
[thyHeadless]="true"
[thyTheme]="theme"
[thySize]="size"
Expand Down

0 comments on commit 5dde685

Please sign in to comment.