Apex version 21.1.5
Hello, I'm trying to get the total row count of an interactive grid and put it in a page item that will refresh as the end-user updates the IG filters. The end goal is to have a button disable if the row count is greater than xyz amount but I need the row count of the IG to do so. I have found this article https://community.oracle.com/tech/developers/discussion/4336563/interactive-grid-js-api-to-get-total-number-of-records-and-current-record-position-undefined but I'm very new to javascript and don't understand how to use this or where to put the dynamic action. Any help would be great or maybe there is another way I haven't considered?
Thanks