"1+ Visits Per Day"
Bootstrap 3.2.0 Snippet by boschert

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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="col-md-12">
<h1 class="text-center">
<!--No more tables.-->
</h1>
<h3 class="text-center">
<!--Resize the browser screen to see how the table changes-->
</h3>
</div>
<div id="no-more-tables">
<table class="col-md-12 table-bordered table-striped table-condensed cf">
<thead class="cf">
<tr>
<th>Visit Date</th>
<th>Patient Name</th>
<th>Patient MRN</th>
<th>Team</th>
<th>Visit Type</th>
<th>Visit Type Code</th>
</tr>
</thead>
<tbody>
<tr>
<td data-title="Visit Date">11/18/14</td>
<td data-title="Patient Name">John Henry</td>
<td data-title="Patient MRN">659871542</td>
<td data-title="Team">Region 1</td>
<td data-title="Visit Type">HHA - Bath</td>
<td data-title="Visit Type Code">3215</td>
</tr>
<tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: