How to Add Row Using Custom Button with JS in Oracle Apex Grid

Опубликовано: 11 Октябрь 2024
на канале: Knowledge Sign
3,371
25

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" );

--------------------------------------------------------------------------------------------------------------------------