Unable to hide Tab in dialog based on checkbox when dialog opened
I am trying to hide Tab in dialog based on checkbox value.
Able to hide and show on change event of checkbox value.
But unable to hide it when we open dialog.
To hide Tab, I am doing like below
$(".coral3-Tab[aria-controls=' "+$("#customId").closest(".coral3-Panel").attr("id")+" ']").hide();
Tried with dialog-ready event, but getting undefined.
Could someone please suggest on any other approach?
Thanks in Advance.