summaryrefslogtreecommitdiffstats
path: root/data/templates/products/bestbefore.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-07-18 01:37:10 +0200
committerSebastian Reichel <sre@ring0.de>2018-07-20 23:41:34 +0200
commit095a6f9d4afd03b6a815582911cfb025d77069a3 (patch)
tree2ccce5def2cb101132f888939d7f0cdd9fb24607 /data/templates/products/bestbefore.html
parent867fb84ffacbb02e44e2b6a511e61612dd2af3b1 (diff)
downloadserial-barcode-scanner-095a6f9d4afd03b6a815582911cfb025d77069a3.tar.bz2
datatables: fix pagination entries
Diffstat (limited to 'data/templates/products/bestbefore.html')
-rw-r--r--data/templates/products/bestbefore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/products/bestbefore.html b/data/templates/products/bestbefore.html
index 721ea9d..b5451a4 100644
--- a/data/templates/products/bestbefore.html
+++ b/data/templates/products/bestbefore.html
@@ -9,6 +9,6 @@
<script type="text/javascript">
$(document).ready(function() {
- $('#producttable').DataTable();
+ $('#producttable').DataTable({"lengthMenu": [ [25, 50, 100, -1], [25, 50, 100, "All"] ] });
} );
</script>