Skip to content

Commit d96c652

Browse files
author
Christian
committed
Do hide the footer on default loading
1 parent c6ba00a commit d96c652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datatable.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ class PaginatedDataTableState extends State<AdvancedPaginatedDataTable> {
620620
),
621621
),
622622
),
623-
createTableFooter(),
623+
if (!loading) createTableFooter(),
624624
],
625625
),
626626
),

0 commit comments

Comments
 (0)