I want to change css class after binding. Is it possible in ExtJS5?
I added to comments. fiddle: https://fiddle.sencha.com/#fiddle/olc
I want to change css class after binding. Is it possible in ExtJS5?
I added to comments. fiddle: https://fiddle.sencha.com/#fiddle/olc
You have several problems in your code:
iconCls:'{rating}'[0]
- this is syntactically incorrectrating
formula like that you have to run get function -get()
Try this code