add list menu before search field

add list menu before search field

longingflongingf Posts: 2Questions: 0Answers: 0
edited December 2012 in General
I would like to add a list/menu field before the search text field. On that list menu, there will be several column names. User will able to select column name and type value in text field and needs to list all records which has been found on that column. Right now it works for search all columns.

Replies

  • ulrikeulrike Posts: 39Questions: 1Answers: 0
    This is not exactly what you want but provides the same functionality :

    http://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html
    and also this :
    http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/
  • longingflongingf Posts: 2Questions: 0Answers: 0
    Thank you very much. I used the following codes and converted all text boxes to a drop down menu. So it work the way i want right now.

    http://datatables.net/examples/api/regex.html

    Thank you,
This discussion has been closed.