1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix #25813 by adding extra columns to table

This commit is contained in:
Varunram 2018-03-12 13:38:09 +05:30
parent 2b86193591
commit 87065772b1

View file

@ -763,6 +763,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>
@ -773,6 +776,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>
@ -781,6 +787,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>
@ -789,6 +798,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>