Posted 11 December 2020, 5:00 am EST
Dear Wijmo Team,
I’m using Angular to render data in Wijmo Flexgrid. The data that I display in the grid is coming from a server. For every value there is a state like IN_PROGRESS, NEW, DONE etc.
When displaying that data in the regular markup, I’m using Angular Pipes to transform the strings to e.g. “In progress” , “New”, “Done”.
Is there a way to format those data in the grid as well? Maybe even not in the formatHandler because mine is already pretty busy.
Best regards
Moritz