Search in input values in table tds

Search in input values in table tds

iceericeer Posts: 2Questions: 1Answers: 0

i have a row for example:
<tr><td><input type="text" name ="td_name" class="td_class_name" value="searchforthis"></td><td>search for this,too</td></tr>

now if i search for searchforthis it shows up 0 hits.

so is it possible to search in input values, too inside the tds?

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    Thanks for the test case, that helps. This example should help, @kthorngren made it for another thread. It shows how to query those input elements.

    Colin

This discussion has been closed.