Hello,
Using APEX 20.1 .
I have an IG on page, and after doing some processing on its model, using the following code:
…view$.grid("selectAll");
all the checkboxes on the row selector column are checked.
How can I clear/uncheck the entire APEX$ROW_SELECTOR column programmatically? I tried to use $model.clearSelection(); but it doesn't reflect on the row selector column.
Appreciate the help,
Arie.