Oracle Apex Interactive Grid
Sometimes you want to Hide and Show Columns in another Grid based on selected row on Master Grid.
I wrote a small but effective Js Function that handels this for me:
// within IG
// View Columns or ShowColumns
function toggleColumns(regionName, co...
yaitcon.hashnode.dev1 min read