Skip to content

Commit

Permalink
#29 fix sorting by update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
trembon committed Jun 22, 2024
1 parent 26018b1 commit 48d7a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ $(function () {
{title: "Title id", headerSort:false, field: "Attributes.id", hozAlign: "right", sorter: "number"},
{title: "Local version", headerSort:false, field: "local_update", hozAlign: "right", sorter: "number"},
{title: "Available version", headerSort:false, field: "latest_update", hozAlign: "right"},
{title: "Update date", headerSort:true, field: "latest_update_date",sorter:"date", sorterParams:{format:"YY-MM-DD"}}
{title: "Update date", headerSort:true, field: "latest_update_date",sorter:"date", sorterParams:{format:"YYYY-MM-DD"}}
],
});
}
Expand Down

0 comments on commit 48d7a8b

Please sign in to comment.