How to filter by both textbox and combo box (select) ?
How to filter by both textbox and combo box (select) ?
gogo123456
Posts: 4Questions: 0Answers: 0
I want to filter individual column (add to header for example) by use both textbox and combo box (select input). In example page, there is only each seperately, I want mix both type in thead (or tfoot). So how can i do it ? Thank for every comment.
This discussion has been closed.
Replies
In either case, the filters are calling fnFilter(), so there would be no conflict in using both approaches if they are for 2 different columns.
If this is for the same column, I'm a little unsure how you intend to mix the combo and textbox values.
For example I want the first column to be filtered by a textbox, the second and the third one by a select and the forth one by a textbox... How you do it?
Thanks again...
Samuele