Is there an option to do a multiple select when filtering by columns using select boxes. For example . This breaks the filter so I was wondering if anyone knew a way to overcome this.
It is possible, but I don't have an example of how to do it at the moment. Basically what you would need to do is use a regular expression to build up the test you want to use for the data selected (i.e. AND or OR them together) and then use that with fnFilter.
Replies
Allan