webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

Multiple search #192

Open bogdanhunea opened 6 years ago

bogdanhunea commented 6 years ago

Hi,

is it possible to implement a multiple search form? For example a search box will search in column "first name", another search box will search in "last name" column. or maybe a search box where you will enter the keyword, and a drop down menu with the table where to search.

Thanks in advice, Bogdan