Replies: 1 comment
-
Just a note that as part of 1.5.0 our custom table directive does now support sorting functionality, however this will need implementing for the orders table specifically as we've made it off by default. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
At the moment is isn't possible to sort the columns in orders list table by clicking column header. It would be great to be able to do so.
Describe the solution you'd like
Clicking on column header should sort the column in ascending/descending order (typical visualized via a up/down caret icon next to the column header name). By default it could sort by as text, but it would be great if it also could specify column datatype, e.g. text, numeric (int), decimal, date/datetime.
This is related to https://github.com/vendrhub/vendr/issues/80 but I see this as a seperate feature.
Beta Was this translation helpful? Give feedback.
All reactions