diff --git a/core/module/user/view/index/index.js.php b/core/module/user/view/index/index.js.php index 42b68df7..5020b8c0 100644 --- a/core/module/user/view/index/index.js.php +++ b/core/module/user/view/index/index.js.php @@ -26,7 +26,7 @@ $(document).ready((function () { $('#dataTables').DataTable({ language: { url: "core/vendor/datatables/french.json", - "paging": false - } + }, + locale: 'fr' }); })); \ No newline at end of file