IR 커스텀 버튼 - 재설정 Reset




Execute JavaScript Code :


$(".a-IRR-button--remove[aria-label='필터 제거']").each(function() {
    $(this).click();
});





참고

https://oracleapexsolutions.blogspot.com/2017/09/interactive-reports-button-positions.html

댓글 없음:

댓글 쓰기

20250202 - IG 다운로드 버튼 바로 보이기

JS initialization Code : function (config) {     var $ = apex.jQuery,         toolbarData = $.apex.interactiveGrid.copyDefaultToolbar(),  ...