Negative value renderer loses columns settings

Tags: #<Tag:0x00007efc657935e8> #<Tag:0x00007efc657934a8>

I have this fiddle
https://jsfiddle.net/mtzhexqg/

Close to the bottom, I have this line…
//cellProperties.renderer = negativeValueRenderer;
With this, the column number formatting works.
If you uncomment this line you will see that the coloring works as expected, but I lose the number formatting.
Is there something I need to do to maintain the number formatting in the renderer other than add to the cells classList? Or a better way?

Please check it now https://jsfiddle.net/2rwkLgeh/

I replace the TextRenderer with NumericRenderer (line 2).

tyvm, this is my fault for not reading the docs more thoroughly. This library is amazing and I am learning to master it day by day.

I am more than happy to hear that you enjoy working with it.

Feel free to ask any questions here or at support@handsontable.com :slight_smile: