ajout : création du rapport de RDF
This commit is contained in:
@@ -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>';
|
||||
},
|
||||
},
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user