Two filtering methods on multi column
Two filtering methods on multi column
![muzammilr](https://secure.gravatar.com/avatar/6d31b211bc3e50df290ec98ddb132446/?default=https%3A%2F%2Fvanillicon.com%2F6d31b211bc3e50df290ec98ddb132446_200.png&rating=g&size=120)
I am trying to integrate arithmetic + default filtering on multiple columns. I was able to get the arithmetic based filtering for all the numeric columns but getting the default along with it proving to be very tricky.
You can use < operator for age, but i need to provide a string based search as well.
PS: I am very new to java-scripting and the example my have some dumb options
This is my example http://jsfiddle.net/n35hr/16/
This discussion has been closed.
Answers
got it working by adding this