You know that in APEX 5 you can (for IR) define how you would like to display report headings
By using same API (not documented) you can make your regions "sticky".
First, you have to set Static Region ID (for example rgnSticky) of your sticky region.
After that add onload JS code:
$("#rgnSticky").stickyWidget({toggleWidth:true});
- Fixed to Region
- Fixed to Page
- None
By using same API (not documented) you can make your regions "sticky".
First, you have to set Static Region ID (for example rgnSticky) of your sticky region.
After that add onload JS code:
$("#rgnSticky").stickyWidget({toggleWidth:true});
Check out demo here.
*Tested on APEX 5.0.1.00.06.
This comment has been removed by a blog administrator.
ReplyDelete