Hi,
I am attempting to disable the Edit button within an Oracle APEX 5.1.2 Interactive Grid report and also be able to enable the Edit button again.
I have tried the following but to no avail, i.e.:
$('#my-id [data-action="edit"]').prop('disabled', true);
$('#my-id [data-action="edit"]').prop('disabled', false);
Hoping this is possible.
Thanks.
Tony.