Search plug-in development

Search plug-in development

yannFrenchyannFrench Posts: 3Questions: 2Answers: 0

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

  • kthorngrenkthorngren Posts: 20,401Questions: 26Answers: 4,787

    You have "searching": false, which disables searching. See the searching docs for more details. If you want to remove the search input use the dom option. Looks like you will want to use `dom: "rfp" to show the table and paging.

    Kevin

Sign In or Register to comment.