lot of time taken to load datatable and Filtered data issue

lot of time taken to load datatable and Filtered data issue

NiranjanNiranjan Posts: 5Questions: 3Answers: 0
edited July 2015 in Free community support

Hi Allan,
I set "bDeferRender" : "false" so that when i do filtering using my Search box, i get the proper filtered data, but the speed is extremely slow doing this. I have around 10K records. the method i use for filtering is: "$('#example').dataTable()._('tr', {"filter": "applied"})". So i tried to set defer rendering true so that the speed increases and it worked well. But the filtering used says "nodeType" is undefined. Any help on this or any other way of filtering data with this work around will help. Basically increasing the speed of loading the tables is my concern. My ajax response is quick but the time taken for drawing it is huge.

This discussion has been closed.