fix: reset the footer to ensure old totals are cleared (#202)

This commit is contained in:
Smit Vora 2025-02-06 14:43:14 +05:30 committed by GitHub
parent 4b124f0b1d
commit ba9814228d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ export default class BodyRenderer {
if (rows.length === 0) {
this.bodyScrollable.innerHTML = this.getNoDataHTML();
this.footer.innerHTML = '';
return;
}