Hi,
APEX Version - 19.1.
DB - 12c
I am using a simple editable IG as shown
When the page/IG loads, I can select the checkbox - row-selector(APEX$ROW_SELECTOR).

Now, when I add new row anywhere - I can no longer check the checkboxes. Only the check-box in the header (which selects all checkbox) works.


I am trying to create a new row (add-row), select some rows and fill the values (after some calculations based on selected rows ) in the new row.
But I am not able to select rows after adding a new row.
This happens even in Interactive-Grids Packaged App as well.
Is there something I am doing wrong? Please suggest.
Thanks