rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 362 forks source link

multiple search #315

Open simonlify opened 8 years ago

simonlify commented 8 years ago

Hi, I know the single search, but how can I get the Multi ?? i can not make it work.

/* Single invoke */ $("#grid").bootgrid("search", "serach phrase");

/* Multi invoke (chaining) */ $("#grid").bootgrid("destroy").bootgrid("search", "serach phrase");

wjk1982 commented 7 years ago

+1 hope support and or condition search

JuanCalderon commented 7 years ago

Do you have some solution?