Hi,
We have overridden onChange(String rowKey, String columnId, String newValue) method of TextFieldRenderer class. But for each scroll up/down rowKeys are getting changed. Lets say I have scroll down, lazy loading happened and I am scrolling up and changing some value of starting row, this time rowKey has some different value , it supposed to be one again. :( . Do we have any way to retain the row indexes after scroll up/down?