IE8 table rendering
IE8 table rendering
eyre.michael
Posts: 21Questions: 0Answers: 0
Hello,
I have been searching through the forum posts trying to find a solution to the slow rendering of the table. I found this post: http://datatables.net/forums/comments.php?DiscussionID=4739, which led me to downloading datatables 1.8 and try to implement the bDeferRender option. From what I am reading, it seems that this is only used with an Ajax source. Currently I am creating an array of values with 6000 rows and 37 columns before loading the page that has the table in. From there, I am setting the aaData variable to a variable with the array. Is it possible for me to use the array that I have already setup with the bDeferRender option or do I have to create it with an ajax source?
Thanks
Mike
I have been searching through the forum posts trying to find a solution to the slow rendering of the table. I found this post: http://datatables.net/forums/comments.php?DiscussionID=4739, which led me to downloading datatables 1.8 and try to implement the bDeferRender option. From what I am reading, it seems that this is only used with an Ajax source. Currently I am creating an array of values with 6000 rows and 37 columns before loading the page that has the table in. From there, I am setting the aaData variable to a variable with the array. Is it possible for me to use the array that I have already setup with the bDeferRender option or do I have to create it with an ajax source?
Thanks
Mike
This discussion has been closed.