JSFiddle - React, Tailwind, and code Playground

Expand Servers Table

by Dumine Stefan Daniel

HTML

<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.8.0/bootstrap-table.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.8.0/bootstrap-table.min.css">
<div class="modal hide" id="addMoodleDialog">
 <div class="modal-header">
    <button class="close" data-dismiss="modal">×</button>
    <h3>Modal header</h3>
  </div>
    <div class="modal-body">
        <p>some content</p>
        <input type="text" name="bookId" id="modalid" value=""/>
    </div>
</div>

<table class="table table-hover" width="auto">
                      <thead>
                        <tr>
                            <th> </th>
                            <th id="" class="text-center">5.1.0</th>
                            <th class="text-center">6.0.0</th>                          
                            <th class="text-center">Dates</th>
                            <th class="text-center">2G</th>                          
                            <th class="text-center">3G</th>  
                            <th class="text-center">4G</th>  
                            <th class="text-center">CDMA</th>  
                            <th class="text-center">WIFI</th>  
                        </tr>
                      </thead>
                      <tbody>

                       <tr>
                          <td>
                            <b> AVEA </b>
                          </td>

                          <td align="center">
                            <a href="http://10.0.10.87/USONPM_5.1.0_MNP_AVEA/Pages/" type="button" target="_blank" class="btn btn-warning btn-block">Maint  
                            <span class="glyphicon glyphicon-info-sign"  type="button" class="btn btn-info btn-lg" data-toggle="modal"...

CSS

body {
    margin: 10px;
}