"Table with users"
Bootstrap 2.3.2 Snippet by JoeEarly

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="well"> <table class="table"> <thead> <tr> <th>Month/Year</th> <th>'12</th> <th>'13</th> <th>'14</th> <th>'15</th> <th>'16</th> <th> Average</th> <th>'17</th> </tr> </thead> <tbody> <tr> <td>Jan</td> </tr> <tr> <td>Feb</td> </tr> <tr> <td>Mar</td> </tr> <tr> <td>Apr</td> </tr> <tr> <td>5</td> <td>Aaron</td> <td>Butler</td> <td>aaron_butler</td> </tr> <tr> <td>6</td> <td>Chris</td> <td>Albert</td> <td>cab79</td> </tr> </tbody> </table> </div>

Related: See More


Questions / Comments: