How can I use captcha in DataTable search
How can I use captcha in DataTable search
abdorreza
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.
This discussion has been closed.
Answers
That wouldn't be possible with the default
searchcontrol. You'd need to create a custom feature plugin (it is a lot easier than it might sound), which has theinputcontrol, your captcha, and then callsearch()when there is a search term and the captcha has been approved.Allan
Thank you dear for your response