FiltersFeature Plugin has a bad out of the box algorithm. When using the AddFilter method it destroys and re-creates all existing filters. I call the method 37 times, so you can imagine the performance and memory problems this creates. If you want to use the FiltersFeature be prepared to modify it. I wish the folks at Sencha would do something about this. They claim they are not responsible. But I am sure it turns off newbie users like me who actually like the filter concept
Hello,
thanks for responding. my grid has 37 columns, so addFilter is called 37 times.
I would like two things to happen, either someone modify the code like I did, or stop
sending it out in the examples folder. It creates an illusion, which I fell for, that it is somehow
recemmend to use. No matter how you slice it is still a bad algorithm