我使用http://tablesorter.com/docs/example-options-headers.html動態jQuery的表格排序
$("#sort-table").tablesorter(
{headers: {
0: {
sorter: false
},
dynamic_value: {
sorter: false
}
}
});
如何傳遞Dynamic_value例如從$( '頭')。長度是多少?
<thead>
<tr>
<th width="20"><?php echo $check;?></th>
<th class="header">FullName</th>
<th class="header">Rank</th>
<th class="header">Email</th>
<th class="header">Position</th>
<th width="15"></th>
</tr>
謝謝。我工作得如我所願。 – kn3l 2010-06-09 01:44:48