Hello Experts,
We need a good practice solution to process rows, which are selected (checked) by Row Selector column in Interactive Grid.
We have multiple Interactive grids on a Page.
One grid has Row Selector column - first column in the gird which displayed as checkbox.
We need to get an array of values for checked rows and pass it to page PL/SQL Process for processing.
Can we use apex_application.g_f01 to loop through values of the rows, checked by Row Selector columns? I used it in Tabular Forms before but not sure if it's applicable to IG?
Also if I created a page Process which would loop through apex_application.g_f01, how do I define that this is from a particular Grid?
If a.m. is not applicable then what is correct way to process rows selected (checked) by Row Selector column in Interactive Grid?
We are on Apex 19.1
Thank you!