0
votes

I am required to build an advanced search / filter panel for a given grid component(on ExtJS 5).

============================================

Search fields:

field1: textfield field2: numberfield field3: date field4: lov


Table Grid:

name | age | date | status


So the filter fields would actually be built on top of the fields that grid is referring to(basically mirror the fields).

On entering any criteria and hitting search in search fields panel, the grid's store has to be reloaded with new criteria. This is what i want to do. But, I could not find anything regarding this in extjs docs or any guides/tutorials on any forums.

Is there anything that Extjs gives that app developer can consume(like a plug and play, with min config to specify fields etc.) If not, there any guides / tutorials out there which i can use to build this.

Appreciate your help. Thanks

1

1 Answers

0
votes

Filtering done this way is not a trivial to implement so it cannot be explained in one sentence or article. Anyway, see this commercial plugin, it probably does what you want: http://extjs.eu/software/ext-grid-multisearch-plugin