Search in hidden row if found => visible
Search in hidden row if found => visible
meye
Posts: 1Questions: 1Answers: 0
Hi,
is it possible to search in hidden rows and to make them visible when hit?
If so, what is the best way to go about this? my skills are somewhat available, I ask for help but no complete code.
I thank you
This question has an accepted answers - jump to answer
Answers
Datatables handles the display of the rows and doesn't display them if they don't match the search expression. If you use another means to hide rows then Datatales won't know about this and it won't unhide the rows. See this basic example and enter search terms to see how searching works with Datatables.
Kevin