Answered: How to change text colour on Ext.List items according to different field values
Answered: How to change text colour on Ext.List items according to different field values
I have a Ext.List that is connected to a Store. There is an ID and status field in the model and I want to change the colour of the ID that appears in the LIST according to the value of the status field.
I can use the "itemTpl" config to include HTML to change the font colour but I don't know how to do this dynamically.