I have implement an iPhone application in jQuery mobile and Phone Gap
Using list views we can implement normal table views, nested table views.
<ul data-role="listview" data-inset="true" class="ui-listview">
<li data-role="list-divider">Location</li> <!-- Section Header -------->
<li>Primary</a></li>
<li>Primary </li>
<li>Secondary</a></li>
<li>Secondary</li>
</ul>
but all these have only one column, multiple in rows.
Now I need to create a table (list view) with multiple columns.

How can I create list view with multiple columns?
Try this,I hope it will work……
There is a link wich contain good info