IMP: Adding pagination to top of main page (#1988)

IMP: Adding pagination to top of main page (#1988)
This commit is contained in:
barbequesauce 2018-06-18 15:14:09 -04:00 committed by evilhero
parent 87712914bf
commit cbafa5c9eb
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@
function initThisPage() {
$('#series_table').dataTable(
{
"destroy": true,
"sDom": '<"top"flip<"clear">>rt<"bottom"ip<"clear">>',
"destroy": true,
"columnDefs": [
{ "orderable": false, "targets": [5, 7, 10] },
{ "visible": false, "targets": [5, 7, 10] },