BioloMICS logo
×
BioloMICS Web Menu

Basic HTML table

 
Basic table structure that can be used for all display temaplates using razor is:
 
<table class="table">
  <thead>
  </thead>
  <tbody>
        <tr>
            <td></td>
            <td>
                <span></span>
            </td>
        </tr>
  </tbody>
</table>
 
This basic structure can be copied and pasted in the Dynamic code section.
 
 
Extra explanation on the code:
 
  • Each <tr> </tr> is a row in the table.
     
  • The number of <td> </td> tell the number or columns