Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Delete button on an Interactive Grid

Javier PApr 26 2019 — edited Apr 29 2019

Hi,

Am trying to create a Delete Selected Button on and Interactive Grid with the instructions I received from a previous discussion but the page won't load.

Am using this code in the Javascript Initialization Code of the interactive grid:

// add a new "delete" button

toolbarGroup.controls.push({type: "BUTTON",

action: "selection-delete",

label: "test"

});

Am I missing something here?

Thanks for any help!

Javier

Comments
Post Details
Added on Apr 26 2019
11 comments
4,472 views