Skip to content

Commit

Permalink
GraphQl 0.122 - Sorting partially working
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Nov 12, 2024
1 parent 359360a commit 0728211
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ function initializeDatatable (status) {
},
"info": "<?= lang('Device_Table_info');?>",
},
initComplete: function (settings, JSON) {
initComplete: function (settings, devices) {
// Handle any additional interactions or event listeners as required
// Save cookie Rows displayed, and Parameters rows & order
$('#tableDevices').on( 'length.dt', function ( e, settings, len ) {
Expand Down
Empty file modified front/php/templates/language/es_es.json
100644 → 100755
Empty file.
Empty file modified front/php/templates/language/fr_fr.json
100644 → 100755
Empty file.
Empty file modified front/php/templates/language/it_it.json
100644 → 100755
Empty file.

0 comments on commit 0728211

Please sign in to comment.