-
With DataTables for example I can use dom and use external input box for searching. Is this possible with this package? |
Beta Was this translation helpful? Give feedback.
Answered by
rappasoft
Jun 5, 2021
Replies: 1 comment 1 reply
-
You can disable the search box using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Restingo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable the search box using
$showSearch
and includefilters[search]
in the URL from anywhere else. Or you can create your own search box andwire:model
it tofilters.search
.