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!

Action menu of interactive grid not working on zoom level 80%

Ashis_M18 hours ago

HI ,

Am trying to build a page in apex, having interactive grid as a main report, but i want the zoom level to be set at 80% on page load.

Tried using the following js script with “Execute when Page Loads” property on the apex page.

document.body.style.zoom = "80%";

The grid appears as desired, but the action menu won't pop out on click. Same happens if i try selecting search column button.

Any suggestion would help please.

Comments
Post Details
Added 18 hours ago
1 comment
30 views