Merge pull request #293 from eReuse/feature/3428-Increase-items-selected

increase 50 and 100 items per page
This commit is contained in:
cayop 2022-06-07 09:35:30 +02:00 committed by GitHub
commit 65d500c87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>