More fixes to scrolling datatables

This commit is contained in:
JonnyWong16 2016-05-14 19:46:22 -07:00
commit 0cbc4b9546
10 changed files with 257 additions and 231 deletions

View file

@ -188,6 +188,10 @@
clearSearchButton('notification_log_table', notification_log_table);
});
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$.fn.dataTable.tables({ visible: true, api: true }).columns.adjust();
});
$("#clear-logs").click(function () {
$("#confirm-message").text("Are you sure you want to clear the PlexPy logs?");
$('#confirm-modal').modal();