How to add Sort with select #4425
Unanswered
hughesthatgirl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to build a table that can be sorted via select menu (the options in the select menu would be the column headings (Order Number, Source, Destination, Status, Date) but all the examples I have found are with sorting on the column only.
The idea is that when someone selects the option to sort by then the related column is sorted in ascending order. So if they select Destination from the drop down, the table will be sorted by the Destination column in ascending order.
I want something like this select menu (Imagine choosing "Destination" from the select menu)
How can I make this work?
Beta Was this translation helpful? Give feedback.
All reactions