$(document).ready(function() {
$('#osw-edit-version-control').dataTable( {
"bJQueryUI": true,
"aaSorting": [ [1,'asc'], [2,'asc'] ],
"bScrollInfinite": true,
"bScrollCollapse": true,
"sScrollY": "500px",
"iDisplayLength": 20
} );
} );
if I increase the sScrollY value to something like 300px or more, its not showing any scroll bar.
Ok, why infinite scrolling only?
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.