jquery.tablesorter プラグインを使用しています。サブグリッドを使用しています。しかし、ゼブラ関数はこれを行います:
$("tr:visible", table.tBodies[0]).each(function(i) {
しかし、それはすべての子trに機能を与えます。グリッドの最初の子でのみ関数を作成するために、この行を変更するのを手伝ってもらえますか?
<table class="GridA">
<tr class="firstchild"><td></td></tr>
<tr class="expand-child"><td>
<table class="GridB">
<tr><td>
</td>
</tr>
</table>
</td>
</tr>
<tr class="firstchild"><td></td></tr>
<tr class="expand-child"><td>
<table class="GridB">
<tr><td>
</td>
</tr>
</table>
</td>
</tr>
</table>
関数を最初の TR ("firstchild") に制限する