No, @wking, that’s not what @jpark is recommending.
- Create a View which has just an icon, and bind the icon path to be dependent on some value supplied as a View param.
- You should include a new
props.column
config which hasrender
set to “view”. - set the relevant column configuration’s
viewPath
property to the path of the View which you set up with the Icon. - supply
columns[x].viewParams
with the value which will determine the icon to be used.