fnIsDataTable bug?
fnIsDataTable bug?
chadmccune
Posts: 2Questions: 1Answers: 0
I've recreated the problem on jsfiddle: http://jsfiddle.net/mo661dqq/1/
I found this in the following situation: I had 2 tables on my page and I was turning the 2nd one into a datatable, and then the first, but I was finding the first table was already a "datatable", even though it had never been turned into one. (according to fnIsDataTable)
This discussion has been closed.
Answers
Yes - most certainly a bug. Not sure if it is yourself or just coincidence but there was a bug report about this earlier as well. I've just committed a fix - the issue is discussed here.
Allan
must have just been coiincidence...I was able to work around it by adding an hidden
<
table> at the top of my page.
I see the fix, how long until its included in the download?
Likely 1.10.6 will be released next week.
Allan