"Table reponsive "
Bootstrap 3.3.0 Snippet by taidesign

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/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="container"> <div class="row"> <div class="table-responsive col-lg-12"> <table class="table table-bordered"> <thead> <tr> <th>Column1</th> <th>Money</th> <th>Fcoin</th> <th class="visible-sm">Sale off</th> <th class="visible-lg">Bill One</th> <th class="visible-lg">Bill Two</th> <th>Time log</th> </tr> </thead> <tbody> <tr> <td>Purchase</td> <td>100,000$</td> <td>10Fcoin</td> <td class="visible-sm">0%</td> <td class="visible-lg">8Fcoin</td> <td class="visible-lg">18Fcoin</td> <td>07/26/2015 <br/> 12:04:00</td> </tr> </tbody> </table> </div> </div> </div>

Related: See More


Questions / Comments: