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