Skip to content

Commit

Permalink
Merge pull request #584 from qiboteam/fixordering
Browse files Browse the repository at this point in the history
fixing ordering table
  • Loading branch information
andrea-pasquale authored Oct 26, 2023
2 parents 5a9723b + 40e0d8d commit 09cb3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverscripts/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var data = json['data'];
var global_table = $('#global').DataTable({
"data": data,
"order": [[2, "desc"]],
"order": [[1, "desc"]],
"dom": "frtipl"
});
});
Expand Down

0 comments on commit 09cb3b9

Please sign in to comment.