Hello everyone,
I am trying to paginate the table below using this plug in. http://neoalchemy.org/tablePagination.html
However, I the table did not show properly and I think it still counting the hidden fields.
Can you please advise how to solve this or provide an alternative way to do this.
Thanks in advance.
<table>
<thead>
<th>Header</th>
</thead>
<tbody>
<tr>
<td>Val1</td>
</tr>
<tr style="display:none">
<td>Val1</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Val1</td>
</tr>
<tr style="display:none">
<td>Val1</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Val1</td>
</tr>
<tr style="display:none">
<td>Val1</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Val1</td>
</tr>
<tr style="display:none">
<td>Val1</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Val1</td>
</tr>
<tr style="display:none">
<td>Val1</td>
</tr>
</tbody>
</table>