Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nborwankar/522498 to your computer and use it in GitHub Desktop.
Save nborwankar/522498 to your computer and use it in GitHub Desktop.
<table id="example-1" bgcolor="gray" class="grid-test">
<thead>
<tr bgcolor="lightgray" class="header-row">
<th>Id</th>
<th>Date</th>
<th>Hour</th>
<th>Load</th>
</tr>
</thead>
<tbody class="data-body">
<tr bgcolor="white" class="data-row">
<td class="field" id="id">pjm-20100405-24</td>
<td class="field" id="date">05/04/2010</td>
<td class="field" id="hourEnd" >24</td>
<td class="field" id="loadAvgHourlyDAY">1686.4</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment