Hello,
I want to include DATA in a cell. My data is coming as JSON. How can I achieve this ?
Thanks,
Sid.
Just place it as a property value - the grid inject values as innerHTML, so you can use tags inside the value without any additional steps.
{
rows:[
{ id:1001,
data:[
“100”,
“DATA”,