| Method | Parameters | Description |
|---|---|---|
| editCell | iRow, iCol | edit a cell with the row index iRow( do not mix with rowid) in index column iCol |
| getChangedCells | method | Returns an array of the changed cells depending on method (string, default 'all'). When 'all' this method returns all the changed rows; when 'dirty' returns only the changed cells with the id of the row |
| restoreCell | iRow, iCol | restores the edited content of cell with the row index iRow( do not mix with rowid) in index column iCol |
| saveCell | iRow, iCol | saves the cell with the row index iRow( do not mix with rowid) in index column iCol |