increase 50 and 100 items per page

This commit is contained in:
Cayo Puigdefabregas 2022-06-06 18:25:56 +02:00
parent 9eb02e82a3
commit c615980535
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@
<!-- Custom Code -->
<script>
let table = new simpleDatatables.DataTable("table", {
perPageSelect: [5, 10, 15, 20, 25, 50, 100],
perPage: 20
})
</script>