det
This commit is contained in:
@@ -92344,10 +92344,10 @@ function initSmartTable(selector = '.datatable-inter', pageTitle = 'Export Donn
|
||||
"searchPlaceholder": "Rechercher...",
|
||||
// Surcharge des libellés de pagination après le chargement du fichier JSON
|
||||
"paginate": {
|
||||
"first": "|◄",
|
||||
"last": "►|",
|
||||
"next": "►",
|
||||
"previous": "◄"
|
||||
"first": '<i class="fas fa-angle-double-left"></i>',
|
||||
"last": '<i class="fas fa-angle-double-right"></i>',
|
||||
"next": '<i class="fas fa-angle-right"></i>',
|
||||
"previous": '<i class="fas fa-angle-left"></i>'
|
||||
}
|
||||
},
|
||||
"pageLength": 10,
|
||||
|
||||
Reference in New Issue
Block a user