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

Scroller not rendering rows

$
0
0
Hello all,

I just started using DataTables and I'm having some trouble getting Scroller plugin to work. This is my configuration:

$("#sg2").dataTable({
        "aaData": data,
        "bDeferRender": true,
        "sScrollY": "200px",
        "bPaginate": true,
        "bFilter": false,
        "sDom": "frtiS",
        "bInfo": true,
        "aaSorting": [],
        "aoColumns": [
            { "sTitle": "SecCode", "mData": "SecCode" },
            { "sTitle": "Price", "mData": "Price" },
            { "sTitle": "Quantity", "mData": "Quantity" },
            { "sTitle": "Value", "mData": "Value" },
            { "sTitle": "Time", "mData": "Time" },
            { "sTitle": "Number", "mData": "Number" }
        ]
    });

DataTables renders the first 10 rows of data, but when I start scrolling grid is empty even though there is 3000 objects in data array. When I set the bPaginate parameter to false, everything gets rendered at once.

What am I missing?

Thanks!

Viewing all articles
Browse latest Browse all 82130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>