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:
parent
87712914bf
commit
cbafa5c9eb
1 changed files with 2 additions and 1 deletions
|
@ -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] },
|
||||
|
|
Loading…
Reference in a new issue