mirror of https://github.com/ColorlibHQ/gentelella
Update custom.js
parent
687bb3b261
commit
5dc81f673c
|
@ -114,6 +114,8 @@ $MENU_TOGGLE.on('click', function() {
|
|||
$BODY.toggleClass('nav-md nav-sm');
|
||||
|
||||
setContentHeight();
|
||||
|
||||
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
|
||||
});
|
||||
|
||||
// check active menu
|
||||
|
|
Loading…
Reference in New Issue