Hello,
I have a table using custom renderers.
I’m matching certain rows using searchPlugin.query.
For each cell in row, I wish to append unique HTML (without changing data). Is it possible to call a second renderer and pass it a variable?
Currently using setDataAtCell, but it’s causing data to change.
Cell already has a renderer, but I wish to prepend additional HTML to certain cells to notify the user of previous values.
I cannot find a solution. Thank you.