bbovenzi commented on code in PR #43231:
URL: https://github.com/apache/airflow/pull/43231#discussion_r1821274541


##########
airflow/ui/src/pages/DagsList/DagsList.tsx:
##########
@@ -200,21 +200,31 @@ export const DagsList = () => {
           <Heading py={3} size="md">
             {pluralize("DAG", data?.total_entries)}
           </Heading>
-          {display === "card" ? (

Review Comment:
   We can pass a custom `sortingFn` 
[docs](https://tanstack.com/table/latest/docs/guide/sorting#sorting-fns) to 
sort the table view by start_date to the latest_dag_runs column definition.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to