feat: DataGrid: how to create "calculated column" #3005
Unanswered
JarJasAskom
asked this question in
Q&A
Replies: 1 comment
-
Sorting by the
|
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
-
I have a FluentDataGrid with a column
CreatedAtUtc is of type DateTime. Sorting works correctly.
How to create a column that shows value
CreatedAtUtc.ToDateTimeLocal()
and still supports sorting, preferably by CreatedAtUtc.
Beta Was this translation helpful? Give feedback.
All reactions