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