【发布时间】:2012-06-03 12:20:48
【问题描述】:
我已经使用 JQuery Mobile+Phone Gap
<ul data-role="listview">
<li data-role="list-divider">A</li>
<li><a href="index.html">Adam Kinkaid</a></li>
<li><a href="index.html">Alex Wickerham</a></li>
<li><a href="index.html">Avery Johnson</a></li>
<li data-role="list-divider">B</li>
<li><a href="index.html">Bob Cabot</a></li>
</ul>
它只显示一个部分的表格视图
我需要实现一个(table) list view with multiple sections
并设置 the headers for the table view 部分
怎么可能
【问题讨论】:
标签: jquery android iphone jquery-mobile cordova