Update custom.js

Added call to every dataTable table on the page to redraw at sidebar toggle.
pull/440/head
Ernani Azevedo 2017-03-30 10:58:45 -03:00 committed by GitHub
parent 660df1a443
commit 687bb3b261
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ $(document).ready(function() {
$BODY.toggleClass('nav-md nav-sm');
setContentHeight();
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
});
// check active menu