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 populate new data into Interactive Grid using button without override existing data

LynnnSep 9 2022 — edited Sep 9 2022

I need to add list of data into Interactive Grid automatically using one button called "Populate". But the Interactive Grid itself have its own data, so the new list cannot override the existing data. Instead of override, the new data must be add below existing data in interactive grid.
For example here, the data in 2nd Interactive Grid which is POPULATE1 need to be add in 1st Interactive Grid without replacing any data on it, it have to be a new record on the 1st interactive grid.
the 2nd interactive grid will be hide after this, it just an example to show that the new data will be taken from a list of data, if the data is more than one line such as 3 data, so the 1st interactive grid also will get additional 3 data automatically after click populate button.
image.png

Comments
Post Details
Added on Sep 9 2022
0 comments
210 views