APEX 21.2.9
I have a page with an Interactive Grid (IG) and 10 rows per page. Each row has a button that when clicked triggers a Dynamic Action (DA). It works fine as long as I am on page 1, but as soon as I click page 2 (or 3,4,5, etc) the DA stops firing. I can even go back to page 1 and it will not work there as well.
The button is defined with class="genStmt". The DA is defined as a click event on the jquery selector “.genStmt”.
Thanks for any guidance,
David