You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dashboards): enable sorting by column in table view (#82239)
Enable sorting by column in dashboards table view.
- This PR adds sorting by `name`, `date created`, and `owner`
- Added sort by `Name (Z-A)` to dropdown to maintain consistency b/w
grid and table view
- Sorting by `owner` column makes your dashboards show up on top (i.e.
`myDashboards` in the sort dropdown)
- The plan is to remove the sort dropdown for the table view in the
future
<img width="800" alt="Screenshot 2024-12-17 at 1 03 30 PM"
src="https://github.com/user-attachments/assets/6393a5ec-2b3c-43e8-8dca-2731060c6add"
/>
0 commit comments