hello All,
I have a requirement to disable the SAVE button which is added by default by IG to be disabled is the selected row has a null value.
If the checkbox selection has any rows with a Null value then also the button should be disabled. Also, if the missing value is entered in the column then the SAVE button should be enabled again.
I have tried the APEX$ROW_SELECTOR column but I am unable to capture the click event from it. I also tried .u-selector but I am not sure how to re-enable the row once the values are entered back.
Apex:21.1.2
Kindly help on a solution for this problem.