"Striped table 3.0"
Bootstrap 4.0.0 Snippet by douglance

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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 col-md-12 custyle"> <table class="table table-striped table-responsive custab"> <thead> <!--<a href="#" class="btn btn-primary btn-xs pull-right"><b>+</b> Add new class</a>--> <tr> <th style="width: 15%">Name</th> <th>Students</th> <th style="width: 15%">Unit</th> <th class="text-center">Action</th> </tr> </thead> <tr> <td>Morning I</td> <td><a href=#>Alex Rippel, Chad Finkle, Pete Fluitt, Damaris Muck, Bell Ceniceros, Myong Quashie, Venetta Kondo, Elicia Scurry, Thomasine Marroquin, Alfreda Meece, Virginia Storey, Bernice Ridout, Raisa Joplin, Fleta Decato, Terry Greenwald</a></td> <td><a href=#>Family I</a></td> <td class="text-center"><a class='btn btn-info btn-xs' href="#"><span class="glyphicon glyphicon-edit"></span> Edit</a> <a href="#" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Del</a></td> </tr> <tr> <td>Morning II</td> <td><a href=#>Delena Jefferies, Darin Klann, Ronni Baumeister, Demetria Casados, Joanna Rothwell, Matthew Sattler, Teri Stroud, Jodee Muhammad, Gertie Schroeder, Thurman Smalling, Madlyn Savino, Deandrea Greathouse, Viva Timm, Remona Haye</a></td> <td><a href=#>Sports II</a></td> <td class="text-center"><a class='btn btn-info btn-xs' href="#"><span class="glyphicon glyphicon-edit"></span> Edit</a> <a href="#" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Del</a></td> </tr> </table> </div> </div>

Related: See More


Questions / Comments: