getChangedCells();
The getChangedCells method returns array of edited cells' data.
This method returns an array of JSON object with the following fields: CellData - object that contains cell values, V - new cell value, S - style and other.
The example of use is given on the page TabSheet.clearChangedCells.
Seebsp;also: