'Oracle Apex: how to populate data manually in editable IG

we have a requirement to manually populate editable IG with data from another table when user press a button to fill rows. IG is based on a table and a where clause is used but initially when appear the grid is empty, user will press a button and through a process / procedure / fuction / dynamic action this IG should be populated. please help how it can be achieved.



Solution 1:[1]

create a button with the action defined by dynamic action and create a duplicate IG region with data populated. When this button is pressed, hide the empty Ig region and show the populated one.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 cengiz sevimli