-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort Orders by Column #2363
Comments
Links for designs below Reaction core team link: Public link: |
@rymorgan can this issue be closed? |
@spencern Yep! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Users with permissions to view orders dashboard should be able to quickly sort the list of orders by clicking the column header for any column in the orders list.
When clicking the column header the orders should be sorted according to that column.
First click should sort the column in ascending order, second click should sort the column in descending order. A third click on the column should clear any sorting by that column and return to the default sorting.
Clicking a different column when one column is already sorted should reset the click order and sort the column just clicked in ascending order.
Clearing all filters should also reset the sort order (#2358)
The text was updated successfully, but these errors were encountered: