I’m trying to format the title attribute of a cell in the grid so that when the user hovers they get a formatted table rather than just a straight line of text.
Something like:
Summary
"{
rows:[
{ id:1,
data:[
{value: "John Thomas","title": "<table><tr><td>Some</td></tr><tr><td>text</td></tr></table>"},
"07:30",
"17:30"
]
}
]}"
Is it possible? Thanks