Skip to content

Commit

Permalink
fix: reset the footer to ensure old totals are cleared (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit authored Feb 6, 2025
1 parent 4b124f0 commit ba98142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/body-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default class BodyRenderer {

if (rows.length === 0) {
this.bodyScrollable.innerHTML = this.getNoDataHTML();
this.footer.innerHTML = '';
return;
}

Expand Down

0 comments on commit ba98142

Please sign in to comment.