Persistent Vertical Scroll Bar?
Persistent Vertical Scroll Bar?
![alp](https://secure.gravatar.com/avatar/4c004eebd4914645ba0a3729e7fbe096/?default=https%3A%2F%2Fvanillicon.com%2F4c004eebd4914645ba0a3729e7fbe096_200.png&rating=g&size=120)
Does Datatables allow for a persistent vertical scroll bar?
If so, please point me in the right direction.
This discussion has been closed.
Does Datatables allow for a persistent vertical scroll bar?
If so, please point me in the right direction.
Answers
Use
scrollY
.Kevin
scrollY is not persistent. Only works when there is scroll-able content, for me anyways.
$(document).ready(function() {
$('#table_id').removeAttr('width').DataTable({
scrollX: '750px',
scrollY: '500px',
autoWidth: true,
responsive: false,
scrollCollapse: false,
paging: false,
info: false,
ordering: true,