From 2a1179ae9ad8f83fb2b35b91b415d0b6f03f9fb4 Mon Sep 17 00:00:00 2001 From: afornerot Date: Tue, 9 Jun 2020 15:29:47 +0200 Subject: [PATCH] =?UTF-8?q?datatable=20sur=20tableau=20des=20groupes=20rat?= =?UTF-8?q?tachables=20=C3=A0=20un=20user=20(ref=20#142)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreBundle/Resources/views/User/edit.html.twig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig index fdb53bce..779f071b 100755 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig @@ -295,7 +295,7 @@ - + @@ -314,7 +314,7 @@ {% endif %} - + @@ -480,6 +480,14 @@ linkmodos+={{ modo.niveau01.id }}+","; {% endfor %} $("#user_linkmodos").val(linkmodos); + + $('#tbllistgroup').DataTable({ + columnDefs: [ { "targets": 'no-sort', "orderable": false },{ "targets": 'no-visible', "visible": false } ], + responsive: true, + iDisplayLength: 100, + processing: true, + order: [[ 1, "asc" ]], + }); }); function removeLinkGroup(id) {
ActionAction Groupe
{{ group.label }}