我有一个像这样的html表。总结这里就是我想要的。我计划使用 tablesorter 插件进行分页,但是我不需要基于所有 tr 行进行分页,而是只需要基于具有相同类名的某些 tr 行进行分页。有没有可能做到这一点。
<html>
<head>
</head>
<body>
<table>
<thead>
</thead>
<tbody>
<tr> -- 'class' page
</tr>
<tr>
</tr>
<tr>-- 'class' page
</tr>
<tr>
</tr>
<tr>-- 'class' page
</tr>
<tr>
</tr>
</tbody>
</table>
</body>
</html>