1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-01-03 13:34:33 +00:00

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

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] },