valueNeedtoFilter = "^\\s*"+data+"\\s*$"; oTable.fnFilter(valueNeedtoFilter ,iColumn,false,);You can see this post also...http://datatables.net/forums/comments.php?DiscussionID=4096&page=1#Item_5
sortby = "^\\s*"+data+"\\s*$"; oTable.fnFilter(sortby, iColumn, true);
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.