We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a904705 commit 66f665bCopy full SHA for 66f665b
static/js/expensehistory.js
@@ -4,7 +4,7 @@
4
$(document).ready(function () {
5
$('#expenses').DataTable({
6
"pagingType": "full_numbers",
7
- "order": [[3, "desc"]],
+ "order": [[0, "desc"]],
8
dom: 'Bfrtip',
9
buttons: [
10
'copy', 'csv', 'excel'
0 commit comments