Responsive Table using Jquery Mobile Framework
<table data-role="table" id="movie-table" data-mode="reflow" class="ui-responsive table-stroke">
<thead>
<tr>
<th data-priority="1">Submitted?</th>
<th data-priority="persist">Day</th>
<th data-priority="3"><abbr title="Rotten Tomato Rating">Hours</abbr></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>