Thank you.
By setting the value of ui.newVal to ui.rowdata in the cellSave, it was possible to set the value to include the space.
However, it is trimmed on display.
Is it possible to make the same value on display?
cellSave: function (evt, ui) {
ui.rowData[ui.dataIndx] = ui.newVal;
}