Hi,
To my knowledge, all the data retrieval method provided by the Handsontable instance will return data values provided initially. Is there a way to get the value that is currently visible to the user which is changed by a custom renderer?
For example, I pass in a data array which is [[1, 2, 3]], a custom renderer parses the row and converts the values into a minimum of 4 d.p. before displaying to the user. Understand that a possible solution is to do the parsing before passing the data array into Handsontable, but would like to avoid that as the datasets could be huge and the initial rendering could be delayed significantly.