I have the following problem: my requirement is that a column in Oracle APEX Interactive Grid should be fixed (i.e. the user must not be able to move it) but at the same time the sorting function must be available in the header column.
I've researched and tried various solutions but I'm still desperate. I tried this in the Column-> Advanced-> Column Initialization JavaScript Function -> config.defaultGridColumnOptions = noHeaderActivate: true and it doesn't worked - the column is so fixed, but you can't sort it that way either. Do you have any ideas how to solve this? Will appreciate your help very much!