fix: reset the footer to ensure old totals are cleared (#202)
This commit is contained in:
parent
4b124f0b1d
commit
ba9814228d
@ -18,6 +18,7 @@ export default class BodyRenderer {
|
||||
|
||||
if (rows.length === 0) {
|
||||
this.bodyScrollable.innerHTML = this.getNoDataHTML();
|
||||
this.footer.innerHTML = '';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user