How would I use deferLoading with server side pipelining?
How would I use deferLoading with server side pipelining?
sportsreport2
Posts: 5Questions: 2Answers: 0
I have datatables 1.10 set up to use server side pipelining similar to the pipelining example.
https://datatables.net/examples/server_side/pipeline.html
Does anyone know how I would set this up to use the deferLoading option so the initial data loads with the page rather than an ajax call and then only does an ajax call when it needs to?
This discussion has been closed.