Create cells with custom HTML rendering
Create cells with custom HTML rendering
![lsiden](https://secure.gravatar.com/avatar/cdb15b84fe2146fa0f381240875081bd/?default=https%3A%2F%2Fvanillicon.com%2Fcdb15b84fe2146fa0f381240875081bd_200.png&rating=g&size=120)
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