Hi
I have a grid column acting as a action column using "iconCls":"fa fa-check green-icon"
I try using fa-sm or fa-xs or fa-2xs with the fa and without the fa to get the icon to be smaller then the default, none of these work.
example:
"iconCls":"fa fa-xs fa-check green-icon"
"iconCls":"fa-xs fa-check green-icon"
Is there a way to make these icons smaller? I feel stupid asking...
"xtype":"foexactioncolumn",
"maxWidth":80,
"items": [
{"iconCls":"fa fa-check green-icon",
"action":"DEFAULTX",
"sc
"tooltip":"Default PICK QTY",
"stopSelection":false}]
thanks