TextColumn not picking up label from enum
I have an enum like this
In a form select, it works as expected, but it in a
TextColumn
I see the enum value instead of the label.
What am I missing?
FWIW, I also tried with a string
enum, same result3 Replies
have you casted status as the enum in the model?
Solution
Motherf...
Thank you ❤️