Skip to content
Snippets Groups Projects
Verified Commit db76de26 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3418863 by kksandr, saschaeggi: Setting width for sticky-header is broken

parent c815e002
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@
$stickyCell[0].style.display = 'none';
}
}
this.$stickyTable[0].style.width = this.$originalTable.outerWidth();
this.$stickyTable[0].style.width = `${this.$originalTable.outerWidth()}px`;
},
},
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment