Conditional formatting cells

Tags: #<Tag:0x00007f8b18e2e820>

Hello how would I go about rendering icon sets and conditionally formating cells in handsontable like exel ?

to get something like this

or perhaps to split cells with the value and show the rolling mean in the cell and if the value is above or below the rolling mean ?

many thanks James

Welcome James,

I guess that a custom renderer is the best choice.

Here are some examples that should be useful


https://jsfiddle.net/handsoncode/p37f9wsm/
http://jsfiddle.net/9jf6prtm/

Let me know if you’d need anything more.