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!

Conditionally hide Add Row button in IG

SAMB4May 14 2018 — edited May 14 2018

unknown

My requirement is to show and hide AddRow conditionally. We are using Oracle APEX 5.1

Applied below Code

function( options ) {

options.toolbar = options.toolbar || {};

options.toolbar.addRow = false;

return options;

}

But its not hide.

pastedImage_2.png

Can any one help me to resolve this issue. is it a bug?

I thought to try some work around by adding a button i got code for mmic addrow(Manual Add Row in IG is not working ) action is working only if the AddRow button is visible if i change the settings to unchecked the code is not working .

pastedImage_6.png

Now i will hide the addrow and try the same.

pastedImage_7.png

pastedImage_8.png

Awaiting for your reply.

This post has been answered by Pierre Yotti on May 14 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2018
Added on May 14 2018
2 comments
669 views