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.

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 .

Now i will hide the addrow and try the same.


Awaiting for your reply.