So you are looking for the HeaderForm plugin?
Printable View
So you are looking for the HeaderForm plugin?
Thanks that points me in the right direction.
Thanks froamer!
Here is an assembled copy of gridfilters from the Demo page above for anyone else looking for this extension for ExtJS 3.0.0. Extract to ExtJS examples folder.
I did a few cosmetic changes:
Code:> Replaced the default menu images:
http://img515.imageshack.us/img515/4125/filtermenu.png
> Added a header icon (instead of the green background) for filtered columns:
http://img34.imageshack.us/img34/3299/filters.png
The file is not corrupt. Internet Explorer just has problem downloading stuff from this forum.
Try a different browser.
Ah, switched to Firefox, all is well. Thanks.
here did not show the images in the link exampleQuote:
Added a header icon (instead of the green background) for filtered columns:
hi,mjlecomte:
I have checked out the gridfilter from svn. Everything is fine. But I have a question that how I can use coding to set some filter value and make filter activer before grid loading data. This feature used to work in the 2.x version. Just simply set value and active in the config object for a perticular filter. How can I achieve that throgh 3.0 verison?
thanks
acctually, once you set one filter's value and make it active before loading data.
{
type: 'list',
dataIndex: 'severity',
options: ["condition","critical","major","minor","indeterminate","info","warning"],
phpMode: true,
value: 'major',
active: true
}
the filter value displayed right in the filter menu. However, the check box is not clicked. So it means the filter is not active. How can I set the filter to be active?
GridFilter plugin doesnt work (in local mode) if a date time column contains null values. I've posted a bug on Bugs 3.0 forum with code to reproduce the behavior and a possible fix.
ciao