158850 - no subject - I have a Tempo report with lot of data o

I have a Tempo report with lot of data on the page. Is there a way user can quickly navigate to the Top or Bottom of the page by clicking on a button/ link instead of scrolling up or down? The requirement is similar to conventional webpage design where a long web page usually has a "Go to Top" icon/ button to go to top part of the page instantly.

OriginalPostID-158850

  Discussion posts and replies are publicly visible

Parents
  • @aviroop To the best of my knowledge, there isn't any OOTB functionality for doing so.
    Assuming that there is more than one SAIL component in the interface, you can opt for one of the following work arounds:
    1. By taking advantage of 'isCollapsible' attribute in Section SAIL component.
    2. Simulate accordion (Reference: https://jqueryui.com/accordion/) by making use of SAIL components and logical functions.
Reply
  • @aviroop To the best of my knowledge, there isn't any OOTB functionality for doing so.
    Assuming that there is more than one SAIL component in the interface, you can opt for one of the following work arounds:
    1. By taking advantage of 'isCollapsible' attribute in Section SAIL component.
    2. Simulate accordion (Reference: https://jqueryui.com/accordion/) by making use of SAIL components and logical functions.
Children
No Data