_fnVisibleToCOlumnIndex Truthiness bug.
_fnVisibleToCOlumnIndex Truthiness bug.

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