Maintenance Kontrak
This commit is contained in:
Vendored
+12
@@ -389,4 +389,16 @@ refreshNotif();
|
||||
|
||||
$.extend( $.fn.dataTable.ext.classes, {
|
||||
sProcessing: "dataTables_processing",
|
||||
});
|
||||
|
||||
$(window).resize(function(){
|
||||
$($.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