Need easy and light paging in HTML table using jquery. I have use webservice to fill the table with the help of JSON. Now I need to add paging. Thanks in advance. Structure of my HTML table
<tr>
<th> Id </th>
<th> Code </th>
<th> Name </th>
<th> Gender </th>
</tr>