0
Bernard created
Hi,
How can i refresh field in View after calling a modal with : _createOrEditModal.open();
1 Answer(s)
-
0
Hi @Bernard
You can provide a
getResultCallback
while opening the modal, similar to the one below;_createOrEditModal.open({}, function(){ // this is the get result callback. });