Hi,
i am using oracle apex24.2
i am trying to reorder the columns of an interactive grid.
i tried having the source of the IG as a table from the database, and rearranging the columns and checking their sequence from the page wizard but it didn't work when i run the application.
Plus, i have tried having as source for the IF a SQL Statement ( select column1, … from table )
but still however i altered the columns in the select the column at runtime are still the same.
Can someone help?