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!

cannot call methods on iconList prior to initialization; attempted to call method 'getColumns

Eslam_ElbyalyApr 9 2021

Hi, I am using APEX 20.2. I am trying to call getColumns() method of "iconList" widget. I run the page then change the view to "icon" view then call the method using "apex.region('IG').widget().interactiveGrid('getViews','icon').view$.iconList('getColumns');"
but I face error: "cannot call methods on iconList prior to initialization; attempted to call method 'getColumns"
How should I initialize the iconList widget?

Comments
Post Details
Added on Apr 9 2021
1 comment
434 views