So, I have a table that I essentially have a custom renderer for every column. However, I would like to style/use the last row of the table differently. I am using the cell function to change the classname, but because their is a custom renderer, it doesn’t work on most.
Is there a way for my last row, via the cell function, to remove the custom renderer or change the rendered type back to a basic “text” type or standard, so that the styling I do will take effect?
Thx