I have a table consisting of two columns, name and address. When user enters a search text and hits a button, I want to filter the table based on the criterion that either the name or address column contains the user's search text.
http://jsbin.com/ICEyOYAb/1/edit
How do I do it?