_fnDataToSearch throws error if column contains null data
_fnDataToSearch throws error if column contains null data
bluecollarcoder
Posts: 1Questions: 0Answers: 0
The function _fnDataToSearch() throws an error if the sData is null. The fix is to reorder the if...else statement so that (sData === null) is checked first before other conditions.
This discussion has been closed.
Replies
Thanks for flagging this up!
Allan