aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-15 22:46:37 -0700
committerMark Otto <[email protected]>2018-07-15 22:46:37 -0700
commit6d84d491d1047df82663e84374370fe2f5c0411c (patch)
tree8eb9c73066456b8c8e91bd7efa2f3919bc2a015b
parent233378ade9dba75b41a7196972135ea958f10030 (diff)
parent87065772b1054a8198caddbf1e8e856c8202c7c7 (diff)
downloadbootstrap-6d84d491d1047df82663e84374370fe2f5c0411c.tar.xz
bootstrap-6d84d491d1047df82663e84374370fe2f5c0411c.zip
Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into Varunram-v4-dev
-rw-r--r--site/docs/4.1/content/tables.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/docs/4.1/content/tables.md b/site/docs/4.1/content/tables.md
index d5de8049f..e3303666b 100644
--- a/site/docs/4.1/content/tables.md
+++ b/site/docs/4.1/content/tables.md
@@ -776,6 +776,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<th scope="col">Heading</th>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
+ <th scope="col">Heading</th>
+ <th scope="col">Heading</th>
+ <th scope="col">Heading</th>
</tr>
</thead>
<tbody>
@@ -786,6 +789,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
+ <td>Cell</td>
+ <td>Cell</td>
+ <td>Cell</td>
</tr>
<tr>
<th scope="row">2</th>
@@ -794,6 +800,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
+ <td>Cell</td>
+ <td>Cell</td>
+ <td>Cell</td>
</tr>
<tr>
<th scope="row">3</th>
@@ -802,6 +811,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
+ <td>Cell</td>
+ <td>Cell</td>
+ <td>Cell</td>
</tr>
</tbody>
</table>