Skip to content

Commit

Permalink
sort job events by date
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Dec 30, 2024
1 parent 8ced6df commit ddd09bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function EventTable(props: { events?: Event[] }) {
valueFormatter: dateFormatter,
headerName: 'Event Date',
cellRenderer: EventDateColumn,
sort: 'desc',
},
DefaultColumnDefinition.Status,
DefaultColumnDefinition.RequesterId,
Expand Down

0 comments on commit ddd09bc

Please sign in to comment.