Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <table id="selectedSets">
- <!--thead section is required-->
- <thead>
- <tr>
- <th class="centered-cell">ID</th>
- <th >DATE</th>
- <th data-class="expand">DSCRPTN</th>
- <th data-hide="phone">PRICE</th>
- <th data-hide="phone,tablet">TSTAKE</th>
- <th data-hide="phone,tablet">TYIELD</th>
- <th data-hide="phone,tablet">PSTAKE</th>
- <th data-hide="phone,tablet">PYIELD</th>
- <th data-hide="phone,tablet">BMAKER</th>
- <th data-hide="phone,tablet">TIPSTER</th>
- </tr>
- </thead>
- <!--tbody section is required-->
- <tbody></tbody>
- <!--tfoot section is optional-->
- <!-- <tfoot>
- <tr>
- <th>ID</th>
- <th>DATE</th>
- <th>DSCRPTN</th>
- <th>PRICE</th>
- <th>TSTAKE</th>
- <th>TYIELD</th>
- <th>PSTAKE</th>
- <th>PYIELD</th>
- <th>BMAKER</th>
- <th>TIPSTER</th>
- </tr>
- </tfoot> -->
- </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement