sert
This commit is contained in:
parent
2242d1e9dd
commit
a4c2c5dcc5
|
|
@ -92339,10 +92339,17 @@ function initSmartTable(selector = '.datatable-inter', pageTitle = 'Export Donn
|
||||||
}
|
}
|
||||||
] : [],
|
] : [],
|
||||||
"language": {
|
"language": {
|
||||||
"url": "//cdn.datatables.net/plug-ins/1.13.6/i18n/fr-FR.json",
|
"url": "//cdn.datatables.net/plug-ins/1.13.6/i18n/fr-FR.json",
|
||||||
"search": "",
|
"search": "",
|
||||||
"searchPlaceholder": "Filtrer..."
|
"searchPlaceholder": "Filtrer...",
|
||||||
},
|
// Surcharge des libellés de pagination après le chargement du fichier JSON
|
||||||
|
"paginate": {
|
||||||
|
"first": "|◄",
|
||||||
|
"last": "►|",
|
||||||
|
"next": "►",
|
||||||
|
"previous": "◄"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pageLength": 10,
|
"pageLength": 10,
|
||||||
"autoWidth": false,
|
"autoWidth": false,
|
||||||
"drawCallback": function() {
|
"drawCallback": function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user