From a4601da9e0da7e3e1a71d45f634a73e77e539d01 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 9 Dec 2023 18:01:49 +0100 Subject: [PATCH] datatables user buttons --- 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 5020b8c0..9a386759 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