Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IG : Interactive Grid hide column dynamically

OraDev16Jun 5 2019 — edited Jun 5 2019

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.

This post has been answered by John Snyders-Oracle on Jun 5 2019
Jump to Answer
Comments
Post Details
Added on Jun 5 2019
2 comments
5,000 views