Hi,
I have an IG with default filters, for this filters I want to hide the remove button, so users can't delete it from report.
I have the following code for hiding, which works fine in my browsers webdeveloper:
$("#IG_GESAMT_ig_report_settings .a-IG-controls-item--filter:first .a-IG-controls-cell--remove").addClass("reportsettingHide");
I want to put this into a DA, but can't find an event for the IG that is called on the right point.
For the first try I put it in page load and it works fine, but when users add another filter, highlighting or any other condition or formatting, it appears again and I can't find the right event.
I tried reportsettingschange, change of region and of the whole document (that is fired, when user unchecks or removes a condition, but my class is not added or is removed by some following side stuff I don't see), reportchange. But they are all not fired.
I used jQuery Selector ‘#IG_GESAMT’
Can please anybody give me a hint, what event has to be called, that my DA is fired on changes in the report setting area?
Thanks
chris
P.S. I'm using Apex 19.2