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!

How to perform interactive report pagination selection action in javascript?

northonnJul 27 2023

Friends, I created custom buttons to perform interactive report actions in javascript. For the actions of selecting columns, downloading and etc. it worked very well. However, the function of selecting the paging does not work the same way because it is a radiogroup and not a modal.

$("#LIST_IR_actions_menu").menu("find", “irDownload”).action()

Does anyone know how could change this IR paging property at runtime?

Comments
Post Details
Added on Jul 27 2023
2 comments
1,404 views