Responsive Table full screen on tablet

Responsive Table full screen on tablet

Hi Folks,
  I use JQueryMobile 1.3.0-beta.1 with responsive table. The table is displayed perfectly on my phone, but on my tablet I want it larger because the table used only the half of my screen. I though jquery was able to autosize tables based on the type of device. So there is a way to display table that use all the width of my tablet screen.

Thank you

<meta name="viewport" content="width=device-width, initial-scale=1"> 
...
<table data-role="table" id="xxxx-table" data-mode="reflow" class="ui-responsive table-stroke">
       <thead>
<tr>
<th data-priority="1">Date</th>
<th data-priority="2">Hour</th>
<th data-priority="3">Ice</th>
<th data-priority="persist">Local</th>
<th data-priority="4">Visiteur</th>
</tr>
</thead>