Cell Formatting

I need to set the background color of the cell at coords (1,1) to yellow, the text to bold and the text color to blue. How do I do that please? Again, I need this for one cell only, namely the cell at coords (1,1).

Hi @cristian

if it’s only a single cell you can use setCellMeta like presented in the demo http://jsfiddle.net/Lze33L68/
In this example you should also rerender the table to make changes visible (line 18)