mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-01-31 04:22:37 +08:00
Implemented optional ordering of resources in FastAPI admin. Code has been added to accept an 'order_by' parameter in the resource route, if present the list of resources will be sorted accordingly. Templates were updated to support this feature by adding a clickable link to each column header for sorting.