From 86e9322afca67bb2e02c6d172c10a9f7ad33aed4 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 9 Dec 2023 17:59:41 +0100 Subject: [PATCH] user index datatables --- core/module/user/view/index/index.js.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/core/module/user/view/index/index.js.php b/core/module/user/view/index/index.js.php index 65513ae..e7a0672 100644 --- a/core/module/user/view/index/index.js.php +++ b/core/module/user/view/index/index.js.php @@ -27,6 +27,18 @@ $(document).ready((function () { language: { url: "core/vendor/datatables/french.json" }, - locale: 'fr' + locale: 'fr', + "columnDefs": [ + { + target: 5, + orderable: false, + searchable: false + }, + { + target: 6, + orderable: false, + searchable: false + } + ] }); })); \ No newline at end of file