Bootstrap 3 Template
This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.
HTML
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<table id="listgrid" class="table table-striped table-fixed">
<thead>
<tr>
<th>Column A</th>
<th>Column B</th>
<th colspan="" style="text-align:center;">Column C</th>
</tr>
<tr id="Row1">
<th class="space"> </th>
<th class="space"> </th>
<th style="text-align:center;">
Sub c-a
</th>
<th style="text-align:center;">
Sub c-b
</th>
<th style="text-align:center;">
Sub c-c
</th>
</tr>
<tr id="Row11">
<th class="space">Select All</th>
<th class="space"> </th>
<th style="text-align:center;">
<input type="checkbox" class="colmaster"/>
</th>
<th style="text-align:center;">
<input type="checkbox" class="colmaster"/>
</th>
<th style="text-align:center;">
<input type="checkbox" class="colmaster"/>
</th>
</tr>
</thead>
<tbody>
<tr id="keyword_5" class="input-row">
<td>
<input id="someword" type="text" name="someword" placeholder="someword..." value="one" class="input-medium"/>
<a id="delete_5" title="remove" href="#delete" data-url="/something/list/deleteKeyword/5" class="">
<i class="glyphicon...
CSS
/* Latest compiled and minified CSS included as External Resource*/
/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
body {
margin: 10px;
}
JavaScript
/* Latest compiled and minified JavaScript included as External Resource */