Hello guys,
Have you any idea how I can add filterrow plugin to listview?
I'd appreciate any help,
Thank you!!
Printable View
Hello guys,
Have you any idea how I can add filterrow plugin to listview?
I'd appreciate any help,
Thank you!!
The filtering logic is the same for ListView and GridView, but you will have to rewrite how the filter row is rendered and resized.
How well do you know Ext? This is not something I would recommend to a beginner.
Hello Condor,
I know that both GridPanels and ListViews use the store which is the dataset that has to be filtered.
My question was if there were a plugin like Ext.ux.grid.FilterRow that I could use without rewrite.
I have already started to modify the above plugin in order to comply to ListViews,
Thank you for the immediate response