How to repaint a row data in treegrid in vaadin 8?

I have used requestRepaint() and requestRepaintAll() ,But they aren’t working.

The preferred method is to call dataProvider.refreshItem(item)