Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82022

Infinite Scroll scrollbar not always appearing

$
0
0
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
        "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"
        },


Thanks

Viewing all articles
Browse latest Browse all 82022

Trending Articles