What is the best way to set columnCssClass value conditionally in igGrid, for example based on a certain row property value?
Thanks!
We had a requirement to display some rows in the grid with strikethrough text and red color based on a certain row property.
This required setting the column template on all the columns.
Check this JS fiddle for sample implementation - https://jsfiddle.net/smfuge53/3/
Thank you!