Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error when hiding Interactive Grid column on page load

In my interactive grid I have a requirement that hides columns within a function that gets called in the "Execute when page loads" section of the page-level attributes, specifically using the hideColumn method. When the function gets called an error gets printed to the console:

Uncaught Error: cannot call methods on stickyWidget prior to initialization; attempted to call method 'refresh'

The error was replicable on a different page that tried to hide a column on page load so I feel like the problem might have a generic fix. Any help would be appreciated.

Comments
Post Details
Added on Mar 11 2025
0 comments
274 views