"table with detail expand"
Bootstrap 4.0.0 Snippet by devlopereswar

<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <table class="table table-bordered"> <tr> <th> Id </th> <th> Name </th> <th> Phone no </th> <th> Address </th> <th> Education Qualification </th> <th> University </th> <th> Total yrs of Exp. </th> <th> Technical Score Break up </th> <th> Technology Relevance </th> </tr> <tr> <td> 01 </td> <td> <span data-toggle="collapse" data-target="#demo"> Ram </span> </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> <table class="table"> <thead> <tr> <th scope="col">Java</th> <th scope="col">UI</th> <th scope="col">Depops</th> <th scope="col">ML</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> </tbody> </table> </td> <td> <table class="table"> <thead> <tr> <th scope="col">Java</th> <th scope="col">UI</th> <th scope="col">Depops</th> <th scope="col">ML</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> </tbody> </table> </td> </tr> <tr id="demo" class="collapse"> <td colspan="5"> <div> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div> </td> </tr> <tr> <td> 02 </td> <td> Ram </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> <table class="table"> <thead> <tr> <th scope="col">Java</th> <th scope="col">UI</th> <th scope="col">Depops</th> <th scope="col">ML</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> </tbody> </table> </td> <td> <table class="table"> <thead> <tr> <th scope="col">Java</th> <th scope="col">UI</th> <th scope="col">Depops</th> <th scope="col">ML</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> </tbody> </table> </td> </tr> <tr> <td> 04 </td> <td> Ram </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> Lorem Impou s iuwde cnei </td> <td> <table class="table"> <thead> <tr> <th scope="col">Java</th> <th scope="col">UI</th> <th scope="col">Depops</th> <th scope="col">ML</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> </tbody> </table> </td> <td> <table class="table"> <thead> <tr> <th scope="col">Java</th> <th scope="col">UI</th> <th scope="col">Depops</th> <th scope="col">ML</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> </tbody> </table> </td> </tr> </table>

Related: See More


Questions / Comments: