Tablesorter没有完全响应

时间:2015-09-23 07:17:34

标签: jquery css html-table tablesorter

我无法弄清楚是什么阻止桌子完全响应。

Here is an example of the table WITHOUT TABLESORTER

and here is an example WITH TABLESORTER added

请注意,当您在没有tablesorter的情况下缩小表格上的页面时,它会保留页面上的所有列。当你使用tablesorter缩小它时,文本会撞到列的一侧,然后不再缩小,然后在缩小页面时移动屏幕。

我似乎无法在tablesorter中找到导致此问题的原因。

1 个答案:

答案 0 :(得分:0)

在tablesorter演示中,最宽white-space: nowrap;添加了<td>,但不是第一个演示。

<td class="column-2 ui-table-priority-1" style="white-space: nowrap;">Clash with the Black Cat Pirates! The Great Battle on the Slope!</td>

如果删除该样式,则两个页面的行为都相同。