Table Format 1

by Venkatesh Dematti

HTML

<table class="table table-bordered" border='1'>
      <thead>
        <tr>
          <th>#</th>
          <th>Header</th>
          <th>Nasic_code</th>
          <th>nasic_name</th>
          <th>status</th>
          <th>type</th>
          <th>geographic_relevance</th>
          <th colspan="6">influnce_of_category
                       
          </th>
      </tr>
      
      <tr>
          <th>&nbsp</th>
          <th>&nbsp</th>
          <th>&nbsp</th>
          <th>&nbsp</th>
          <th>&nbsp</th>
          <th>&nbsp</th>
          <th>&nbsp</th>
          <th>weak</th>
          <th>strong</th>
          
      </tr>
      </thead>
      <tbody>
         <tr>
          <th scope="row">1</th>
          <td>Mark</td>
          <td>Otto</td>
          <td>@mdo</td>
          <td>Mark</td>
          <td>Otto</td>
          <td>@mdo</td>
          <td>Mark</td>
          <td>Otto</td>
         
        </tr>
        <tr>
          <th scope="row">2</th>
          <td>Jacob</td>
          <td>Thornton</td>
          <td>@fat</td><td>Mark</td>
          <td>Otto</td>
          <td>@mdo</td>
          <td>Mark</td>
          <td>Otto</td>
         
        </tr>
         <tr>
          <th scope="row">3</th>
          <td>Jacob</td>
          <td>Thornton</td>
          <td>@fat</td><td>Mark</td>
          <td>Otto</td>
          <td>@mdo</td><td>Mark</td>
          <td>Otto</td>
         
        </tr>
        <tr>
          <th>4</th>
          <td colspan="2">Larry the Bird</td>
          <td>@twitter</td>
        </tr>
      </tbody>
    </table>