为什么jQuery Mobile显示表错了?

时间:2014-04-10 23:21:43

标签: jquery mobile reflow

为什么我的表显示错误?在演示页面上它很好,但在我的代码看起来很糟糕。 你能帮助我吗?我使用实际的jQuery 1.4.2

我的档案在这里:http://stratisoft.ch/phpbuilder/users/user2/termin/test.html

以及此处的工作演示:http://demos.jquerymobile.com/1.3.0-rc.1/docs/tables/table-reflow.html

这看起来很糟糕:

sieht nicht gut aus http://stratisoft.ch/phpbuilder/users/user2/termin/doof.png

这看起来不错:

sieht gut aus http://stratisoft.ch/phpbuilder/users/user2/termin/gut.png

1 个答案:

答案 0 :(得分:1)

您是否希望使用其他填充来分隔每个条目?如果是这样,请尝试使用<th>作为每行的第一个条目,如jQuery示例中所示。

<tr>
<th><span>Sa. 3.2.2007</span></th>
<td><span>thun</span></td>
<td><span>Musik</span></td>
<td><span>Hans Muste.</span></td>
<td><span>00</span><span>:</span><span>00</span></td>
<td><span>00</span><span>:</span><span>00</span></td>
<td><a href='/phpbuilder/users/user2/termin/edit.php?changebut=107&tabelleEvents=1&backward=1&us=1&' class="editbut win7but">&Auml;ndern</a></td>
<td><a href='/phpbuilder/users/user2/termin/edit.php?delbut=107&tabelleEvents=1&backward=1&us=1&' class="editbut win7but">L&ouml;schen</a></td>
</tr>