Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
137
rated 0 times [  139] [ 2]  / answers: 1 / hits: 22117  / 7 Years ago, thu, april 27, 2017, 12:00:00

I have developed a table in bootstrap using the table-responsive class and it works as expected, however as the table is rather large and will be used on a range of devices I need to make it more user friendly. I have searched the forums but cannot find what I am after.



Is it possible to have the scrollbar which appears at the bottom of responsive table visible at all times and not just when the screen is minimized to a certain extent?



Also is there any way to replicate this scrollbar at the top of the table as well? As the table will be long it would be a better solution to have it visible at the top and bottom.


More From » jquery

 Answers
2

For a horizontal scrollbar on top try using the jquery.doubleScroll plugin



jQuery:



$(document).ready(function(){
$('.table-responsive').doubleScroll();
});

[#57984] Tuesday, April 25, 2017, 7 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
maximusbradforde

Total Points: 594
Total Questions: 106
Total Answers: 82

Location: Tuvalu
Member since Sat, Feb 11, 2023
1 Year ago
;