Skip to content

Commit

Permalink
🐛 fix sorting order to timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao committed Aug 26, 2024
1 parent e91eb49 commit 6f577ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
},
mounted() {
this.dataTable = $('#note-table').DataTable({
order: [[3, 'desc']],
order: [[4, 'desc']],
processing: true,
dom: 'Blfrtip',
buttons: ['copyHtml5', 'csvHtml5', 'print'],
Expand Down

0 comments on commit 6f577ac

Please sign in to comment.