Hello I am seen a weird issue with IG, I see a blank row in IG . Below is the screen shot
Using Oracle APEX 22.2.0
First DA - On page load Hide Sub info region

I have 3 checkbox on page,
Based on user selection I do following
DA steps 1) server side code – Update statement
- Javascript code - To freeze the selection on values that was save.
document.getElementById("P33_SLT_Q1").disabled = true;
document.getElementById("P33_SLT_Q2").disabled = true;
document.getElementById("P33_SLT_Q3").disabled = true;
document.getElementById("P33_SLT_PROCESSOR_NAME").disabled = true;
document.getElementById('SAVE_SNAPSHOT_INFO').style.visibility= 'hidden';
- show IG regions based on Checkbox values selected
I noticed that it works correctly on first time only when I created, on every subsequent run of the page, I blank row of IG grid.
Once I tab or scroll into that row, button show up correctly


Let me know if any one ran into this problem and how did you solved it .