add list menu before search field
add list menu before search field
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.
This discussion has been closed.
Replies
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html
and also this :
http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/
http://datatables.net/examples/api/regex.html
Thank you,