File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The basic method of operation is that whenever a cell is edited (identified usin
31
31
event) an `isDirty` flag is set on the row, and a `saveTimer` is set. If another cell in the same row commences
32
32
editing within 2 seconds (or other configurable time), then the timer will be destroyed again. Otherwise
33
33
upon the timer completing the row will be set to a status of `isSaving` and greyed out, and the `saveRow`
34
- event will be called. The function called by this event must return a promise , and the rowedit feature
34
+ event will be called. The function called by this event must call `rowEdit.setSavePromise` , and the rowedit feature
35
35
will wait on that promise.
36
36
37
37
If the cellNav feature is also enabled, then a setFocus on a cell within the row is sufficient to delay
You can’t perform that action at this time.
0 commit comments