Hello,
I have a question regarding Horizontal scroll bars in Oracle Apex. I have followed the following steps
1. Used Static file: jquery.htmldbHsrcoll-0. 0. 1. js
2. Used the above in report HTML Header:
<script src="#WORKSPACE_IMAGES#jquery.htmldbHscroll-0. 0. 1. min.js" type="text/javascript"></script>
3. Created one static id in attributes in report column:
Static ID: AB_CD
4. Created Dynamic action with JS code which uses the report static id and the image file:
$("#report_AB_CD").htmldbHscroll({width:1375, columns:1});
my question is the above code displays the image of the scroll bar even if there are less number of columns displayed in the report. It become active if the columns dont fit in the screen. I dont want to even show the scroll bar image when there are less number of columns. It shud be visible only wen it is needed or wen the columns doesnt fit in the screen. Can anyone help? Thank you