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

StoreFilterField default behavior does not mesh well with ZoneGrid #3660

Open
amcclain opened this issue May 10, 2024 · 0 comments
Open

StoreFilterField default behavior does not mesh well with ZoneGrid #3660

amcclain opened this issue May 10, 2024 · 0 comments

Comments

@amcclain
Copy link
Member

When bound to a GridModel, SFF defaults to only including visible columns in its search:

This is a good default for normal grids, but does not play well with ZoneGrid, where the visible leaf columns do not directly relate to visible fields. You can see the poor result in our Toolbox mobile ZoneGrid example, which has a SFF configured. (Same problem would manifest on desktop, we just don't have a handy example there.)

I believe we want to be able to bind SFF to a ZonedGridModel and have it adjust its handling accordingly. (This would also avoid the awkwardness you see in the TB example of having to manually bind SFF to model.zoneGridModel.gridModel - which itself is a bit of a hint that something isn't quite ideal)

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

No branches or pull requests

1 participant