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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
40 views