Save number of displayed rows on reload (#135)
* Save number of displayed rows on reload * Save the job list state indefinitelypull/145/head
parent
4cfd685ade
commit
ab42a39cf4
|
@ -119,7 +119,9 @@
|
|||
null,
|
||||
{orderable: false},
|
||||
{orderable: false}
|
||||
]
|
||||
],
|
||||
stateSave: true,
|
||||
stateDuration: 0
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue