Hi,
I have created a Tabular form on my APEX page.
When ever it has no related data in the table, it is displayed as below :
I'm required to add 3 empty default rows to the same on the first time page load.
In the dynamic actions, I tried adding, a Java Script which add 3 default empty rows on page load event.
javascript:apex.widget.tabular.addRow(); -- This script is written thrice.
However the problem is whenever the page is loaded 2nd, 3rd time every time 3 more empty rows gets added to the tab.
I just wan't 3 default rows added only the first time when page loads.
Please help..!!
