Tablesorter 工作正常,但所有元素都显示在另一列下的一列中,而不是正常的连续显示方式。只有 IE 才能正确显示它们:)
这是链接:http: //jsfiddle.net/cmMvF/2/
当我删除 tablesorter 脚本时,表格显示正确。除了 tablesorter 演示蓝色主题之外,我没有其他关于表格的课程。我的表头部分很简单:
<table id='catalog_model_line' width='100%' class='tablesorter'>
<thead>
<tr>
<th class="header headerSortDown">Модельный ряд</th>
<th class="header">Кузов</th>
<th class="header">Дата выпуска</th>
</tr>
</thead>
..................
在这种情况下该怎么办?