2014-02-09 98 views
0

需要使用jquery輕鬆簡單地在HTML表格中分頁。我使用webservice在JSON的幫助下填充表格。現在我需要添加分頁。提前致謝。我的HTML表格html表格中的分頁(客戶端)

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

回答