标签: jquery datatables
使用JQuery的DataTables插件创建滚动表时,滚动条在设计上是不可见的,直到用户将焦点带到表中。我希望滚动条能够持续可见,因为它让用户知道它们实际上可以滚动。
答案 0 :(得分:2)
这已经晚了3年。但希望这有助于其他人
.dataTables_scrollBody{overflow-y: scroll;}
答案 1 :(得分:1)
使用CSS。我相信语法为html {overflow-y: scroll; }
html {overflow-y: scroll; }
这里也回答了这个问题:
CSS for forcing the browser to display scrollbar