vendredi 29 août 2014

HTML Table with multiple fixed rows


Vote count:

0




I am trying to freeze first top three rows of my table while scrolling down.


Here's my code:



<table>
<tbody>
<tr>
<th>Item#</th>
<td>12766</td>
</tr>
<tr>
<th>LOC</th>
<td>OWH</td>
</tr>
<tr>
<th>Size/Qty</th>
<td>12</td>
</tr>
<tr>
<th>SAlES</th>
<td>32132</td>
</tr>
<tr>
<th>SAlES</th>
<td>32132</td>
</tr>
<tr>
<th>SAlES</th>
<td>32132</td>
</tr>
</tbody>
</table>


I searched for many jQuery plugins, but they don't support multiple rows freezing.


Please advice.



asked 20 secs ago







HTML Table with multiple fixed rows

Aucun commentaire:

Enregistrer un commentaire