how to customize search
how to customize search
Hi every body
i'm beginer learning of jquery and asp.net, can you tell me , how to customize field search?
i will to view my data on table with 2 search parameter, and keyword to seach refer to only one field parameter
user can input one or two field search at once
thanx a lot
i'm beginer learning of jquery and asp.net, can you tell me , how to customize field search?
i will to view my data on table with 2 search parameter, and keyword to seach refer to only one field parameter
user can input one or two field search at once
thanx a lot
This discussion has been closed.
Replies
2. when data changed in search, trigger fnFilter for a given column.
http://www.datatables.net/ref#fnfilter
http://www.datatables.net/release-datatables/examples/api/multi_filter.html