-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
implement column ordering in reports #1125
Comments
You mean all columns? Or just ordering by time? |
In my experience, the ordering that is most used is, time, speed in the case of a route. Although it would not be bad to allow ordering by any type of data. |
Order realy become necesary when you have a lot of data, is a good idea |
something like this? Screencast_20241108_190425.mp4the code is here |
Looks pretty good. The only this is we probably need to implement backend sorting. That's because eventually we would need pagination. |
ahh yeah makes sense, I will see if I can make that happen, thank you. |
Is your feature request related to a problem? Please describe.
I think it is necessary to implement the ascending and descending ordering of the report columns
The text was updated successfully, but these errors were encountered: