rstaib / jquery-bootgrid

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

Can't get rows that contains searchPhrase #292

Open jorkzijlstra opened 8 years ago

jorkzijlstra commented 8 years ago

The rows that contains the searchPhrase aren't stored. So it isn't possible to retrieve them.

It would be great if you'd could get this.rows and this.rows filtered by searchPhrase.

jorkzijlstra commented 8 years ago

I already created some code to tackle this. I choose not to implement it in the loadData but on the fly when calling the method.

https://github.com/jorkzijlstra/jquery-bootgrid/tree/expose-searchResult