[BS5] Replace FooTable with jquery Datatables

This commit is contained in:
FreddleSpl0it
2022-06-03 15:45:36 +02:00
parent 8a86fa491e
commit f13530d8a1
9 changed files with 485 additions and 353 deletions

View File

@@ -1179,10 +1179,6 @@ jQuery(function($){
});
};
$('body').on('click', 'span.footable-toggle', function () {
event.stopPropagation();
})
// detect element visibility changes
function onVisible(element, callback) {
$(element).ready(function() {