Thanks for looking into it.
We actually changed our backend db to return status IDs (0, 1 and 2 for the ordinal values) instead of status strings but still wanted strings to be displayed in the UI and hence using enum ordinals. We sort based on these IDs in our back-end SQL, not on the strings.
Anyways, thanks for your input and I look forward to your response.
We actually changed our backend db to return status IDs (0, 1 and 2 for the ordinal values) instead of status strings but still wanted strings to be displayed in the UI and hence using enum ordinals. We sort based on these IDs in our back-end SQL, not on the strings.
Anyways, thanks for your input and I look forward to your response.
Comment