Skip to content

Commit d43ffeb

Browse files
author
dtbuild
committed
5cef001d85ad066031fb4febbbca666f9eadc533 Fix: Newly added rows did not have dtr-hidden class added to their cells if they were immediately hidden
Fix: Responsive needs to call `-api columns.adjust()` if it has changed the column visibility. This is parimarily for scrolling so that the cloned header / footer elements can be updated. There is a warning to this action, since it would trigger Responsive's own resizing action on the `column-sizing` event listener. But there will be no change the second time around. So it isn't optimal, but unless we expose some kind of scroll draw option in DataTables, this is as close as we can get. Sync to source repo @5cef001d85ad066031fb4febbbca666f9eadc533
1 parent fd78344 commit d43ffeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/Responsive",
1616
"last-tag": "3.0.1",
17-
"last-sync": "f1cb9b4d4a0326f7df38642506e3ade5d6506b9e"
17+
"last-sync": "5cef001d85ad066031fb4febbbca666f9eadc533"
1818
}

0 commit comments

Comments
 (0)