Two values in one cell

Tags: #<Tag:0x00007f8b19dbb9f0>

Can we show two values in one cell. Something like old value being highlighted using other color and new value having being normal

Hi @thakurshivam100

you should be able to achieve this goal using custom renderer. But you’d need to track beforeChange / afterChange hooks as well to know what were the last values of those cells.

Can you please share a demo in angular for this

I can create custom examples of code for Clients with Extended and/or Premium support plan. (If you own one of those plans please share the licence ID on support@handsontable.com)

The Basic support plan allows me only to share a demo with the standard hook use. Here it is https://jsfiddle.net/qw83zmog/
The demo uses Angular to log all information about a change that was made in the browser console.