Search plug-in development
Search plug-in development
Hello,
Please excuse my broken English.
I'm trying to filter my data with "Search plug-in development", but nothing happens.
I have summarized my problem with as little code as possible on codepen.
If you look in the console, when I check or uncheck a "villes" or "jours" box, the click is correctly detected but the function does not seem to be working.
The click console.log is displayed, but the function's not.
Can you enlighten me on what is wrong ?
Codepen : https://codepen.io/yannwebseo/pen/abLywdQ?editors=1111
Thank you
Answers
You have
"searching": false,
which disables searching. See thesearching
docs for more details. If you want to remove the search input use thedom
option. Looks like you will want to use `dom: "rfp" to show the table and paging.Kevin