javascript - Add custom item to grid menu in ExtJS3 -
i'm trying make changes on cms, uses extjs 3. want add 2 buttons:
- show posts
- 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
Post a Comment