How can I use captcha in DataTable search

How can I use captcha in DataTable search

abdorrezaabdorreza Posts: 2Questions: 1Answers: 0

Hi,
I want use a captcha code for DataTable search. When user want to search a value in DataTable, at first enter captcha code and then search shows the result.

Answers

  • allanallan Posts: 63,488Questions: 1Answers: 10,467 Site admin

    That wouldn't be possible with the default search control. You'd need to create a custom feature plugin (it is a lot easier than it might sound), which has the input control, your captcha, and then call search() when there is a search term and the captcha has been approved.

    Allan

  • abdorrezaabdorreza Posts: 2Questions: 1Answers: 0

    Thank you dear for your response

Sign In or Register to comment.