table_pagesize option to set default size of table pages

This commit is contained in:
Oliver Gorwits
2014-06-30 12:38:43 +01:00
parent 94bee28fc8
commit 30b234848d
51 changed files with 59 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ $(document).ready(function() {
"searching": false,
"info": false,
"order": [[ 4, 'desc' ], [ 0, 'asc' ], [ 1, 'asc' ] ],
"pageLength": 25,
"pageLength": [% settings.table_pagesize %],
} );
} );
</script>