datatables en francais

This commit is contained in:
Antoine WEBER 2015-09-22 16:10:10 +02:00
parent 36db56c255
commit d96461663d
1 changed files with 12 additions and 1 deletions

View File

@ -30,5 +30,16 @@ block content
td= video.size
script.
$(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'
});
});