Display uuid of video

master
Yohann Dedy 2020-04-17 06:24:59 +02:00
parent b42dd38603
commit ddcc2086b2
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,13 @@
"data": "created_at", "data": "created_at",
"render": function (data, type, row, meta) { "render": function (data, type, row, meta) {
return hr_date(data); return hr_date(data);
}},
{
"targets": 3,
"title": "id",
"data": "uuid",
"render": function (data, type, row, meta) {
return data;
}} }}
] ]
}); });