Javascript html表中的分页(客户端)

Javascript html表中的分页(客户端),javascript,jquery,asp.net,client-side,Javascript,Jquery,Asp.net,Client Side,需要使用jquery在HTML表中轻松分页。我已经使用webservice在JSON的帮助下填充了表。现在我需要添加分页。提前谢谢。我的HTML表的结构 <tr> <th> Id </th> <th> Code </th> <th> Name </th> <th> Gender </th> </tr> jqGrid非常受欢迎,应该会有帮助请查看下面的url以对ht

需要使用jquery在HTML表中轻松分页。我已经使用webservice在JSON的帮助下填充了表。现在我需要添加分页。提前谢谢。我的HTML表的结构

<tr>
    <th> Id </th>
  <th> Code </th>
<th> Name </th>
<th> Gender </th>
</tr>

jqGrid非常受欢迎,应该会有帮助

请查看下面的url以对html进行排序