Skip to content

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

@L3P3

Description

@L3P3

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions