mirror of https://github.com/ColorlibHQ/gentelella
Update custom.js
Added call to every dataTable table on the page to redraw at sidebar toggle.pull/440/head
parent
660df1a443
commit
687bb3b261
|
@ -68,6 +68,8 @@ $(document).ready(function() {
|
|||
$BODY.toggleClass('nav-md nav-sm');
|
||||
|
||||
setContentHeight();
|
||||
|
||||
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
|
||||
});
|
||||
|
||||
// check active menu
|
||||
|
|
Loading…
Reference in New Issue