feat: table header appears repeatedly when paging #541

Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
This commit is contained in:
zp190265950
2024-05-09 21:15:52 +08:00
committed by GitHub
co-authored by Hufe921
parent 62c94fce59
commit c86e5468e6
15 changed files with 98 additions and 32 deletions
+1
View File
@@ -56,6 +56,7 @@ interface IElement {
}[];
trList?: {
height: number;
pagingRepeat?: boolean;
tdList: {
colspan: number;
rowspan: number;