_fnVisibleToCOlumnIndex Truthiness bug.
_fnVisibleToCOlumnIndex Truthiness bug.
devians
Posts: 4Questions: 0Answers: 0
calling _fnVisibleToColumnIndex("10") does not produce a position from iPos, because $.inArray() has a truthiness issue where "10" != 10. Suggest throwing in a parseInt if you're expecting an integer? ie $.inArray(parseInt(iMatch), aiVis);
This discussion has been closed.
Replies
Allan