summaryrefslogtreecommitdiffstats
path: root/data/templates/products/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/products/index.html')
-rw-r--r--data/templates/products/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/products/index.html b/data/templates/products/index.html
index 38d9909..8ece21a 100644
--- a/data/templates/products/index.html
+++ b/data/templates/products/index.html
@@ -27,6 +27,6 @@
<script type="text/javascript">
$(document).ready(function() {
- $('#producttable').DataTable();
+ $('#producttable').DataTable({"lengthMenu": [ [25, 50, 100, -1], [25, 50, 100, "All"] ] });
} );
</script>