質問編集履歴

1

htmlを追記しました。

2017/06/14 05:41

投稿

psis
psis

スコア15

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,38 @@
13
13
 
14
14
 
15
15
  ###該当のソースコード
16
+
17
+ ```html
18
+
19
+ <Table id="list" Class="table table-bordered table-striped">
20
+
21
+ <thead>
22
+
23
+ <tr>
24
+
25
+ <th style="width:400px"> 名前</th>
26
+
27
+ <th style="width:35px;"> 詳細</th>
28
+
29
+ </tr>
30
+
31
+ </thead>
32
+
33
+ <tbody>
34
+
35
+ <tr>
36
+
37
+ <td>XXXX</td>
38
+
39
+ <td class="text-center"><Button type="button" name="key" class="btn btn-primary">詳細</Button></td>
40
+
41
+ </tr>
42
+
43
+ </tbody>
44
+
45
+ </Table>
46
+
47
+ ```
16
48
 
17
49
  ```JavaScript
18
50