extract common DT options to template

This commit is contained in:
Oliver Gorwits
2014-09-15 22:01:41 +01:00
parent 374a668d38
commit b63cd0b643
39 changed files with 90 additions and 251 deletions

View File

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