How to Add Row Using Custom Button with JS in Oracle Apex Grid
#custom
#button
#javascript
#addrow
#oracleapex
Code:
---------------------------------------------------------------------------------------------------------------------------
/* -- Add row --- */
apex.region( "STATIC_ID" ).widget().interactiveGrid( "getActions" ).invoke( "selection-add-row" );
--------------------------------------------------------------------------------------------------------------------------