filter_plugin for Ext.ux.maximgb.treegrid.GridPanel
filter_plugin for Ext.ux.maximgb.treegrid.GridPanel
Hi freinds,
I useExt.ux.maximgb.treegrid.GridPanel in my project.I want to use filters in my treegrid.Where can I find the plugin to add to make my grid allows filters
(I like to do the same as I used in my gridPanel: var cm = app.Salarie.List.createColumnModel.call (this, extraColumns);
var store = app.Salarie.List.createStore.call (this, extraColumns);
var storeEntites = app.Salarie.List.createStoreEntite.call (this); var filters = app.createGridFilters (cm); var grid = new Ext.grid.GridPanel ({
cm : cm,
cls : 'id-salarie-list-view app-t-salarie-list',
bbar : app.Salarie.List.createPaginator.call (this, store),
tbar : app.Salarie.List.createMenu.call (this),
view : app.shf.list.createGroupingView (),
store : store,
title : this.getPageTitle (), plugins : [filters],
loadMask : true,
selModel : new Ext.grid.RowSelectionModel ({singleSelect : false}),
stripeRows : 'true',
enableColLock : false,
autoExpandColumn : 'id_designation'}
)
ty
Hi,
It is more kind if you move the thread to the exact forum (like in msdn) not delete it.
What is u skype ?I don't understand deutsh
thank you in all cases