Table Refreshes Entire Page
Table Refreshes Entire Page
I'm not sure about this, but data table is causing entire page to refresh.
I'm using JSF ICEFaces 1.8 for the application UI and powering my data tables with this jQuery DataTables. Pages are quite heavy on functionality and elements. When page is loaded you can see it without DataTable applied and then page refreshes again to apply the DataTable elements. I'm aware that jQuery gets applied after document is done loading. For some reason DataTable is refreshing entire page and it takes several seconds.
I was wondering if anyone has faced this issue.
I'm using JSF ICEFaces 1.8 for the application UI and powering my data tables with this jQuery DataTables. Pages are quite heavy on functionality and elements. When page is loaded you can see it without DataTable applied and then page refreshes again to apply the DataTable elements. I'm aware that jQuery gets applied after document is done loading. For some reason DataTable is refreshing entire page and it takes several seconds.
I was wondering if anyone has faced this issue.
This discussion has been closed.
Replies
Not come across this issue before. The most DataTables should be doing is manipulating the DOM a bit. There are three references to the 'window' object in DataTables, two for the cookies and one to check for Air, so I'm not sure how it would be causing a refresh.
Can you provide a link?
Regards,
Allan