FireFox 3.6.8 bug
FireFox 3.6.8 bug
I have the dumbest issue...and it's exhausting me.
I have everything working great in chrome, Safari, and IE, but I am getting this error in Firefox 3.6.8:
oColumn is undefined: oSettings.aaSorting[i][1] = oColumn.asSorting[0];
I have a very basic table to test.
$(document).ready(function(){$('#directories').dataTable();});
test
one
two
Any help would be VASTLY appreciated.
ChadStrat
I have everything working great in chrome, Safari, and IE, but I am getting this error in Firefox 3.6.8:
oColumn is undefined: oSettings.aaSorting[i][1] = oColumn.asSorting[0];
I have a very basic table to test.
$(document).ready(function(){$('#directories').dataTable();});
test
one
two
Any help would be VASTLY appreciated.
ChadStrat
This discussion has been closed.
Replies
That's very odd indeed! I've just tried it in Firefox 3.6.12 and it seems to be okay. Can you possibly post a link to an example page where you are seeing this error please?
Thanks,
Allan
all browsers but Firefox assume this. took me a while to see that. sorry for troubling you.
Chad
Allan
I was running into the same simple problem, and it was driving me nuts, and I finally found this discussion, and now I can move on.
Thanks!
Ryan
I am also grateful!It's amazing that this old version of FF (3.6.6 for me) can still be found 'in the wild' but sure enough I encountered this behavior as well!
Amazingly enough I found the answer already here. Adding the <tr> around the contents of the <thead> worked for me as well. Thank you!