Table Refreshes Entire Page

Table Refreshes Entire Page

borisavborisav Posts: 5Questions: 0Answers: 0
edited October 2009 in General
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.

Replies

  • allanallan Posts: 61,853Questions: 1Answers: 10,134 Site admin
    Hi borisav,

    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
This discussion has been closed.