Rewrite of the Datatables class, should be a lot more secure now and maybe slightly faster.

Please clear your browser cache after this update.
This commit is contained in:
Tim 2015-07-18 21:33:09 +02:00
commit 76279928bd
10 changed files with 301 additions and 419 deletions

View file

@ -50,7 +50,7 @@ users_list_table_options = {
},
{
"targets": [2],
"data": "time",
"data": "started",
"render": function ( data, type, full ) {
return moment(data, "X").fromNow();
}
@ -63,12 +63,6 @@ users_list_table_options = {
{
"targets": [4],
"data": "plays"
},
{
"targets": [5],
"data": "user",
"searchable": false,
"visible": false
}
],