ColVis showAll button not working in IE 7 and 8

ColVis showAll button not working in IE 7 and 8

trishdevtrishdev Posts: 13Questions: 1Answers: 0
edited February 2012 in Bug reports
I just started having this error in IE7 and 8 using ColVis 1.0.7 with datatables 1.8.2 and jquery 1.6.4.. when you click on the show all button it throws this error::
YOU are able to click on hidden columns check boxes and have them show up, you can click the restore all button and that works but when you go to showAll you get this error::
Object doesn't support property or method 'indexOf' jquery.ColVis.js line 546 char 5
which is this
if (that.s.aiExclude.indexOf(i) === -1)
{
that.s.dt.oInstance.fnSetColumnVis( i, true, false );
}
in the $(mButton).click( function (e)}

Do you need the table initialization parameters? I can paste that if you need..
This is weird because I am pretty sure this was just working... wondering if anyone else has run into this...

I tried updating my jquery to 1.7.1 and the lastest datatables.js to 1.9.0 with no difference
This discussion has been closed.