mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +01:00
Bugfix ridimensionamento datatables
This commit is contained in:
parent
d0d5b4a5e2
commit
34f29b6ad8
@ -49,4 +49,11 @@ $(document).ready(function () {
|
||||
scrollTop: 0
|
||||
}, 500);
|
||||
});
|
||||
|
||||
$(".sidebar-toggle").click(function(){
|
||||
setTimeout(function(){
|
||||
window.dispatchEvent(new Event('resize'));
|
||||
}, 350);
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user