Scrolling table scrollbar to a specific column on link/button click
Summary
Scrolling table scrollbar to a specific column on link/button clickContent
Hi Shay,
Looking to implement ADF component af:scrollComponentIntoViewBehavior functionality in VBCS where we click on a link and move the table scroll bar to a specific column. Any idea how to do this VBCS?
Version
Version: 19.3.1.8Code Snippet
ADF Code snippet <af:group id="g9"> <af:link text="Text 1" id="l5" immediate="true"> <af:scrollComponentIntoViewBehavior componentId="resId1:resId1c14"/> </af:link> </af:group>
0