React wrapper + redux is not working properly when sorting is enabled

Hi @jose,
It’s a similar case to Tracking rows by ID rather than index.

Our demo of usage wrapper and redux is just a simple example of how you can reflect readOnly changes in the redux store. We wanted to show that binding Handsontable in redux is possible. If you need more complex transformation, you have to prepare logic to translate visual<->physical indexes for rows and columns in your application.

There you can find useful methods:

However, I’ll point that we should modify our example to avoid confusion.
Thank you for your involvement!