-
Notifications
You must be signed in to change notification settings - Fork 152
-
Star 1.4k 8000 div>
How do I exit edit mode after updating cell? #503
Unanswered
rave-tech-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the render method of a cell template, I can use onCellChanged to update the cell. After I'm done updating the cell, how do I exit edit mode and rerender with isInEditMode = false?
I have stopped propagation of pointer down events so the cell does not exit edit mode by itself.
Beta Was this translation helpful? Give feedback.
All reactions