datatables en francais
This commit is contained in:
parent
36db56c255
commit
d96461663d
@ -30,5 +30,16 @@ block content
|
|||||||
td= video.size
|
td= video.size
|
||||||
script.
|
script.
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#example').DataTable();
|
$('#example').DataTable({
|
||||||
|
"language": {
|
||||||
|
"url": "//cdn.datatables.net/plug-ins/1.10.8/i18n/French.json"
|
||||||
|
}/*,
|
||||||
|
"columnDefs": [
|
||||||
|
{ "targets": 2,
|
||||||
|
"searchable": false,
|
||||||
|
"orderable": false,
|
||||||
|
}
|
||||||
|
]*/
|
||||||
|
//"dom": '<"toolbar">frtip'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user