Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extjs grid load through from submit with search parameter

Tags:

grid

extjs

i have grid with large data ,i want to apply search on it with some input from a form like username in jon and age between 20 to 25 . this type of query pass by form .so how to load grid i am little confuse. so please suggest me .

sorry for my poor English. thanks.

like image 401
user3587867 Avatar asked May 10 '26 23:05

user3587867


1 Answers

See if this plugin would do: Grid MultiSearch Plugin.

like image 76
Saki Avatar answered May 12 '26 17:05

Saki