increase 50 and 100 items per page
This commit is contained in:
parent
9eb02e82a3
commit
c615980535
|
@ -463,6 +463,7 @@
|
|||
<!-- Custom Code -->
|
||||
<script>
|
||||
let table = new simpleDatatables.DataTable("table", {
|
||||
perPageSelect: [5, 10, 15, 20, 25, 50, 100],
|
||||
perPage: 20
|
||||
})
|
||||
</script>
|
||||
|
|
Reference in New Issue