Use this to search the text of your table, check the column out. init table to searchable
jQuery('#table1').tablehandler();
search your text
jQuery('#table1').searchTable({ value : jQuery('#value1').val() })