Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question!

    Thanks for sharing that script, I didn’t no that yet! This certainly looks interesting, but I’ll need to check it out in more detail before I can decide whether this should be added to TablePress. It might collide with the existing “Horizontal Scrolling” feature, therefore I have to be careful.

    However, if you want, you can apply this to an existing table manually: Just wrap the Shortcode in the <div id="double-scroll"> that is mentioned on that page, load the file, and the initialization CSS. Something like this:

    <div class="double-scroll">
    [table id=123 /]
    </div>
    <script src="https://example.com/link/to/jquery.doubleScroll.js"></script>
    <script>
    jQuery(document).ready(function($){
      $('.double-scroll').doubleScroll();
    });
    </script>

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘double scroll bar’ is closed to new replies.