Create cells with custom HTML rendering
Create cells with custom HTML rendering
lsiden
Posts: 2Questions: 2Answers: 0
I want to create cells with custom HTML rendering such as icons and clickable links. Is that possible without the underlying engine escaping my markup? I will have complete control over the markup so there is no security risk.
This discussion has been closed.
Answers
Hi @lsiden ,
There's several ways to do that:
columns.render
orcreatedRow
. There's examples on both those pages.Cheers,
Colin