datatables user buttons
This commit is contained in:
parent
b1fcd4ecc8
commit
a4601da9e0
@ -27,6 +27,18 @@ $(document).ready((function () {
|
|||||||
language: {
|
language: {
|
||||||
url: "core/vendor/datatables/french.json",
|
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