riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

How to search all records if GridView has paging? #22

Closed raysefo closed 9 years ago

raysefo commented 13 years ago

Hi,

I would like to know if it can search the whole records no matter the gridview (table) has paging.Otherwise It only searches for the current page records.

Best Regards.

chal commented 12 years ago

This is a client side search library. It only searches whats in the page. Sounds like you need a client/server library instead.