We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b3aa5 commit 5d734d5Copy full SHA for 5d734d5
1 file changed
src/body-renderer.js
@@ -144,9 +144,7 @@ export default class BodyRenderer {
144
const style = window.getComputedStyle(this.instance.header);
145
const matrix = new DOMMatrixReadOnly(style.transform);
146
const width = (-matrix.m41) + this.instance.header.clientWidth;
147
- console.log(width);
148
const height = this.bodyScrollable.clientHeight;
149
150
return `
151
<div
152
class="dt-scrollable__no-data"
0 commit comments