Thanks! (latest nightly fix for IE)

Thanks! (latest nightly fix for IE)

timtuckertimtucker Posts: 48Questions: 0Answers: 0
edited April 2012 in DataTables 1.9
[quote]Fix: IE6/7 return an empty string for getAttribute('id') when there is no ID attribute, rather than null. As such tables were not automatically being given an ID when they didn't have one, which created a situation where the settings object for a table could be 'lost' in IE6/7. Now check for empty string when checking the table ID.[/quote]

Just wanted to say thanks -- the latest fix in the nightly build addresses some of the issues that I was having with IE. Specifically, I'd found that some tables that was accessing via class name (with no ID) were being reinitialized every time I called .dataTable() on them. The changes seemed to do the trick to prevent that.

Replies

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin
    Great to hear this - thanks for the feedback!

    Allan
This discussion has been closed.