Add users page

Set 10 results per page as default on Datatables
Fix missing metadata bug
This commit is contained in:
Tim 2015-06-16 19:48:54 +02:00
commit 650e0963e2
5 changed files with 241 additions and 7 deletions

View file

@ -125,7 +125,7 @@
"sPaginationType": "bootstrap",
"processing": false,
"serverSide": true,
"pageLength": 25,
"pageLength": 10,
"order": [ 1, 'desc'],
"ajax": {
"url": "getHistory.json"