Skip to content
Snippets Groups Projects
Commit f4d7e8ef authored by Valentin Pocotilenco's avatar Valentin Pocotilenco
Browse files

feature 5

parent bba1bc6a
No related branches found
No related tags found
1 merge request!1Feature request2
......@@ -319,10 +319,18 @@ $(document).ready(function() {
},
{
"data": "displayName",
"defaultContent": ''
"defaultContent": '',
"render": function(data, type, row, meta) {
return '[' + row.date + '] ' + data + '</a>';
}
},
{ "data": "entityID" },
{ "data": "registrationAuthority" },
{
"data": "registrationAuthority",
"render": function(data, type, row, meta) {
return '<a href="' + row.registrationAuthority + ' target="_blank"">' + data + '</a>';
}
},
{
"data": "date",
"width": "180px",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment