Hi All,
I'm using Apex 5.1. I've created a page with an IG with three columns. To hide the 2nd column; i've given a server side condition Item is NULL. Created a button, a page item and a dynamic action to perform the following two things -
(a) when the button is clicked; it'll set the page item with a value of 1. (i've submitted the value into session as well)
(b) Refresh the IG.
But, after the refresh as well the IG still shows the 2nd column; but if I refresh the page, the 2nd column is gone.
Objective - hide the column by refreshing the IG only and not by refreshing the page.
Thank You.