DataTables infinite vertical scrolling - sScrollY - cant change

DataTables infinite vertical scrolling - sScrollY - cant change

manishmanish Posts: 4Questions: 0Answers: 0
edited March 2012 in General
Hello All,
I wish to increase the height from 200px to 400px. It doesnt work. Scroll Bar disappears and cannot scroll

$('#example').dataTable( {
"bScrollInfinite": true,
"bScrollCollapse": true,
"sScrollY": "400px"
} );

Replies

  • manishmanish Posts: 4Questions: 0Answers: 0
    Sorted, just added
    "iDisplayLength": 50,
This discussion has been closed.