how to customize search

how to customize search

chaturchatur Posts: 1Questions: 0Answers: 0
edited October 2011 in General
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

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    1. create 2 textboxes () or other controls
    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
This discussion has been closed.