Hello.
I'm using apex 5.1.3.
I have a page with editable interactive grid. Changed rows get updated with process (type - interactive row processing (DML)). Process checks row_status to run database process (package).
Now i added modal windows to bulk update selected rows with item value from modal window.
How can i call page process or do something similar with dynamic actions? To get the same result as with process mentioned above.
When i click save button on modal window, values are updated in IG rows. Now i need process. If i use apex.submit('SUBMIT'), data is updated but the whole page is refreshed. I want only changed rows to refresh.
Thanks.
Kind regards,
Dean