Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

open modal and passing value from column

the pastJan 13 2022

i have interactive report
select id ,name,departmnet, 'Edit'

report looks like

id - name -department - Edit

in edit i made it link

how can i pass id value when and open other page in modal 'other page already i set it up as modal'

when i make link on id no problem
but the problem edit its fake column to show icon inside it

url: javascript:void(null);
Link Text: <span aria-hidden="true" class="fa fa-edit"></span>
Link Attribute: data-id=#REQUEST_NO#

Comments
Post Details
Added on Jan 13 2022
5 comments
536 views