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

Filter Control ServerSide Issues #316

Open
cgountanis opened this issue Jul 25, 2018 · 0 comments
Open

Filter Control ServerSide Issues #316

cgountanis opened this issue Jul 25, 2018 · 0 comments

Comments

@cgountanis
Copy link

When you use the filter control extension with serverside enabled the querystring param search gets populated with whatever you search for in the column filter control inputs. This is confusing if you try and use the global upper right search and the filter control search at the same time. I had to disable the upper right main search and ignore the param search= for now.

Easy to respoduce using browser dev tools > network.

In this example I have a 1 in the filter control input for id and 11 in the filter control input for cabinet, notice the search=11 which was the last entry. Even if you had TEST or anything in the main upper right search the search parameter gets overtaken.

?search=11&sort=cabinet&order=desc&offset=0&limit=10&filter={"id":"1","cabinet":"11"}

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