Fix reloading of datatables header

This commit is contained in:
Mojca Lorber 2019-09-18 14:28:29 +02:00
parent 7f415a551d
commit 4d4a275c0d

View file

@ -1361,8 +1361,8 @@ var RepositoryDatatable = (function(global) {
function redrawTableOnSidebarToggle() {
$('#sidebar-arrow').on('click', function() {
setTimeout(function() {
TABLE.draw();
}, 250);
adjustTableHeader();
}, 400);
});
}