leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Dynamic search box with wice_grid #203

Closed ddpdevang closed 9 years ago

ddpdevang commented 9 years ago

How do I have a dynamic textbox above this grid to enable dynamic searching through the list and then have dynamic grid updated after that??

leikind commented 9 years ago

you can write it in javascript, the plugin does not offer any special API for this.