Answer the question
In order to leave comments, you need to log in
How to highlight a table row when a checkbox is selected in a cell?
There is a table like this:
<table style="border-collapse: collapse; width: 100%;" border="1">
<tbody>
<tr>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;">
<div><input class="form-check-input" type="checkbox" value="" /></div>
</td>
</tr>
<tr>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;">
<div><input class="form-check-input" type="checkbox" value="" /></div>
</td>
</tr>
<tr>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;"> </td>
<td style="width: 20%;">
<div><input class="form-check-input" type="checkbox" value="" /></div>
</td>
</tr>
</tbody>
</table>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question