Hi community,
I have a problem with the interactive grid. I need to change the label of the 'Save' button.
Is there an easy/recommended way?
What I tried is creating a DA:
Event: Click
Selection type: JQuery Selector
JQuery Selector: .a-Button
Event Scope: Dynamic
And this executes JavaScript Code:
$(".a-Button-label:contains('Save')").text("some_other_label");
I know that ' $(".a-Button-label:contains('Save')").text("some_other_label");' works in principle. I also used the DA technique with the JQuery Selector and dynamic event scope in other places and it worked like expected.
But here it just does not work.
Probably this is also way too complicated.
Can anybody help?
Thanks.
PS. We are using Apex 5.1.2.00.09