|
|
Line 10: |
Line 10: |
| | | |
| | | |
− | {| id="mtable" class="yui" style="border:1px solid #d3e8ff; text-align:center;width: 500px; height: 30px; background: #f6fffd; font-weight:bold;" align=center | + | {| id="tablepaging" class="yui" style="border:1px solid #d3e8ff; text-align:center;width: 500px; height: 30px; background: #f6fffd; font-weight:bold;" align=center |
| |- | | |- |
| | test || test2 || test3 || test4 | | | test || test2 || test3 || test4 |
Line 31: |
Line 31: |
| |} | | |} |
| | | |
− |
| |
− |
| |
− | <table id="tablepaging" class="yui" align="center">
| |
− | <thead>
| |
− | <tr>
| |
− | <th>Name </th>
| |
− | <th>Major </th>
| |
− | <th>Sex </th>
| |
− | <th>English </th>
| |
− | <th>Tamil </th>
| |
− | <th>Calculus </th>
| |
− | <th>Geometry </th>
| |
− | </tr>
| |
− | </thead>
| |
− | <tbody>
| |
− | <tr class="even">
| |
− | <td>Student01 </td>
| |
− | <td>Languages </td>
| |
− | <td>M </td>
| |
− | <td>80 </td>
| |
− | <td>70 </td>
| |
− | <td>75 </td>
| |
− | <td>80 </td>
| |
− | </tr>
| |
− | <tr class="odd">
| |
− | <td>Student02 </td>
| |
− | <td>Languages </td>
| |
− | <td>M </td>
| |
− | <td>80 </td>
| |
− | <td>70 </td>
| |
− | <td>75 </td>
| |
− | <td>80 </td>
| |
− | </tr>
| |
− | </tbody>
| |
− | </table>
| |
| | | |
| | | |