-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sortable Date Columns #26
Comments
IMHO the easiest way for this is to use a converter. |
Converter could work, sadly Converters do not work with the Filter Menu, it shows the items without any conversion |
You are correct, @Bush-cat; converters are not considered for sorting and filtering. Would it be suitable for you if the filter and sort methods use converters to get the final values? |
Date column is planned for v1.3, I'll share the roadmap soon. |
Converters for those would be nice |
Is your feature request related to a problem? Please describe.
I use a localized DateOnly in my Table but Sorting is broken because of the Date format DD/MM/YYYY.
Describe the solution you'd like
Make TextColumns respect Date classes or maybe make a DateColumn that can work with Date variables
Describe alternatives you've considered
Some way to implement sorting into a TextColumn yourself, this would also be usefull in other Cases, where I have an Icon next to my Text, there I couldn't use a TextColumn and decided to use two Columns instead, one for the icon, the other for the text.
The text was updated successfully, but these errors were encountered: