"Planing_detail"
Bootstrap 4.0.0 Snippet by muzikiii

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="//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 ---------->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row col-md-12 col-md-offset-0 custyle">
<ul class="breadcrumb">
<li><a href="#">Conceptual Data</a></li>
<li><a href="#">Data Entity</a></li>
<li><a href="#">Logical Data Components</a></li>
<li><a href="#">Attributes</a></li>
</ul>
<div class="panel panel-primary">
<div class="panel-heading">
2563 / HOA-01
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<table class="table detail border table-striped table-sm">
<tr>
<th width='100'>ชื่อโครงการ</th>
<td width='250'>ระบบควบคุมดูแล ซ่อมแซม บำรุงรักษา</td>
</tr>
<tr>
<th>วัตถุประสงค์</th>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
/* table { table-layout: fixed; }
table th, table td { overflow: hidden; }
*/
.table-scroll {
position:relative;
/* max-width:1080px;/*
/* margin:auto; */
overflow:hidden;
border:1px solid #FFF;
}
.table-wrap {
/* width:100%; */
overflow:auto;
}
.table-scroll table {
width:100%;
margin:auto;
border-collapse:separate;
border-spacing:0;
}
.table-scroll th, .table-scroll td {
padding:5px 10px;
border:1px solid #000;
background:#fff;
white-space:nowrap;
/* vertical-align:top; */
}
.table-scroll thead, .tabwile-scroll tfoot {
background:#f9f9f9;
}
.clone {
position:absolute;
top:0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: