Make grid row disappear after edit
I have a grid that lists some followups to do. There's the edit button on the right. When the followup (edit) is done, the line needs to disappear (if a certain criteria is met), not just update. Is there any way to do that?
Mathieu Savage
asked
at 10 Feb 2020
Answers
-
You can remove the line using jquery, for an example you can see
utils.itemDeleted
which is used in our demos as the success function for the delete PopupFormOmuanswered at 10 Feb 2020