]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #25813 by adding extra columns to table 25827/head
authorVarunram <vrg2009@ymail.com>
Mon, 12 Mar 2018 08:08:09 +0000 (13:38 +0530)
committerVarunram <vrg2009@ymail.com>
Mon, 12 Mar 2018 08:08:09 +0000 (13:38 +0530)
docs/4.0/content/tables.md

index cfacb3c79351dfd4ec61b97d1d0932ebd386d3a4..2ef7fd8934a78a824b2f0e538c7321fa53ffbf27 100644 (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>