Persistent Vertical Scroll Bar?
Persistent Vertical Scroll Bar?

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,