@@ -141,8 +141,9 @@ Highlight a table row or cell by adding a `.table-active` class.
141
141
</tr>
142
142
<tr>
143
143
<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>
146
147
</tr>
147
148
</tbody>
148
149
</table >
@@ -162,8 +163,9 @@ Highlight a table row or cell by adding a `.table-active` class.
162
163
</tr >
163
164
<tr >
164
165
<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 >
167
169
</tr >
168
170
</tbody >
169
171
</table >
@@ -194,8 +196,9 @@ Highlight a table row or cell by adding a `.table-active` class.
194
196
</tr>
195
197
<tr>
196
198
<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>
199
202
</tr>
200
203
</tbody>
201
204
</table >
@@ -215,8 +218,9 @@ Highlight a table row or cell by adding a `.table-active` class.
215
218
</tr >
216
219
<tr >
217
220
<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 >
220
224
</tr >
221
225
</tbody >
222
226
</table >
@@ -293,8 +297,9 @@ Add a thicker border, darker between table groups—`<thead>`, `<tbody>`, and `<
293
297
</tr>
294
298
<tr>
295
299
<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>
298
303
</tr>
299
304
</tbody >
300
305
</table >
@@ -418,9 +423,9 @@ Border styles, active styles, and table variants are not inherited by nested tab
418
423
</tr>
419
424
<tr>
420
425
<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>
424
429
</tr>
425
430
</tbody >
426
431
</table >
@@ -482,9 +487,9 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
482
487
</tr>
483
488
<tr>
484
489
<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>
488
493
</tr>
489
494
</tbody >
490
495
</table >
@@ -526,9 +531,9 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
526
531
</tr>
527
532
<tr>
528
533
<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>
532
537
</tr>
533
538
</tbody >
534
539
</table >
@@ -572,9 +577,9 @@ Similar to tables and dark tables, use the modifier classes `.table-light` or `.
572
577
</tr>
573
578
<tr>
574
579
<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>
578
583
</tr>
579
584
</tbody >
580
585
<tfoot >
@@ -653,9 +658,9 @@ You can also put the `<caption>` on the top of the table with `.caption-top`.
653
658
</tr>
654
659
<tr>
655
660
<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>
659
664
</tr>
660
665
</tbody >
661
666
</table >
0 commit comments