提交 687bb3b2 编写于 作者: E Ernani Azevedo 提交者: GitHub

Update custom.js

Added call to every dataTable table on the page to redraw at sidebar toggle.
上级 660df1a4
......@@ -68,6 +68,8 @@ $(document).ready(function() {
$BODY.toggleClass('nav-md nav-sm');
setContentHeight();
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
});
// check active menu
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册