'How to hide columns from Intractive Grid Oracle Apex

I need to know How to hide columns from Intractive Grid Oracle Apex, for example

I have select list value as x,y,z

:P_SELECT_LIST

If :P_SELECT_LIST is x then show all the columns like name,email,number , if :P_SELECT_LIST is y then show only name column and same for z show only name column



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source