Hello, I have a question, how can I read the old values in Render Method in Handsontable.
by this method I can only read the changed value (new value) but I want to compare the old value with the new value
Thanks
afterValuesRenderer(instance, td: HTMLTableCellElement, row, col, prop, value, cellProperties) {
Handsontable.renderers.NumericRenderer.apply(this, arguments);
return td;
}