blackCoffee

the simple, fast, powerful javascript library with the best documentation

HTML

<table  border=1>
<thead>
  <tr>
    <td span=1></td>
  </tr>
</thead>
  <thead>
    <tr>
      <th>
        Emp Id
      </th>
      <th>
        Emp Name
      </th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>A01</td>
      <td>Akash</td>
    </tr>
  </tbody>
</table>