We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e16f40 commit 8c54318Copy full SHA for 8c54318
resources/assets/component.js
@@ -991,8 +991,8 @@ window.ComponentLine = class {
991
makeFoot(foot) {
992
let tfoot = document.createElement('tfoot');
993
tfoot.className = 'dlp-tfoot';
994
- tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"></tr>`);
995
if (!this.OPTIONS.insert) {
+ tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"></tr>`);
996
this.TABLE_DOM.appendChild(tfoot);
997
return;
998
}
0 commit comments