@@ -141,8 +141,9 @@ Highlight a table row or cell by adding a `.table-active` class.
141141 </tr>
142142 <tr>
143143 <th scope="row">3</th>
144- <td colspan="2" class="table-active">Larry the Bird</td>
145- <td>@x</td>
144+ <td>John</td>
145+ <td>Doe</td>
146+ <td class="table-active">@social</td>
146147 </tr>
147148 </tbody>
148149 </table >
@@ -162,8 +163,9 @@ Highlight a table row or cell by adding a `.table-active` class.
162163 </tr >
163164 <tr >
164165 <th scope =" row" >3</th >
165- <td colspan =" 2" class =" table-active" >Larry the Bird</td >
166- <td >@x</td >
166+ <td >John</td >
167+ <td >Doe</td >
168+ <td class =" table-active" >@social</td >
167169 </tr >
168170 </tbody >
169171</table >
@@ -194,8 +196,9 @@ Highlight a table row or cell by adding a `.table-active` class.
194196 </tr>
195197 <tr>
196198 <th scope="row">3</th>
197- <td colspan="2" class="table-active">Larry the Bird</td>
198- <td>@x</td>
199+ <td>John</td>
200+ <td>Doe</td>
201+ <td class="table-active">@social</td>
199202 </tr>
200203 </tbody>
201204 </table >
@@ -215,8 +218,9 @@ Highlight a table row or cell by adding a `.table-active` class.
215218 </tr >
216219 <tr >
217220 <th scope =" row" >3</th >
218- <td colspan =" 2" class =" table-active" >Larry the Bird</td >
219- <td >@x</td >
221+ <td >John</td >
222+ <td >Doe</td >
223+ <td class =" table-active" >@social</td >
220224 </tr >
221225 </tbody >
222226</table >
@@ -293,8 +297,9 @@ Add a thicker border, darker between table groups—`<thead>`, `<tbody>`, and `<
293297 </tr>
294298 <tr>
295299 <th scope="row">3</th>
296- <td colspan="2">Larry the Bird</td>
297- <td>@x</td>
300+ <td>John</td>
301+ <td>Doe</td>
302+ <td>@social</td>
298303 </tr>
299304 </tbody >
300305</table >
@@ -418,9 +423,9 @@ Border styles, active styles, and table variants are not inherited by nested tab
418423 </tr>
419424 <tr>
420425 <th scope="row">3</th>
421- <td>Larry </td>
422- <td>the Bird </td>
423- <td>@x </td>
426+ <td>John </td>
427+ <td>Doe </td>
428+ <td>@social </td>
424429 </tr>
425430 </tbody >
426431</table >
@@ -482,9 +487,9 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
482487 </tr>
483488 <tr>
484489 <th scope="row">3</th>
485- <td>Larry </td>
486- <td>the Bird </td>
487- <td>@x </td>
490+ <td>John </td>
491+ <td>Doe </td>
492+ <td>@social </td>
488493 </tr>
489494 </tbody >
490495</table >
@@ -526,9 +531,9 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
526531 </tr>
527532 <tr>
528533 <th scope="row">3</th>
529- <td>Larry </td>
530- <td>the Bird </td>
531- <td>@x </td>
534+ <td>John </td>
535+ <td>Doe </td>
536+ <td>@social </td>
532537 </tr>
533538 </tbody >
534539</table >
@@ -572,9 +577,9 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
572577 </tr>
573578 <tr>
574579 <th scope="row">3</th>
575- <td>Larry </td>
576- <td>the Bird </td>
577- <td>@x </td>
580+ <td>John </td>
581+ <td>Doe </td>
582+ <td>@social </td>
578583 </tr>
579584 </tbody >
580585 <tfoot >
@@ -653,9 +658,9 @@ You can also put the `<caption>` on the top of the table with `.caption-top`.
653658 </tr>
654659 <tr>
655660 <th scope="row">3</th>
656- <td>Larry </td>
657- <td>the Bird </td>
658- <td>@x </td>
661+ <td>John </td>
662+ <td>Doe </td>
663+ <td>@social </td>
659664 </tr>
660665 </tbody >
661666</table >
0 commit comments