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

@@ -19,7 +19,7 @@ $(document).ready(function() {
$('#aul-data-table').dataTable( {
"processing": true,
"stateSave": true,
"pageLength": 25,
"pageLength": [% settings.table_pagesize %],
"language": {
"search": 'Filter records: '
},