user index datatables
This commit is contained in:
parent
e5d9936641
commit
86e9322afc
@ -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
|
||||
}
|
||||
]
|
||||
});
|
||||
}));
|
Loading…
Reference in New Issue
Block a user