Hi All,
In my tabular form, I have some customised javascript that would like to add a new row after the target row.
There is some logic to identify the target row.
"apex.widget.tabular.addRow()" seems can only append to the end of the tabular form (i.e add it as the last row)
Is there anything in APEX can do something like insert a new row after the target row? So the new row can be somewhere in between the tabular form.
Thank much.
Regards,
Kris