Fix thead not sticking properly in chromium-based browsers, restore scroll-sync

This commit is contained in:
Chris Wilson
2020-07-25 17:24:23 -04:00
parent 5cd5223ae0
commit 1d22c7fb97
4 changed files with 69 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ window.addEventListener('load', () => {
window.addEventListener('resize', () => tables.draw());
$(".dataTables_scrollBody").scrollsync({
$(".table-wrapper").scrollsync({
y_sync: true,
x_sync: true
});