Part 14 Bootstrap Table Classes

Developer
Size
1,917 Kb
Views
8,096

How do I make an part 14 bootstrap table classes?

Bootstrap classes for styling Tables. Kudvenkat tutorial link http://csharp-video-tutorials.blogspot.in/2016/06/bootstrap-table-classes.html?m=1. What is a part 14 bootstrap table classes? How do you make a part 14 bootstrap table classes? This script and codes were developed by Venkatesh on 22 November 2022, Tuesday.

Part 14 Bootstrap Table Classes Previews

Part 14 Bootstrap Table Classes - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Part 14 Bootstrap Table Classes</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
</head>
<body> <div class="container"> <div class="row"> <div class="col-sm-12"> <table class="table table-bordered table-hover table-striped table-responsive"> <tr> <th>Class</th> <th>Purpose</th> </tr> <tr> <td><code>table</code></td> <td>For basic styling</td> </tr> <tr> <td><code>table-bordered</code></td> <td>For striped table</td> </tr> <tr> <td><code>table-hover</code></td> <td>To highlight the row on hover</td> </tr> <tr> <td><code>table-condensed</code></td> <td>To make tables more compact by cutting cell padding in half</td> </tr> <tr> <td><code>table-responsive</code></td> <td>Makes table responive by displaing a horzonatal scrollbar on small device.</td> </tr> <tr> <td><code>table-striped</code></td> <td>For striped table</td> </tr> </table> Contextual classes can be used to color table rows </div> </div> <div class="row"> <div class="col-sm-12"> <table> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div> <div class="row"> <div class="col-sm-12"> <h4><code>table</code> class provides light padding and horizontal lines</h4> <table class="table"> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div> <div class="row"> <div class="col-sm-12"> <h4><code>table-striped</code> class provides striped table</h4> <table class="table table-striped"> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div> <div class="row"> <div class="col-sm-12"> <h4><code>table-bordered</code> class provides provides border on all sides of the table</h4> <table class="table table-bordered"> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div> <div class="row"> <div class="col-sm-12"> <h4><code>table-hover</code> class provides highlight on hovering a particular row</h4> <table class="table"> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div> <div class="row"> <div class="col-sm-12"> <h4><code>table-condensed</code> class makes table more compact by cutting cell padding in half</h4> <table class="table table-condensed"> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div> <div class="row"> <div class="col-sm-12"> <h4><code>table-responsive</code> class makes table responsive by displaying a horizontal scrollbar on small devices</h4> <table class="table"> <tr> <th>Name</th> <th>Gender</th> </tr> <tr> <td>Suresh</td> <td>Male</td> </tr> <tr> <td>Jenifer</td> <td>Female</td> </tr> <tr> <td>Bala</td> <td>Male</td> </tr> </table> </div> </div>
</div>
</body>
</html>
Part 14 Bootstrap Table Classes - Script Codes
Part 14 Bootstrap Table Classes - Script Codes
Home Page Home
Developer Venkatesh
Username venkatesha
Uploaded November 22, 2022
Rating 3
Size 1,917 Kb
Views 8,096
Do you need developer help for Part 14 Bootstrap Table Classes?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Venkatesh (venkatesha) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!