javascript - Add custom item to grid menu in ExtJS3 -


i'm trying make changes on cms, uses extjs 3. want add 2 buttons:

  1. show posts
  2. show posts (there column called "member")

i've founded solution here , uses extjs 4 , incompatible older version. how can extjs 3?

i know don't give enough information can suggest use filter on store make button works.

something like:

mystore.filter("member", true); 

and

mystore.clearfilter(); 

i haven't create kind of button (on list of option) can't part. maybe can create button outside of grid?

hope help


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -