Skip to content

Commit 9ee41e7

Browse files
committed
fix: reset the footer to ensure old totals are cleared
1 parent 4b124f0 commit 9ee41e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/body-renderer.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default class BodyRenderer {
1818

1919
if (rows.length === 0) {
2020
this.bodyScrollable.innerHTML = this.getNoDataHTML();
21+
this.footer.innerHTML = '';
2122
return;
2223
}
2324

0 commit comments

Comments
 (0)