I'm using Vaadin Framework 8.0.6
I have the following workflow :
So far everything is ok but when I select and only when I select the row of the updated item, it will display the old data of the item.
To do some tests, I have created next to the grid a button to call dataProvider.refreshAll() When I click on it, the data is refreshed and up to date again but after, if I select the row of the updated item, it displays the old data again
Any idea ? is it a cache problem ?
FYI, after updating to Vaadin 8.1.0, this issue has disappeared.