Hello all,
I am using Oracle APEX 5.0.1.
So I have a tabular form page and a button.
I have a requirement when I click the button in tabular form page.
It will retrieve / read the records which are kept in apex collection then loop the records and add the records as new rows into the tabular form.
I only know that to add new row in tabular form, I need to use javascript code.
And to read the records from apex collection I need to use PL/SQL code.
So how to combine in APEX?
Could someone please help to show how to do that?
Thank you,
Troy.