I am looking for the answer to this question please. It doesn’t work for me and I have the same question as tmmgn1337 regarding where to import the Handsontable renderers from. I tried using:
import Handsontable from ‘handsontable’;
And then referencing them as per the example, but even when I do this the example code doesn’t work.
I note that the renderer does seem to applying although it’s appears to be applying randomly to different cells and then stops working when I edit any cell.
That is really interesting. I have the exact code on my local machine. I have also tried the new version of Handsontable (0.35.1) and the one before.
I will need to test it a little bit more.
Have you had a chance to look at this yet? The main reason I am doing this is to override the cell format for read-only cells, so if this is proving difficult to resolve then I can ask another different question which may provide a temporary fix for my project for now.
The toughest case here is the difference between the local and demo behavior. I did not find a reason why they differ.
We should probably discuss some other options.