How can I use captcha in DataTable search
How can I use captcha in DataTable search

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
search
control. You'd need to create a custom feature plugin (it is a lot easier than it might sound), which has theinput
control, your captcha, and then callsearch()
when there is a search term and the captcha has been approved.Allan
Thank you dear for your response