DataTables with large resultsets

DataTables with large resultsets

keithslaterkeithslater Posts: 1Questions: 0Answers: 0
edited January 2012 in General
Hello, I am trying to use DataTables along with FixedColumns and I'm running into a problem. There are times I want to return up to 50 columns and 100 rows. When I do this, DataTables take a long time to return results and more often than not (especially in Chrome) the browser crashes and I never get the results. From what I can tell offsetHeight and offsetWidth seems to be the bottleneck. Is this a known issue with DataTables and is there any workaround?

I've tried 1.8.2 and 1.9.0beta3 and I've had the same results.

Thanks
This discussion has been closed.