Scroller from large JS source with client side processing
Scroller from large JS source with client side processing
Paginating still seems to override scroller by loading only the first 10 rows. To get all the elements i have to set paginate size to -1, then it loads all the rows into the dom so using scroller for performance and dynamic table rendering becomes pointless (somewhat expected)
Live example.I couldn't get the debugger past uploading data to server.
http://live.datatables.net/ukihoq3/edit#source
My work is based on http://datatables.net/release-datatables/extras/Scroller/large_js_source.html
Unfortunately i think the syntax has changed since even by copy pasting the example code it fails without setting "aoColumns" and it still loads only the first 10 rows.
Live example.I couldn't get the debugger past uploading data to server.
http://live.datatables.net/ukihoq3/edit#source
My work is based on http://datatables.net/release-datatables/extras/Scroller/large_js_source.html
Unfortunately i think the syntax has changed since even by copy pasting the example code it fails without setting "aoColumns" and it still loads only the first 10 rows.
This discussion has been closed.
Replies
Thanks for the test case. The test case doesn't appear to include Scroller. I've added it in here, and it appears to work, I think, as expected:
http://live.datatables.net/ukihoq3/2/edit
Regards,
Allan
EDIT: Is there a way to optimize dom rendering for tables with long rows at it is right now for tables with lots of columns?
Allan