Update
This commit is contained in:
Vendored
+8
-12
@@ -387,18 +387,14 @@ refreshNotif = ()=>{
|
||||
}
|
||||
refreshNotif();
|
||||
|
||||
$.extend( $.fn.dataTable.ext.classes, {
|
||||
sProcessing: "dataTables_processing",
|
||||
});
|
||||
if($.fn.dataTable != undefined){
|
||||
$.extend( $.fn.dataTable.ext.classes, {
|
||||
sProcessing: "dataTables_processing",
|
||||
});
|
||||
}
|
||||
|
||||
$(window).resize(function(){
|
||||
$($.fn.dataTable.tables(true)).DataTable().columns.adjust();
|
||||
if($.fn.dataTable != undefined){
|
||||
$($.fn.dataTable.tables(true)).DataTable().columns.adjust();
|
||||
}
|
||||
});
|
||||
|
||||
$(window).on("#barButton", "click",()=>{
|
||||
$(window).resize();
|
||||
$($.fn.dataTable.tables(true)).DataTable().columns.adjust();
|
||||
$.fn.dataTable
|
||||
.tables( { visible: true, api: true } )
|
||||
.columns.adjust();
|
||||
});
|
||||
Reference in New Issue
Block a user