1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-17 04:51:49 +00:00

[BS5] Replace FooTable with jquery Datatables

This commit is contained in:
FreddleSpl0it
2022-05-16 11:26:49 +02:00
parent a0567beee5
commit fb7e00c158
10 changed files with 447 additions and 368 deletions

View File

@@ -252,4 +252,9 @@ $(document).ready(function() {
})
});
})
// Jquery Datatables, enable responsive plugin
$.extend($.fn.dataTable.defaults, {
responsive: true
});
});