You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/components/CTable.mdx
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Using the most basic table CoreUI, here's how `<CTable>`-based tables look in Co
49
49
</CTableRow>
50
50
<CTableRow>
51
51
<CTableHeaderCellscope="row">3</CTableHeaderCell>
52
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
52
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
53
53
<CTableDataCell>@twitter</CTableDataCell>
54
54
</CTableRow>
55
55
</CTableBody>
@@ -150,7 +150,7 @@ Use `striped` property to add zebra-striping to any table row within the `<CTabl
150
150
</CTableRow>
151
151
<CTableRow>
152
152
<CTableHeaderCellscope="row">3</CTableHeaderCell>
153
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
153
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
154
154
<CTableDataCell>@twitter</CTableDataCell>
155
155
</CTableRow>
156
156
</CTableBody>
@@ -184,7 +184,7 @@ These classes can also be added to table variants:
184
184
</CTableRow>
185
185
<CTableRow>
186
186
<CTableHeaderCellscope="row">3</CTableHeaderCell>
187
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
187
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
188
188
<CTableDataCell>@twitter</CTableDataCell>
189
189
</CTableRow>
190
190
</CTableBody>
@@ -216,7 +216,7 @@ These classes can also be added to table variants:
216
216
</CTableRow>
217
217
<CTableRow>
218
218
<CTableHeaderCellscope="row">3</CTableHeaderCell>
219
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
219
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
220
220
<CTableDataCell>@twitter</CTableDataCell>
221
221
</CTableRow>
222
222
</CTableBody>
@@ -252,7 +252,7 @@ Use `hover` property to enable a hover state on table rows within a `<CTableBody
252
252
</CTableRow>
253
253
<CTableRow>
254
254
<CTableHeaderCellscope="row">3</CTableHeaderCell>
255
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
255
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
256
256
<CTableDataCell>@twitter</CTableDataCell>
257
257
</CTableRow>
258
258
</CTableBody>
@@ -284,7 +284,7 @@ Use `hover` property to enable a hover state on table rows within a `<CTableBody
284
284
</CTableRow>
285
285
<CTableRow>
286
286
<CTableHeaderCellscope="row">3</CTableHeaderCell>
287
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
287
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
288
288
<CTableDataCell>@twitter</CTableDataCell>
289
289
</CTableRow>
290
290
</CTableBody>
@@ -318,7 +318,7 @@ These hoverable rows can also be combined with the striped variant:
318
318
</CTableRow>
319
319
<CTableRow>
320
320
<CTableHeaderCellscope="row">3</CTableHeaderCell>
321
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
321
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
322
322
<CTableDataCell>@twitter</CTableDataCell>
323
323
</CTableRow>
324
324
</CTableBody>
@@ -354,7 +354,7 @@ Highlight a table row or cell by adding a `active` property.
354
354
</CTableRow>
355
355
<CTableRow>
356
356
<CTableHeaderCellscope="row">3</CTableHeaderCell>
357
-
<CTableDataCellcolspan="2"active>Larry the Bird</CTableDataCell>
357
+
<CTableDataCellcolSpan="2"active>Larry the Bird</CTableDataCell>
358
358
<CTableDataCell>@twitter</CTableDataCell>
359
359
</CTableRow>
360
360
</CTableBody>
@@ -386,7 +386,7 @@ Highlight a table row or cell by adding a `active` property.
386
386
</CTableRow>
387
387
<CTableRow>
388
388
<CTableHeaderCellscope="row">3</CTableHeaderCell>
389
-
<CTableDataCellcolspan="2"active>Larry the Bird</CTableDataCell>
389
+
<CTableDataCellcolSpan="2"active>Larry the Bird</CTableDataCell>
390
390
<CTableDataCell>@twitter</CTableDataCell>
391
391
</CTableRow>
392
392
</CTableBody>
@@ -424,7 +424,7 @@ Add `bordered` property for borders on all sides of the table and cells.
424
424
</CTableRow>
425
425
<CTableRow>
426
426
<CTableHeaderCellscope="row">3</CTableHeaderCell>
427
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
427
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
428
428
<CTableDataCell>@twitter</CTableDataCell>
429
429
</CTableRow>
430
430
</CTableBody>
@@ -458,7 +458,7 @@ Add `bordered` property for borders on all sides of the table and cells.
458
458
</CTableRow>
459
459
<CTableRow>
460
460
<CTableHeaderCellscope="row">3</CTableHeaderCell>
461
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
461
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
462
462
<CTableDataCell>@twitter</CTableDataCell>
463
463
</CTableRow>
464
464
</CTableBody>
@@ -494,7 +494,7 @@ Add `borderless` property for a table without borders.
494
494
</CTableRow>
495
495
<CTableRow>
496
496
<CTableHeaderCellscope="row">3</CTableHeaderCell>
497
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
497
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
498
498
<CTableDataCell>@twitter</CTableDataCell>
499
499
</CTableRow>
500
500
</CTableBody>
@@ -526,7 +526,7 @@ Add `borderless` property for a table without borders.
526
526
</CTableRow>
527
527
<CTableRow>
528
528
<CTableHeaderCellscope="row">3</CTableHeaderCell>
529
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
529
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
530
530
<CTableDataCell>@twitter</CTableDataCell>
531
531
</CTableRow>
532
532
</CTableBody>
@@ -562,7 +562,7 @@ Add `small` property to make any `<CTable>` more compact by cutting all cell `pa
562
562
</CTableRow>
563
563
<CTableRow>
564
564
<CTableHeaderCellscope="row">3</CTableHeaderCell>
565
-
<CTableDataCellcolspan="2">Larry the Bird</CTableDataCell>
565
+
<CTableDataCellcolSpan="2">Larry the Bird</CTableDataCell>
566
566
<CTableDataCell>@twitter</CTableDataCell>
567
567
</CTableRow>
568
568
</CTableBody>
@@ -574,7 +574,7 @@ Add `small` property to make any `<CTable>` more compact by cutting all cell `pa
574
574
Table cells of `<CTableHead>` are always vertical aligned to the bottom. Table cells in `<CTableBody>` inherit their alignment from `<CTable>` and are aligned to the the top by default. Use the align property to re-align where needed.
0 commit comments