Ext.ux.grid.Search Plugin adds searching capabilities to Ext grids. It creates menu and trigger field in a grid toolbar where user can select which fields to search and enter the text to search for.
There are two modes available: local, in which the local store is searched and remote, in which a request is sent to server that delivers filtered data.
The plugin supports all types of grids including auto-configured ones as it implements reconfigure function that takes care about changed ColumnModel and Store.
Columns to search can be optionally ignored or disabled and plugin can be optionally rendered to a toolbar of other panel.
Downloads (stable 1.1):
gridsearch-1.1.tar.bz2Downloads (stable 1.0):
gridsearch-1.0.tar.bz2Downloads (development):
gridsearch.tar.bz2minChars
config option which, if > 0, causes the plugin to start search after minChars
number of characters has been typed in the search field.autoFocus
config option that, if true, tries to focus the search field on each store load.