bSmart individual column filtering
bSmart individual column filtering
jOSS31
Posts: 1Questions: 0Answers: 0
Hi,
Imo, when bSmart is set to false, the function _fnFilterCreateSearch should return :
=>new RegExp( '^'+sSearch, bCaseInsensitive ? "i" : "" )
instead of returning
=>new RegExp( sSearch, bCaseInsensitive ? "i" : "" );
thx
Imo, when bSmart is set to false, the function _fnFilterCreateSearch should return :
=>new RegExp( '^'+sSearch, bCaseInsensitive ? "i" : "" )
instead of returning
=>new RegExp( sSearch, bCaseInsensitive ? "i" : "" );
thx
This discussion has been closed.
Replies
Anyone else have any thoughts on this?
Allan (thinking perhaps there should be a 'wish list' of features that we can all vote on...)