-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Extension filter-control, do not set search field #3966
Labels
duplicate
Issues that are duplicated with other issues.
Comments
Please place your code in a jsfiddle |
It's due to You can hack it by changing the target with event.currentTarget = this.$toolbar.find('.search input')[0]
this.onSearch(event); or by using |
Related: #3015 |
Related: #2776 |
Duplicate #2776 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added the filter-control extension.
My grid is configured below.
As the data comes from the server, the
data-query-params="parametrosDaConsulta"
is configured like this:My problem, when filtering the column, the plugin correctly sends the data filter parameter being
"field": "value"
.However in the
search
parameter, thevalue
of the field value is sent.My question
How do I make the
filter-control
plugin not set thesearch
value?My table config
The text was updated successfully, but these errors were encountered: