We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When sorting table columns with data of type datetime, sorting is done alphabetically on formatted, displayed text, instead of on the actual value:
Columns containing datetime or date type of data should be sorted with relevant function, not alphabetically as displayed text
[ {date:"1999-01-28T15:52:23Z"}, {date:"2025-03-01T15:52:23Z"}, {date:"2040-05-23T15:52:23Z"} ]
DD.MM.YYYY
Docker compose multi-image, v2.5.2
No response
The text was updated successfully, but these errors were encountered:
raheeliftikhar5
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When sorting table columns with data of type datetime, sorting is done alphabetically on formatted, displayed text, instead of on the actual value:
Expected Behavior
Columns containing datetime or date type of data should be sorted with relevant function, not alphabetically as displayed text
Steps to reproduce
DD.MM.YYYY
Environment
Docker compose multi-image, v2.5.2
Additional Information
No response
The text was updated successfully, but these errors were encountered: