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!

Resize column and notifications in APEX

Bitte_DritteApr 4 2020 — edited Apr 7 2020

Guys, I have a problem with notifications and resizing columns in the interactive grid.

Column size I change in Page load:

apex.region ("dept"). widget (). interactiveGrid ("getViews", "grid"). view $ .grid ("setColumnWidth", "DEPTNO", 180);

After submitting the page (when saving data to the database or to the collection), I show the user a successful message about the end of the upload data, which also apparently occurs WHEN PAGE LOAD.

Due to the fact that I am changing the size of the column, the message freezes for only half a second, and I want it to hang for a standard 3 seconds.

Do you know where else I can resize a column or how to fix this problem?

P.S. Sorry, my english is not so good. =(

This post has been answered by PMON on Apr 4 2020
Jump to Answer
Comments
Post Details
Added on Apr 4 2020
2 comments
772 views