Dynamically for a Status trying to add
metadata.attr = ' class="class1 class2"';
as per the value in the renderer in Grid.
The class1 and class2 both show Image that comes from background-image.
The class2 image is a link.
Can get this to work with direct HTML in renderer function, but what if I want to use metadata.attr.
Tried metadata.css but that is on the DIV, the metadata.attr would be more appropriate.
Also, if metadata.css used can display class1 image but not class2 image.
The cell is dynamic and not same throughout the grid. That can be easily checked with the value passed in.
Thx.