Issue with scroller and large client data source
Issue with scroller and large client data source
raka86
Posts: 10Questions: 4Answers: 0
Hi,
I was testing the scroller extension with a large JSON data source of 50,000 rows.
However scrolling down only works for the first 50 - 150 rows. Afterwards only the default background is shown.
This can also be seen on your own example at: https://datatables.net/extensions/scroller/examples/initialisation/large_js_source.html
Kind regards
This discussion has been closed.
Replies
Hi @raka86 ,
The 50-150 rows issue has been resolved in the nightly releases - it's just waiting to be released (see here).
There is an odd problem where the first few rows aren't rendering. I've raised that issue (DD-808) and will report back when progressed.
Apologies for the inconvenience,
Cheers,
Colin
Hi @raka86 ,
The other problem that I reported, with the first few rows in that example, is because the
displayStart
is present. If you're seeing that behaviour - just remove that option.Cheers,
Colin