TableTools Excel Export
TableTools Excel Export
tablusr
Posts: 3Questions: 1Answers: 0
Hello Users,
today we enabled deferRender: true in DT. As a result the table loads up very fast in internet explorer 8. But as we are going to export the data to excel we saw that the excel file contains only a part of the whole data. For example we have about 800 data sets but the file has only 200 sets. Why is that?
Any help will be appreciated.
This discussion has been closed.
Answers
Hello, I figured it out ... if deferRender is activated the Browser loads the data step by step. Because of that the export file contains only the data which are still loaded.