mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Ah this is how it works :D
This commit is contained in:
@@ -231,17 +231,11 @@ if ($lang_code != 'en' && !file_exists(FCPATH . "assets/json/datatables_language
|
||||
"scrollY": "500px",
|
||||
"scrollCollapse": true,
|
||||
"paging": true,
|
||||
"layout": {
|
||||
"topEnd": {
|
||||
"search": {
|
||||
"text": 'Filter Results'
|
||||
}
|
||||
}
|
||||
},
|
||||
"scrollX": true,
|
||||
"order": [ 0, 'desc' ],
|
||||
"language": {
|
||||
url: getDataTablesLanguageUrl(),
|
||||
search: '<?= __("Filter Results"); ?>',
|
||||
},
|
||||
dom: 'Bfrtip',
|
||||
buttons: [
|
||||
|
||||
Reference in New Issue
Block a user