xOnCellSubmit method
void
xOnCellSubmit(
- XDataGridRow dataGridRow,
- RowColumnIndex rowColumnIndex,
- GridColumn column
override
Implementation
@override
void xOnCellSubmit(XDataGridRow dataGridRow, RowColumnIndex rowColumnIndex, GridColumn column) {
rootItemEdited!(dataGridRow.item);
}