Persistent Vertical Scroll Bar?
Persistent Vertical Scroll Bar?
alp
Posts: 4Questions: 2Answers: 0
Does Datatables allow for a persistent vertical scroll bar?
If so, please point me in the right direction.
This discussion has been closed.
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,