Are deferRender and bDeferRender the same setting?
Are deferRender and bDeferRender the same setting?
fearless359
Posts: 1Questions: 1Answers: 0
Both deferRender and bDeferRender are documented. I suspect that they are the same with the later being letter typed for bool. I have people complaining about load times when they get to 1000 records and just want to verify that my use of deferRender set to true is a/the correct way to enable this feature.
Answers
deferRender
is the notation used for Datatables 1.10. bDeferRender is the legacy notation used with DT 1.9 but will work with 1.10. See the Conversion Guide for more details.This [FAQ](https://datatables.net/faqs/index#speed0 provides options for increasing the load speed.
Kevin