There was an error while loading. Please reload this page.
1 parent 070d3e7 commit 456b0c4Copy full SHA for 456b0c4
1 file changed
src/js/modules/FrozenRows/FrozenRows.js
@@ -27,6 +27,8 @@ export default class FrozenRows extends Module{
27
28
this.topElement.classList.add("tabulator-frozen-rows-holder");
29
30
+ // Replaced by adding padding-top to the tabulator-frozen-rows-holder
31
+ // See https://github.com/olifolkerd/tabulator/pull/4809
32
//fragment.appendChild(document.createElement("br"));
33
fragment.appendChild(this.topElement);
34
0 commit comments