Icon in Perspective Table Column

No, @wking, that’s not what @jpark is recommending.

@jdonohue:

  1. Create a View which has just an icon, and bind the icon path to be dependent on some value supplied as a View param.
  2. You should include a new props.column config which has render set to “view”.
  3. set the relevant column configuration’s viewPath property to the path of the View which you set up with the Icon.
  4. supply columns[x].viewParams with the value which will determine the icon to be used.
2 Likes