llamerr
23 Jun 2016, 7:54 AM
I'm not sure they were present in old docs, but they definitely not present in new docs
54745
And this is what I see in a package: ext/classic/classic/src/grid/filters/Filters.js
/**
* This class is a grid {@link Ext.AbstractPlugin plugin} that adds a simple and flexible
* presentation for {@link Ext.data.AbstractStore#filters store filters}.
* ... and so on...
http://examples.sencha.com/extjs/6.0.2/examples/kitchensink/#grid-filtering
example uses Ext.grid.filters.Filters and `plugins: 'gridfilters',`
Either of them not available with the search in docs.
http://docs.sencha.com/extjs/6.2.0-modern/Ext.grid.Grid.html#ext-grid-grid_sorting-filtering
Only have examples and links for sorting, not for filtering
54745
And this is what I see in a package: ext/classic/classic/src/grid/filters/Filters.js
/**
* This class is a grid {@link Ext.AbstractPlugin plugin} that adds a simple and flexible
* presentation for {@link Ext.data.AbstractStore#filters store filters}.
* ... and so on...
http://examples.sencha.com/extjs/6.0.2/examples/kitchensink/#grid-filtering
example uses Ext.grid.filters.Filters and `plugins: 'gridfilters',`
Either of them not available with the search in docs.
http://docs.sencha.com/extjs/6.2.0-modern/Ext.grid.Grid.html#ext-grid-grid_sorting-filtering
Only have examples and links for sorting, not for filtering