ajout : création du rapport de RDF

This commit is contained in:
2019-02-27 16:15:43 +01:00
parent 45d9b75a22
commit 145501fe81
19 changed files with 772 additions and 295 deletions

View File

@@ -15,7 +15,7 @@
<th>Nom, Prénom</th>
<th>Email</th>
<th>Agenda</th>
<th>Rôle</th>
<th>Fonction</th>
<th>Etat</th>
</tr>
</thead>
@@ -52,7 +52,13 @@
return '';
}
},
}
},
{ "targets": 4,
"render": function (data, type, row, meta) {
// ajouter un link vers le login
return '<a href="/connecter_a/' + row[0] + '">' + data + '</a>';
},
},
]
});