How to get physical index in afterChange event

I’m trying to use the new trimRows plugin, but it’s causing afterChange to break. afterChange seems to be getting logical indices rather than physical ones, which isn’t really helpful for updating an external data source.

Is there a way to get the physical index in the afterChange event?

I figured out how to work around it:

change[0] = trimRows.rowsMapper.getValueByIndex(change[0]);

Is there anything else I can help you with or we can close this issue?

You can close it, thanks