Apex 5.1.1
I have an Interactive Grid and I want to hide certain columns when a checkbox is clicked.
On each IG field that I want to condtionally display I have put a "Server-side condition" and that the value of the checkbox should be 'Y'
I made an DA where on change of the checkbox where:
- true action 1: sent the value of the checkbox to the server ( making a dummy pls/sql code and put the checkbox field in: "Items to Submit" field )
- true action 2: refresh the IG region.
But its ignoring the changes to the checkbox. Could someone point me to the right direction?