Each row in the CellTable is a TextInputCell. And I use a ListDataProvider to populate the table at the beginning. However, after I did some changes on the data in the TextInputCell. I tried to read the revised data using the data provider. However, the data in the data provider remains unchanged.
What's the problem here? And how to read the revised data out of the CellTable?