Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store's autoLoad property ignored if remote filtering is enabled #393

Open
L3P3 opened this issue Sep 26, 2019 · 0 comments
Open

Store's autoLoad property ignored if remote filtering is enabled #393

L3P3 opened this issue Sep 26, 2019 · 0 comments

Comments

@L3P3
Copy link

L3P3 commented Sep 26, 2019

https://www.sencha.com/forum/showthread.php?305380

When the gridfilters plugin is enabled:

... store={new Ext.data.Store({autoLoad: false, remoteFilter: true})} ...
--> Store loads automatically

... store={new Ext.data.Store({autoLoad: {params:{limit: 1}}, remoteFilter: true})} ...
--> Store loads automatically, limit is default at 15

This bug is not fixed for years now and I am sure it would not take too much time to fix it.
My feeling is that there are only a few conditions missing somewhere in the filtering part.
If you want me to fix it by myself I expect something in reward, as I am paying for something...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant