Infinite Scroll scrollbar not always appearing
Infinite Scroll scrollbar not always appearing
![flarpy](https://secure.gravatar.com/avatar/8745539d998a1e104efb78b415936927/?default=https%3A%2F%2Fvanillicon.com%2F8745539d998a1e104efb78b415936927_200.png&rating=g&size=120)
Hi Allan
When using infinite scroll, if the height of the default number of records is not > sScrollY no vertical scrollbar appears. Is there a workaround for this?
My config is
[code]
"bProcessing": true,
"bServerSide": false,
"bDeferRender": false,
"sAjaxSource": '<?php echo $this->sourceLink;?>?format=json',
"aoColumnDefs": <?php echo $this->columnDefs;?>,
"bScrollInfinite": true,
"bScrollCollapse": true,
"bAutoWidth": true,
"sScrollY": "800px",
// "sScrollX": "600px",
"bStateSave": false,
"oLanguage": {
"sProcessing": "Downloading & Sorting Programs"
},
[/code]
Thanks
When using infinite scroll, if the height of the default number of records is not > sScrollY no vertical scrollbar appears. Is there a workaround for this?
My config is
[code]
"bProcessing": true,
"bServerSide": false,
"bDeferRender": false,
"sAjaxSource": '<?php echo $this->sourceLink;?>?format=json',
"aoColumnDefs": <?php echo $this->columnDefs;?>,
"bScrollInfinite": true,
"bScrollCollapse": true,
"bAutoWidth": true,
"sScrollY": "800px",
// "sScrollX": "600px",
"bStateSave": false,
"oLanguage": {
"sProcessing": "Downloading & Sorting Programs"
},
[/code]
Thanks
This discussion has been closed.
Replies
Allan