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 a57b6b0 commit 9b1dbdaCopy full SHA for 9b1dbda
resources/assets/component.js
@@ -1200,7 +1200,7 @@ window.ComponentLine = class {
1200
let tfoot = document.createElement('tfoot');
1201
tfoot.className = 'dlp-tfoot';
1202
if (!this.OPTIONS.insert) {
1203
- tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"></tr>`);
+ tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"><td style="height: 10px"></td></tr>`);
1204
this.TABLE_DOM.appendChild(tfoot);
1205
return;
1206
}
0 commit comments