Data table not loading on Jquery Tab on FireFox

Data table not loading on Jquery Tab on FireFox

ajayajay Posts: 2Questions: 0Answers: 0
edited September 2011 in DataTables 1.8
Hi,

I am new to using Data Tables. Please could some one help me with this issue on Fire fox

I have three tabs and using Jquery UI tab with Ajax mode to load the required table strucuture , and on the tab load event, initialising the data table for server side processing. Everything works fine in IE, but table fails to load on Fire fox.

This fails to hit the Datatable server side processing Ajax method when the Jquery tab is configured for Ajax mode.

Replies

  • ajayajay Posts: 2Questions: 0Answers: 0
    I have sorted this out, it works great. My mistake of using ui.tab.innerHtml which doesn't work on Firefox, instead used $(ui.tab).text()
    :-)
This discussion has been closed.