I have a List View Region that I would like to update the contents of based on a Select List, without a submit call or page refresh, but I am open to suggestions that don’t use the select list bind variable in the where clause. List View Region (P1_LIST_VIEW) Select list: The dynamic action is When: On Change -> NULL
Tag: plsql
PL-SQL, Oracle Apex: How can I add pagination to a PL-SQL dynamic content table?
I created a PL-SQL dynamic content report in Oracle Apex, however I am having trouble figuring out how to add pagination to it. I have too many rows and therefore adding pagination to the table will provide a better user experience. My sample code looks as follows: BEGIN END; Answer Create two hidden items on the page, say, Pxx_START_ROW and