<script>
$(document).ready(function()
{
$("#123").tablesorter();
}
);
$(document).ready(function()
{
$("#123").tablesorter( {sortList: [[0,0], [1,0]]} );
}
);
</script>
这是我的剧本。我希望在对父行进行排序时对表的子行进行排序。