Advertisement
deckoff

html

Dec 5th, 2013
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.34 KB | None | 0 0
  1.  <table id="selectedSets">
  2.                 <!--thead section is required-->
  3.                 <thead>
  4.                 <tr>
  5.                     <th class="centered-cell">ID</th>
  6.                     <th >DATE</th>
  7.                     <th data-class="expand">DSCRPTN</th>
  8.                     <th data-hide="phone">PRICE</th>
  9.                     <th data-hide="phone,tablet">TSTAKE</th>
  10.                     <th data-hide="phone,tablet">TYIELD</th>
  11.                     <th data-hide="phone,tablet">PSTAKE</th>
  12.                     <th data-hide="phone,tablet">PYIELD</th>
  13.                     <th data-hide="phone,tablet">BMAKER</th>
  14.                     <th data-hide="phone,tablet">TIPSTER</th>
  15.                 </tr>
  16.                 </thead>
  17.                 <!--tbody section is required-->
  18.                 <tbody></tbody>
  19.                 <!--tfoot section is optional-->
  20. <!--                 <tfoot>
  21.                  <tr>
  22.                    <th>ID</th>
  23.                    <th>DATE</th>
  24.                    <th>DSCRPTN</th>
  25.                    <th>PRICE</th>
  26.                    <th>TSTAKE</th>
  27.                    <th>TYIELD</th>
  28.                    <th>PSTAKE</th>
  29.                    <th>PYIELD</th>
  30.                    <th>BMAKER</th>
  31.                    <th>TIPSTER</th>
  32.                  </tr>
  33.                </tfoot> -->
  34.             </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement