Hello,
i am using Oracle Apex24.2
i am trying to Save the Data of the selected row in an interactive grid .
the IG supports only one row selection ( the user cannot select multiple row at the same time ).
i have tried many ways :
-
i created a DML Process in the Processing Tab, it worked but it's refreshing the page when button pressed because the button is of type submit page.
-
i have tried a dynamic action on button pressed that takes the array from the DOM but it didnt work well or i wasn't able to properly write the code.
what is the best approach in my case and can you provide the best solutions for it ?( if many provide them please)