@patternfly/patternfly 4.160.0 → 4.162.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Black.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-BlackItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-BoldItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Light.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-LightItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-MediumItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplayVF-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplayVF-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Bold.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-BoldItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Light.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-LightItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Medium.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-MediumItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Bold.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-BoldItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Light.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-LightItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-MediumItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatTextVF-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatTextVF-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2 +0 -0
- package/base/_common.scss +5 -1
- package/base/_fonts.scss +100 -0
- package/base/_globals.scss +0 -16
- package/base/_variables.scss +25 -1
- package/base/patternfly-common.css +4 -0
- package/base/patternfly-fonts.css +84 -0
- package/base/patternfly-globals.css +0 -14
- package/base/patternfly-variables.css +21 -0
- package/components/DataList/data-list.scss +1 -1
- package/components/DescriptionList/description-list.css +14 -0
- package/components/DescriptionList/description-list.scss +19 -0
- package/components/Table/table.css +14 -3
- package/components/Table/table.scss +16 -3
- package/components/_all.scss +88 -88
- package/docs/components/DescriptionList/examples/DescriptionList.md +174 -0
- package/docs/components/Table/examples/Table.md +1079 -925
- package/docs/demos/Table/examples/Table.md +100 -100
- package/package.json +7 -7
- package/patternfly-addons.scss +10 -10
- package/patternfly-base-no-reset.css +109 -0
- package/patternfly-base-no-reset.scss +1 -1
- package/patternfly-base.css +109 -14
- package/patternfly-no-reset.css +137 -3
- package/patternfly-no-reset.scss +1 -1
- package/patternfly.css +137 -17
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +1 -1
- package/sass-utilities/scss-variables.scss +6 -0
|
@@ -81,6 +81,17 @@ cssPrefix: pf-c-table
|
|
|
81
81
|
| `.pf-c-table__caption` | `<caption>` | Initiates a table caption. |
|
|
82
82
|
| `.pf-m-center` | `<th>`, `<td>` | Modifies cell to center its contents. |
|
|
83
83
|
|
|
84
|
+
## Responsive table behavior
|
|
85
|
+
|
|
86
|
+
### Responsive layout modifier usage
|
|
87
|
+
|
|
88
|
+
These classes can be used to ensure that the table changes between the tabular and grid-based layout at an appropriate screen width.
|
|
89
|
+
|
|
90
|
+
| Class | Applied to | Outcome |
|
|
91
|
+
| ------------------------------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
92
|
+
| `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-c-table` | Changes tabular layout to responsive, grid based layout at suffixed breakpoint. |
|
|
93
|
+
| `.pf-m-grid` | `.pf-c-table` | Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value. |
|
|
94
|
+
|
|
84
95
|
## Sortable
|
|
85
96
|
|
|
86
97
|
### Sortable example
|
|
@@ -239,11 +250,13 @@ cssPrefix: pf-c-table
|
|
|
239
250
|
<thead>
|
|
240
251
|
<tr role="row">
|
|
241
252
|
<td class="pf-c-table__check" role="cell">
|
|
242
|
-
<
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
253
|
+
<label>
|
|
254
|
+
<input
|
|
255
|
+
type="checkbox"
|
|
256
|
+
name="table-checkboxes-and-actions-checkrowthead"
|
|
257
|
+
aria-label="Select all rows"
|
|
258
|
+
/>
|
|
259
|
+
</label>
|
|
247
260
|
</td>
|
|
248
261
|
<th role="columnheader" scope="col">Repositories</th>
|
|
249
262
|
<th role="columnheader" scope="col">Branches</th>
|
|
@@ -257,13 +270,15 @@ cssPrefix: pf-c-table
|
|
|
257
270
|
<tbody role="rowgroup">
|
|
258
271
|
<tr role="row">
|
|
259
272
|
<td class="pf-c-table__check" role="cell">
|
|
260
|
-
<
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
273
|
+
<label>
|
|
274
|
+
<input
|
|
275
|
+
type="checkbox"
|
|
276
|
+
name="table-checkboxes-and-actions-checkrow1"
|
|
277
|
+
aria-labelledby="table-checkboxes-and-actions-node1"
|
|
278
|
+
/>
|
|
279
|
+
</label>
|
|
265
280
|
</td>
|
|
266
|
-
<th role="columnheader" data-label="
|
|
281
|
+
<th role="columnheader" data-label="Data label name">
|
|
267
282
|
<div id="table-checkboxes-and-actions-node1">Node 1</div>
|
|
268
283
|
</th>
|
|
269
284
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -318,17 +333,17 @@ cssPrefix: pf-c-table
|
|
|
318
333
|
|
|
319
334
|
<tr role="row">
|
|
320
335
|
<td class="pf-c-table__check" role="cell">
|
|
321
|
-
<
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
336
|
+
<label>
|
|
337
|
+
<input
|
|
338
|
+
type="checkbox"
|
|
339
|
+
name="table-checkboxes-and-actions-checkrow2"
|
|
340
|
+
aria-labelledby="table-checkboxes-and-actions-node2"
|
|
341
|
+
/>
|
|
342
|
+
</label>
|
|
326
343
|
</td>
|
|
327
|
-
<th role="columnheader" data-label="
|
|
328
|
-
<div>
|
|
329
|
-
|
|
330
|
-
<a href="#">siemur/test-space</a>
|
|
331
|
-
</div>
|
|
344
|
+
<th role="columnheader" data-label="Data label name">
|
|
345
|
+
<div id="table-checkboxes-and-actions-node2">Node 2</div>
|
|
346
|
+
<a href="#">siemur/test-space</a>
|
|
332
347
|
</th>
|
|
333
348
|
<td role="cell" data-label="Branches">10</td>
|
|
334
349
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -382,17 +397,17 @@ cssPrefix: pf-c-table
|
|
|
382
397
|
|
|
383
398
|
<tr role="row">
|
|
384
399
|
<td class="pf-c-table__check" role="cell">
|
|
385
|
-
<
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
400
|
+
<label>
|
|
401
|
+
<input
|
|
402
|
+
type="checkbox"
|
|
403
|
+
name="table-checkboxes-and-actions-checkrow3"
|
|
404
|
+
aria-labelledby="table-checkboxes-and-actions-node3"
|
|
405
|
+
/>
|
|
406
|
+
</label>
|
|
390
407
|
</td>
|
|
391
|
-
<th role="columnheader" data-label="
|
|
392
|
-
<div>
|
|
393
|
-
|
|
394
|
-
<a href="#">siemur/test-space</a>
|
|
395
|
-
</div>
|
|
408
|
+
<th role="columnheader" data-label="Data label name">
|
|
409
|
+
<div id="table-checkboxes-and-actions-node3">Node 3</div>
|
|
410
|
+
<a href="#">siemur/test-space</a>
|
|
396
411
|
</th>
|
|
397
412
|
<td role="cell" data-label="Branches">10</td>
|
|
398
413
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -446,17 +461,17 @@ cssPrefix: pf-c-table
|
|
|
446
461
|
|
|
447
462
|
<tr role="row">
|
|
448
463
|
<td class="pf-c-table__check" role="cell">
|
|
449
|
-
<
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
464
|
+
<label>
|
|
465
|
+
<input
|
|
466
|
+
type="checkbox"
|
|
467
|
+
name="table-checkboxes-and-actions-checkrow4"
|
|
468
|
+
aria-labelledby="table-checkboxes-and-actions-node4"
|
|
469
|
+
/>
|
|
470
|
+
</label>
|
|
454
471
|
</td>
|
|
455
|
-
<th role="columnheader" data-label="
|
|
456
|
-
<div>
|
|
457
|
-
|
|
458
|
-
<a href="#">siemur/test-space</a>
|
|
459
|
-
</div>
|
|
472
|
+
<th role="columnheader" data-label="Data label name">
|
|
473
|
+
<div id="table-checkboxes-and-actions-node4">Node 4</div>
|
|
474
|
+
<a href="#">siemur/test-space</a>
|
|
460
475
|
</th>
|
|
461
476
|
<td role="cell" data-label="Branches">10</td>
|
|
462
477
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -536,13 +551,15 @@ cssPrefix: pf-c-table
|
|
|
536
551
|
<tbody role="rowgroup">
|
|
537
552
|
<tr role="row">
|
|
538
553
|
<td class="pf-c-table__check" role="cell">
|
|
539
|
-
<
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
554
|
+
<label>
|
|
555
|
+
<input
|
|
556
|
+
type="radio"
|
|
557
|
+
name="table-single-select-radio-radio"
|
|
558
|
+
aria-labelledby="table-single-select-radio-node1"
|
|
559
|
+
/>
|
|
560
|
+
</label>
|
|
544
561
|
</td>
|
|
545
|
-
<th role="columnheader" data-label="
|
|
562
|
+
<th role="columnheader" data-label="Data label name">
|
|
546
563
|
<div id="table-single-select-radio-node1">Node 1</div>
|
|
547
564
|
</th>
|
|
548
565
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -597,17 +614,17 @@ cssPrefix: pf-c-table
|
|
|
597
614
|
|
|
598
615
|
<tr role="row">
|
|
599
616
|
<td class="pf-c-table__check" role="cell">
|
|
600
|
-
<
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
617
|
+
<label>
|
|
618
|
+
<input
|
|
619
|
+
type="radio"
|
|
620
|
+
name="table-single-select-radio-radio"
|
|
621
|
+
aria-labelledby="table-single-select-radio-node2"
|
|
622
|
+
/>
|
|
623
|
+
</label>
|
|
605
624
|
</td>
|
|
606
|
-
<th role="columnheader" data-label="
|
|
607
|
-
<div>
|
|
608
|
-
|
|
609
|
-
<a href="#">siemur/test-space</a>
|
|
610
|
-
</div>
|
|
625
|
+
<th role="columnheader" data-label="Data label name">
|
|
626
|
+
<div id="table-single-select-radio-node2">Node 2</div>
|
|
627
|
+
<a href="#">siemur/test-space</a>
|
|
611
628
|
</th>
|
|
612
629
|
<td role="cell" data-label="Branches">10</td>
|
|
613
630
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -661,17 +678,17 @@ cssPrefix: pf-c-table
|
|
|
661
678
|
|
|
662
679
|
<tr role="row">
|
|
663
680
|
<td class="pf-c-table__check" role="cell">
|
|
664
|
-
<
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
681
|
+
<label>
|
|
682
|
+
<input
|
|
683
|
+
type="radio"
|
|
684
|
+
name="table-single-select-radio-radio"
|
|
685
|
+
aria-labelledby="table-single-select-radio-node3"
|
|
686
|
+
/>
|
|
687
|
+
</label>
|
|
669
688
|
</td>
|
|
670
|
-
<th role="columnheader" data-label="
|
|
671
|
-
<div>
|
|
672
|
-
|
|
673
|
-
<a href="#">siemur/test-space</a>
|
|
674
|
-
</div>
|
|
689
|
+
<th role="columnheader" data-label="Data label name">
|
|
690
|
+
<div id="table-single-select-radio-node3">Node 3</div>
|
|
691
|
+
<a href="#">siemur/test-space</a>
|
|
675
692
|
</th>
|
|
676
693
|
<td role="cell" data-label="Branches">10</td>
|
|
677
694
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -725,17 +742,17 @@ cssPrefix: pf-c-table
|
|
|
725
742
|
|
|
726
743
|
<tr role="row">
|
|
727
744
|
<td class="pf-c-table__check" role="cell">
|
|
728
|
-
<
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
745
|
+
<label>
|
|
746
|
+
<input
|
|
747
|
+
type="radio"
|
|
748
|
+
name="table-single-select-radio-radio"
|
|
749
|
+
aria-labelledby="table-single-select-radio-node4"
|
|
750
|
+
/>
|
|
751
|
+
</label>
|
|
733
752
|
</td>
|
|
734
|
-
<th role="columnheader" data-label="
|
|
735
|
-
<div>
|
|
736
|
-
|
|
737
|
-
<a href="#">siemur/test-space</a>
|
|
738
|
-
</div>
|
|
753
|
+
<th role="columnheader" data-label="Data label name">
|
|
754
|
+
<div id="table-single-select-radio-node4">Node 4</div>
|
|
755
|
+
<a href="#">siemur/test-space</a>
|
|
739
756
|
</th>
|
|
740
757
|
<td role="cell" data-label="Branches">10</td>
|
|
741
758
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -825,11 +842,13 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
825
842
|
<tr role="row">
|
|
826
843
|
<td></td>
|
|
827
844
|
<td class="pf-c-table__check" role="cell">
|
|
828
|
-
<
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
845
|
+
<label>
|
|
846
|
+
<input
|
|
847
|
+
type="checkbox"
|
|
848
|
+
name="table-expandable-checkrowthead"
|
|
849
|
+
aria-label="Select all rows"
|
|
850
|
+
/>
|
|
851
|
+
</label>
|
|
833
852
|
</td>
|
|
834
853
|
<th
|
|
835
854
|
class="pf-m-width-30 pf-c-table__sort pf-m-selected"
|
|
@@ -899,17 +918,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
899
918
|
</td>
|
|
900
919
|
|
|
901
920
|
<td class="pf-c-table__check" role="cell">
|
|
902
|
-
<
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
921
|
+
<label>
|
|
922
|
+
<input
|
|
923
|
+
type="checkbox"
|
|
924
|
+
name="table-expandable-checkrow1"
|
|
925
|
+
aria-labelledby="table-expandable-node1"
|
|
926
|
+
/>
|
|
927
|
+
</label>
|
|
907
928
|
</td>
|
|
908
|
-
<th role="columnheader" data-label="
|
|
909
|
-
<div>
|
|
910
|
-
|
|
911
|
-
<a href="#">siemur/test-space</a>
|
|
912
|
-
</div>
|
|
929
|
+
<th role="columnheader" data-label="Data label name">
|
|
930
|
+
<div id="table-expandable-node1">Node 1</div>
|
|
931
|
+
<a href="#">siemur/test-space</a>
|
|
913
932
|
</th>
|
|
914
933
|
<td role="cell" data-label="Branches">10</td>
|
|
915
934
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -991,17 +1010,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
991
1010
|
</td>
|
|
992
1011
|
|
|
993
1012
|
<td class="pf-c-table__check" role="cell">
|
|
994
|
-
<
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1013
|
+
<label>
|
|
1014
|
+
<input
|
|
1015
|
+
type="checkbox"
|
|
1016
|
+
name="table-expandable-checkrow2"
|
|
1017
|
+
aria-labelledby="table-expandable-node2"
|
|
1018
|
+
/>
|
|
1019
|
+
</label>
|
|
999
1020
|
</td>
|
|
1000
|
-
<th role="columnheader" data-label="
|
|
1001
|
-
<div>
|
|
1002
|
-
|
|
1003
|
-
<a href="#">siemur/test-space</a>
|
|
1004
|
-
</div>
|
|
1021
|
+
<th role="columnheader" data-label="Data label name">
|
|
1022
|
+
<div id="table-expandable-node2">Node 2</div>
|
|
1023
|
+
<a href="#">siemur/test-space</a>
|
|
1005
1024
|
</th>
|
|
1006
1025
|
<td role="cell" data-label="Branches">10</td>
|
|
1007
1026
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1081,17 +1100,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1081
1100
|
</td>
|
|
1082
1101
|
|
|
1083
1102
|
<td class="pf-c-table__check" role="cell">
|
|
1084
|
-
<
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1103
|
+
<label>
|
|
1104
|
+
<input
|
|
1105
|
+
type="checkbox"
|
|
1106
|
+
name="table-expandable-checkrow3"
|
|
1107
|
+
aria-labelledby="table-expandable-node3"
|
|
1108
|
+
/>
|
|
1109
|
+
</label>
|
|
1089
1110
|
</td>
|
|
1090
|
-
<th role="columnheader" data-label="
|
|
1091
|
-
<div>
|
|
1092
|
-
|
|
1093
|
-
<a href="#">siemur/test-space</a>
|
|
1094
|
-
</div>
|
|
1111
|
+
<th role="columnheader" data-label="Data label name">
|
|
1112
|
+
<div id="table-expandable-node3">Node 3</div>
|
|
1113
|
+
<a href="#">siemur/test-space</a>
|
|
1095
1114
|
</th>
|
|
1096
1115
|
<td role="cell" data-label="Branches">10</td>
|
|
1097
1116
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1171,17 +1190,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1171
1190
|
</td>
|
|
1172
1191
|
|
|
1173
1192
|
<td class="pf-c-table__check" role="cell">
|
|
1174
|
-
<
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1193
|
+
<label>
|
|
1194
|
+
<input
|
|
1195
|
+
type="checkbox"
|
|
1196
|
+
name="table-expandable-checkrow4"
|
|
1197
|
+
aria-labelledby="table-expandable-node4"
|
|
1198
|
+
/>
|
|
1199
|
+
</label>
|
|
1179
1200
|
</td>
|
|
1180
|
-
<th role="columnheader" data-label="
|
|
1181
|
-
<div>
|
|
1182
|
-
|
|
1183
|
-
<a href="#">siemur/test-space</a>
|
|
1184
|
-
</div>
|
|
1201
|
+
<th role="columnheader" data-label="Data label name">
|
|
1202
|
+
<div id="table-expandable-node4">Node 4</div>
|
|
1203
|
+
<a href="#">siemur/test-space</a>
|
|
1185
1204
|
</th>
|
|
1186
1205
|
<td role="cell" data-label="Branches">10</td>
|
|
1187
1206
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1264,11 +1283,13 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1264
1283
|
<tr role="row">
|
|
1265
1284
|
<td></td>
|
|
1266
1285
|
<td class="pf-c-table__check" role="cell">
|
|
1267
|
-
<
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1286
|
+
<label>
|
|
1287
|
+
<input
|
|
1288
|
+
type="checkbox"
|
|
1289
|
+
name="table-expandable-nested-table-checkrowthead"
|
|
1290
|
+
aria-label="Select all rows"
|
|
1291
|
+
/>
|
|
1292
|
+
</label>
|
|
1272
1293
|
</td>
|
|
1273
1294
|
<th
|
|
1274
1295
|
class="pf-m-width-30 pf-c-table__sort pf-m-selected"
|
|
@@ -1338,17 +1359,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1338
1359
|
</td>
|
|
1339
1360
|
|
|
1340
1361
|
<td class="pf-c-table__check" role="cell">
|
|
1341
|
-
<
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1362
|
+
<label>
|
|
1363
|
+
<input
|
|
1364
|
+
type="checkbox"
|
|
1365
|
+
name="table-expandable-nested-table-checkrow1"
|
|
1366
|
+
aria-labelledby="table-expandable-nested-table-node1"
|
|
1367
|
+
/>
|
|
1368
|
+
</label>
|
|
1346
1369
|
</td>
|
|
1347
|
-
<th role="columnheader" data-label="
|
|
1348
|
-
<div>
|
|
1349
|
-
|
|
1350
|
-
<a href="#">siemur/test-space</a>
|
|
1351
|
-
</div>
|
|
1370
|
+
<th role="columnheader" data-label="Data label name">
|
|
1371
|
+
<div id="table-expandable-nested-table-node1">Node 1</div>
|
|
1372
|
+
<a href="#">siemur/test-space</a>
|
|
1352
1373
|
</th>
|
|
1353
1374
|
<td role="cell" data-label="Branches">10</td>
|
|
1354
1375
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1481,17 +1502,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1481
1502
|
</td>
|
|
1482
1503
|
|
|
1483
1504
|
<td class="pf-c-table__check" role="cell">
|
|
1484
|
-
<
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1505
|
+
<label>
|
|
1506
|
+
<input
|
|
1507
|
+
type="checkbox"
|
|
1508
|
+
name="table-expandable-nested-table-checkrow2"
|
|
1509
|
+
aria-labelledby="table-expandable-nested-table-node2"
|
|
1510
|
+
/>
|
|
1511
|
+
</label>
|
|
1489
1512
|
</td>
|
|
1490
|
-
<th role="columnheader" data-label="
|
|
1491
|
-
<div>
|
|
1492
|
-
|
|
1493
|
-
<a href="#">siemur/test-space</a>
|
|
1494
|
-
</div>
|
|
1513
|
+
<th role="columnheader" data-label="Data label name">
|
|
1514
|
+
<div id="table-expandable-nested-table-node2">Node 2</div>
|
|
1515
|
+
<a href="#">siemur/test-space</a>
|
|
1495
1516
|
</th>
|
|
1496
1517
|
<td role="cell" data-label="Branches">10</td>
|
|
1497
1518
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1576,17 +1597,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1576
1597
|
</td>
|
|
1577
1598
|
|
|
1578
1599
|
<td class="pf-c-table__check" role="cell">
|
|
1579
|
-
<
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1600
|
+
<label>
|
|
1601
|
+
<input
|
|
1602
|
+
type="checkbox"
|
|
1603
|
+
name="table-expandable-nested-table-checkrow3"
|
|
1604
|
+
aria-labelledby="table-expandable-nested-table-node3"
|
|
1605
|
+
/>
|
|
1606
|
+
</label>
|
|
1584
1607
|
</td>
|
|
1585
|
-
<th role="columnheader" data-label="
|
|
1586
|
-
<div>
|
|
1587
|
-
|
|
1588
|
-
<a href="#">siemur/test-space</a>
|
|
1589
|
-
</div>
|
|
1608
|
+
<th role="columnheader" data-label="Data label name">
|
|
1609
|
+
<div id="table-expandable-nested-table-node3">Node 3</div>
|
|
1610
|
+
<a href="#">siemur/test-space</a>
|
|
1590
1611
|
</th>
|
|
1591
1612
|
<td role="cell" data-label="Branches">10</td>
|
|
1592
1613
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1671,17 +1692,17 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1671
1692
|
</td>
|
|
1672
1693
|
|
|
1673
1694
|
<td class="pf-c-table__check" role="cell">
|
|
1674
|
-
<
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1695
|
+
<label>
|
|
1696
|
+
<input
|
|
1697
|
+
type="checkbox"
|
|
1698
|
+
name="table-expandable-nested-table-checkrow4"
|
|
1699
|
+
aria-labelledby="table-expandable-nested-table-node4"
|
|
1700
|
+
/>
|
|
1701
|
+
</label>
|
|
1679
1702
|
</td>
|
|
1680
|
-
<th role="columnheader" data-label="
|
|
1681
|
-
<div>
|
|
1682
|
-
|
|
1683
|
-
<a href="#">siemur/test-space</a>
|
|
1684
|
-
</div>
|
|
1703
|
+
<th role="columnheader" data-label="Data label name">
|
|
1704
|
+
<div id="table-expandable-nested-table-node4">Node 4</div>
|
|
1705
|
+
<a href="#">siemur/test-space</a>
|
|
1685
1706
|
</th>
|
|
1686
1707
|
<td role="cell" data-label="Branches">10</td>
|
|
1687
1708
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -1842,7 +1863,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
1842
1863
|
<tbody class="pf-m-expanded" role="rowgroup">
|
|
1843
1864
|
<tr class="pf-c-table__control-row" role="row">
|
|
1844
1865
|
<td
|
|
1845
|
-
class="pf-c-table__compound-expansion-
|
|
1866
|
+
class="pf-c-table__compound-expansion-toggle pf-m-expanded"
|
|
1846
1867
|
role="cell"
|
|
1847
1868
|
data-label="Repositories"
|
|
1848
1869
|
>
|
|
@@ -5114,11 +5135,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5114
5135
|
<thead>
|
|
5115
5136
|
<tr role="row">
|
|
5116
5137
|
<td class="pf-c-table__check" role="cell">
|
|
5117
|
-
<
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5138
|
+
<label>
|
|
5139
|
+
<input
|
|
5140
|
+
type="checkbox"
|
|
5141
|
+
name="table-compact-checkrowthead"
|
|
5142
|
+
aria-label="Select all rows"
|
|
5143
|
+
/>
|
|
5144
|
+
</label>
|
|
5122
5145
|
</td>
|
|
5123
5146
|
<th role="columnheader" scope="col">Contributor</th>
|
|
5124
5147
|
<th role="columnheader" scope="col">Position</th>
|
|
@@ -5134,14 +5157,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5134
5157
|
<tbody role="rowgroup">
|
|
5135
5158
|
<tr role="row">
|
|
5136
5159
|
<td class="pf-c-table__check" role="cell">
|
|
5137
|
-
<
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5160
|
+
<label>
|
|
5161
|
+
<input
|
|
5162
|
+
type="checkbox"
|
|
5163
|
+
name="table-compact-checkrow1"
|
|
5164
|
+
aria-labelledby="table-compact-node1"
|
|
5165
|
+
/>
|
|
5166
|
+
</label>
|
|
5142
5167
|
</td>
|
|
5143
|
-
<th role="columnheader" data-label="
|
|
5144
|
-
<
|
|
5168
|
+
<th role="columnheader" data-label="Data label name">
|
|
5169
|
+
<div id="table-compact-node1">Sam Jones</div>
|
|
5145
5170
|
</th>
|
|
5146
5171
|
<td role="cell" data-label="Position">CSS guru</td>
|
|
5147
5172
|
<td role="cell" data-label="Location">Not too sure</td>
|
|
@@ -5201,14 +5226,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5201
5226
|
|
|
5202
5227
|
<tr role="row">
|
|
5203
5228
|
<td class="pf-c-table__check" role="cell">
|
|
5204
|
-
<
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5229
|
+
<label>
|
|
5230
|
+
<input
|
|
5231
|
+
type="checkbox"
|
|
5232
|
+
name="table-compact-checkrow2"
|
|
5233
|
+
aria-labelledby="table-compact-node2"
|
|
5234
|
+
/>
|
|
5235
|
+
</label>
|
|
5209
5236
|
</td>
|
|
5210
|
-
<th role="columnheader" data-label="
|
|
5211
|
-
<
|
|
5237
|
+
<th role="columnheader" data-label="Data label name">
|
|
5238
|
+
<div id="table-compact-node2">Amy Wilson</div>
|
|
5212
5239
|
</th>
|
|
5213
5240
|
<td role="cell" data-label="Position">Visual design</td>
|
|
5214
5241
|
<td role="cell" data-label="Location">Raleigh</td>
|
|
@@ -5268,14 +5295,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5268
5295
|
|
|
5269
5296
|
<tr role="row">
|
|
5270
5297
|
<td class="pf-c-table__check" role="cell">
|
|
5271
|
-
<
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5298
|
+
<label>
|
|
5299
|
+
<input
|
|
5300
|
+
type="checkbox"
|
|
5301
|
+
name="table-compact-checkrow3"
|
|
5302
|
+
aria-labelledby="table-compact-node3"
|
|
5303
|
+
/>
|
|
5304
|
+
</label>
|
|
5276
5305
|
</td>
|
|
5277
|
-
<th role="columnheader" data-label="
|
|
5278
|
-
<
|
|
5306
|
+
<th role="columnheader" data-label="Data label name">
|
|
5307
|
+
<div id="table-compact-node3">Steve Wilson</div>
|
|
5279
5308
|
</th>
|
|
5280
5309
|
<td role="cell" data-label="Position">Visual design lead</td>
|
|
5281
5310
|
<td role="cell" data-label="Location">Westford</td>
|
|
@@ -5335,14 +5364,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5335
5364
|
|
|
5336
5365
|
<tr role="row">
|
|
5337
5366
|
<td class="pf-c-table__check" role="cell">
|
|
5338
|
-
<
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5367
|
+
<label>
|
|
5368
|
+
<input
|
|
5369
|
+
type="checkbox"
|
|
5370
|
+
name="table-compact-checkrow4"
|
|
5371
|
+
aria-labelledby="table-compact-node4"
|
|
5372
|
+
/>
|
|
5373
|
+
</label>
|
|
5343
5374
|
</td>
|
|
5344
|
-
<th role="columnheader" data-label="
|
|
5345
|
-
<
|
|
5375
|
+
<th role="columnheader" data-label="Data label name">
|
|
5376
|
+
<div id="table-compact-node4">Emma Jackson</div>
|
|
5346
5377
|
</th>
|
|
5347
5378
|
<td role="cell" data-label="Position">Interaction design</td>
|
|
5348
5379
|
<td role="cell" data-label="Location">Westford</td>
|
|
@@ -5417,11 +5448,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5417
5448
|
<tr role="row">
|
|
5418
5449
|
<td></td>
|
|
5419
5450
|
<td class="pf-c-table__check" role="cell">
|
|
5420
|
-
<
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5451
|
+
<label>
|
|
5452
|
+
<input
|
|
5453
|
+
type="checkbox"
|
|
5454
|
+
name="table-compact-expandable-checkrowthead"
|
|
5455
|
+
aria-label="Select all rows"
|
|
5456
|
+
/>
|
|
5457
|
+
</label>
|
|
5425
5458
|
</td>
|
|
5426
5459
|
<th class="pf-m-width-30" role="columnheader" scope="col">Repositories</th>
|
|
5427
5460
|
<th role="columnheader" scope="col">Branches</th>
|
|
@@ -5449,14 +5482,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5449
5482
|
</td>
|
|
5450
5483
|
|
|
5451
5484
|
<td class="pf-c-table__check" role="cell">
|
|
5452
|
-
<
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5485
|
+
<label>
|
|
5486
|
+
<input
|
|
5487
|
+
type="checkbox"
|
|
5488
|
+
name="table-compact-expandable-checkrow1"
|
|
5489
|
+
aria-labelledby="table-compact-expandable-node1"
|
|
5490
|
+
/>
|
|
5491
|
+
</label>
|
|
5457
5492
|
</td>
|
|
5458
|
-
<th role="columnheader" data-label="
|
|
5459
|
-
<
|
|
5493
|
+
<th role="columnheader" data-label="Data label name">
|
|
5494
|
+
<div id="table-compact-expandable-node1">Node 1</div>
|
|
5460
5495
|
</th>
|
|
5461
5496
|
<td role="cell" data-label="Branches">10</td>
|
|
5462
5497
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -5538,14 +5573,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5538
5573
|
</td>
|
|
5539
5574
|
|
|
5540
5575
|
<td class="pf-c-table__check" role="cell">
|
|
5541
|
-
<
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5576
|
+
<label>
|
|
5577
|
+
<input
|
|
5578
|
+
type="checkbox"
|
|
5579
|
+
name="table-compact-expandable-checkrow2"
|
|
5580
|
+
aria-labelledby="table-compact-expandable-node2"
|
|
5581
|
+
/>
|
|
5582
|
+
</label>
|
|
5546
5583
|
</td>
|
|
5547
|
-
<th role="columnheader" data-label="
|
|
5548
|
-
<
|
|
5584
|
+
<th role="columnheader" data-label="Data label name">
|
|
5585
|
+
<div id="table-compact-expandable-node2">Node 2</div>
|
|
5549
5586
|
</th>
|
|
5550
5587
|
<td role="cell" data-label="Branches">10</td>
|
|
5551
5588
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -5630,14 +5667,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5630
5667
|
</td>
|
|
5631
5668
|
|
|
5632
5669
|
<td class="pf-c-table__check" role="cell">
|
|
5633
|
-
<
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5670
|
+
<label>
|
|
5671
|
+
<input
|
|
5672
|
+
type="checkbox"
|
|
5673
|
+
name="table-compact-expandable-checkrow3"
|
|
5674
|
+
aria-labelledby="table-compact-expandable-node3"
|
|
5675
|
+
/>
|
|
5676
|
+
</label>
|
|
5638
5677
|
</td>
|
|
5639
|
-
<th role="columnheader" data-label="
|
|
5640
|
-
<
|
|
5678
|
+
<th role="columnheader" data-label="Data label name">
|
|
5679
|
+
<div id="table-compact-expandable-node3">Node 3</div>
|
|
5641
5680
|
</th>
|
|
5642
5681
|
<td role="cell" data-label="Branches">10</td>
|
|
5643
5682
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -5717,14 +5756,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5717
5756
|
</td>
|
|
5718
5757
|
|
|
5719
5758
|
<td class="pf-c-table__check" role="cell">
|
|
5720
|
-
<
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
|
|
5759
|
+
<label>
|
|
5760
|
+
<input
|
|
5761
|
+
type="checkbox"
|
|
5762
|
+
name="table-compact-expandable-checkrow4"
|
|
5763
|
+
aria-labelledby="table-compact-expandable-node4"
|
|
5764
|
+
/>
|
|
5765
|
+
</label>
|
|
5725
5766
|
</td>
|
|
5726
|
-
<th role="columnheader" data-label="
|
|
5727
|
-
<
|
|
5767
|
+
<th role="columnheader" data-label="Data label name">
|
|
5768
|
+
<div id="table-compact-expandable-node4">Node 4</div>
|
|
5728
5769
|
</th>
|
|
5729
5770
|
<td role="cell" data-label="Branches">10</td>
|
|
5730
5771
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -5808,15 +5849,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5808
5849
|
</td>
|
|
5809
5850
|
|
|
5810
5851
|
<td class="pf-c-table__check" role="cell">
|
|
5811
|
-
<
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
|
|
5818
|
-
<p id="table-compact-expandable-node5">Node 5</p>
|
|
5852
|
+
<label>
|
|
5853
|
+
<input
|
|
5854
|
+
type="checkbox"
|
|
5855
|
+
name="table-compact-expandable-checkrow5"
|
|
5856
|
+
aria-labelledby="table-compact-expandable-node5"
|
|
5857
|
+
/>
|
|
5858
|
+
</label>
|
|
5819
5859
|
</td>
|
|
5860
|
+
<th role="columnheader" data-label="Data label name">
|
|
5861
|
+
<div id="table-compact-expandable-node5">Node 5</div>
|
|
5862
|
+
</th>
|
|
5820
5863
|
<td role="cell" data-label="Branches">10</td>
|
|
5821
5864
|
<td role="cell" data-label="Pull requests">25</td>
|
|
5822
5865
|
<td role="cell" data-label="Action">
|
|
@@ -5895,14 +5938,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5895
5938
|
</td>
|
|
5896
5939
|
|
|
5897
5940
|
<td class="pf-c-table__check" role="cell">
|
|
5898
|
-
<
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5941
|
+
<label>
|
|
5942
|
+
<input
|
|
5943
|
+
type="checkbox"
|
|
5944
|
+
name="table-compact-expandable-checkrow6"
|
|
5945
|
+
aria-labelledby="table-compact-expandable-node6"
|
|
5946
|
+
/>
|
|
5947
|
+
</label>
|
|
5903
5948
|
</td>
|
|
5904
|
-
<th role="columnheader" data-label="
|
|
5905
|
-
<
|
|
5949
|
+
<th role="columnheader" data-label="Data label name">
|
|
5950
|
+
<div id="table-compact-expandable-node6">Node 6</div>
|
|
5906
5951
|
</th>
|
|
5907
5952
|
<td role="cell" data-label="Branches">10</td>
|
|
5908
5953
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -5994,14 +6039,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5994
6039
|
</td>
|
|
5995
6040
|
|
|
5996
6041
|
<td class="pf-c-table__check" role="cell">
|
|
5997
|
-
<
|
|
5998
|
-
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6042
|
+
<label>
|
|
6043
|
+
<input
|
|
6044
|
+
type="checkbox"
|
|
6045
|
+
name="table-compact-expandable-checkrow7"
|
|
6046
|
+
aria-labelledby="table-compact-expandable-node7"
|
|
6047
|
+
/>
|
|
6048
|
+
</label>
|
|
6002
6049
|
</td>
|
|
6003
|
-
<th role="columnheader" data-label="
|
|
6004
|
-
<
|
|
6050
|
+
<th role="columnheader" data-label="Data label name">
|
|
6051
|
+
<div id="table-compact-expandable-node7">Node 7</div>
|
|
6005
6052
|
</th>
|
|
6006
6053
|
<td role="cell" data-label="Branches">10</td>
|
|
6007
6054
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -6081,14 +6128,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6081
6128
|
</td>
|
|
6082
6129
|
|
|
6083
6130
|
<td class="pf-c-table__check" role="cell">
|
|
6084
|
-
<
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6131
|
+
<label>
|
|
6132
|
+
<input
|
|
6133
|
+
type="checkbox"
|
|
6134
|
+
name="table-compact-expandable-checkrow8"
|
|
6135
|
+
aria-labelledby="table-compact-expandable-node8"
|
|
6136
|
+
/>
|
|
6137
|
+
</label>
|
|
6089
6138
|
</td>
|
|
6090
|
-
<th role="columnheader" data-label="
|
|
6091
|
-
<
|
|
6139
|
+
<th role="columnheader" data-label="Data label name">
|
|
6140
|
+
<div id="table-compact-expandable-node8">Node 8</div>
|
|
6092
6141
|
</th>
|
|
6093
6142
|
<td role="cell" data-label="Branches">10</td>
|
|
6094
6143
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -6177,14 +6226,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6177
6226
|
</td>
|
|
6178
6227
|
|
|
6179
6228
|
<td class="pf-c-table__check" role="cell">
|
|
6180
|
-
<
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6229
|
+
<label>
|
|
6230
|
+
<input
|
|
6231
|
+
type="checkbox"
|
|
6232
|
+
name="table-compact-expandable-checkrow9"
|
|
6233
|
+
aria-labelledby="table-compact-expandable-node9"
|
|
6234
|
+
/>
|
|
6235
|
+
</label>
|
|
6185
6236
|
</td>
|
|
6186
|
-
<th role="columnheader" data-label="
|
|
6187
|
-
<
|
|
6237
|
+
<th role="columnheader" data-label="Data label name">
|
|
6238
|
+
<div id="table-compact-expandable-node9">Node 9</div>
|
|
6188
6239
|
</th>
|
|
6189
6240
|
<td role="cell" data-label="Branches">10</td>
|
|
6190
6241
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -6269,11 +6320,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6269
6320
|
<thead>
|
|
6270
6321
|
<tr role="row">
|
|
6271
6322
|
<td class="pf-c-table__check" role="cell">
|
|
6272
|
-
<
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
6323
|
+
<label>
|
|
6324
|
+
<input
|
|
6325
|
+
type="checkbox"
|
|
6326
|
+
name="table-expandable-hoverable-checkrowthead"
|
|
6327
|
+
aria-label="Select all rows"
|
|
6328
|
+
/>
|
|
6329
|
+
</label>
|
|
6277
6330
|
</td>
|
|
6278
6331
|
<th
|
|
6279
6332
|
class="pf-m-width-30 pf-c-table__sort pf-m-selected"
|
|
@@ -6295,14 +6348,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6295
6348
|
</thead>
|
|
6296
6349
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
6297
6350
|
<td class="pf-c-table__check" role="cell">
|
|
6298
|
-
<
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6351
|
+
<label>
|
|
6352
|
+
<input
|
|
6353
|
+
type="checkbox"
|
|
6354
|
+
name="table-expandable-hoverable-checkrow1"
|
|
6355
|
+
aria-labelledby="table-expandable-hoverable-node1"
|
|
6356
|
+
/>
|
|
6357
|
+
</label>
|
|
6303
6358
|
</td>
|
|
6304
6359
|
<th role="columnheader" data-label="Repository name">
|
|
6305
|
-
<div id="table-expandable-hoverable-
|
|
6360
|
+
<div id="table-expandable-hoverable-node1">Hoverable</div>
|
|
6306
6361
|
</th>
|
|
6307
6362
|
<td class="pf-c-table__action" role="cell">
|
|
6308
6363
|
<div class="pf-c-dropdown">
|
|
@@ -6351,14 +6406,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6351
6406
|
</tr>
|
|
6352
6407
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
6353
6408
|
<td class="pf-c-table__check" role="cell">
|
|
6354
|
-
<
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6409
|
+
<label>
|
|
6410
|
+
<input
|
|
6411
|
+
type="checkbox"
|
|
6412
|
+
name="table-expandable-hoverable-checkrow2"
|
|
6413
|
+
aria-labelledby="table-expandable-hoverable-node2"
|
|
6414
|
+
/>
|
|
6415
|
+
</label>
|
|
6359
6416
|
</td>
|
|
6360
6417
|
<th role="columnheader" data-label="Repository name">
|
|
6361
|
-
<div id="table-expandable-hoverable-
|
|
6418
|
+
<div id="table-expandable-hoverable-node2">
|
|
6362
6419
|
<b>Selected</b>
|
|
6363
6420
|
</div>
|
|
6364
6421
|
</th>
|
|
@@ -6409,14 +6466,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6409
6466
|
</tr>
|
|
6410
6467
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
6411
6468
|
<td class="pf-c-table__check" role="cell">
|
|
6412
|
-
<
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6469
|
+
<label>
|
|
6470
|
+
<input
|
|
6471
|
+
type="checkbox"
|
|
6472
|
+
name="table-expandable-hoverable-checkrow3"
|
|
6473
|
+
aria-labelledby="table-expandable-hoverable-node3"
|
|
6474
|
+
/>
|
|
6475
|
+
</label>
|
|
6417
6476
|
</td>
|
|
6418
6477
|
<th role="columnheader" data-label="Repository name">
|
|
6419
|
-
<div id="table-expandable-hoverable-
|
|
6478
|
+
<div id="table-expandable-hoverable-node3">Hoverable</div>
|
|
6420
6479
|
</th>
|
|
6421
6480
|
<td class="pf-c-table__action" role="cell">
|
|
6422
6481
|
<div class="pf-c-dropdown">
|
|
@@ -6465,14 +6524,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6465
6524
|
</tr>
|
|
6466
6525
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
6467
6526
|
<td class="pf-c-table__check" role="cell">
|
|
6468
|
-
<
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6527
|
+
<label>
|
|
6528
|
+
<input
|
|
6529
|
+
type="checkbox"
|
|
6530
|
+
name="table-expandable-hoverable-checkrow4"
|
|
6531
|
+
aria-labelledby="table-expandable-hoverable-node4"
|
|
6532
|
+
/>
|
|
6533
|
+
</label>
|
|
6473
6534
|
</td>
|
|
6474
6535
|
<th role="columnheader" data-label="Repository name">
|
|
6475
|
-
<div id="table-expandable-hoverable-
|
|
6536
|
+
<div id="table-expandable-hoverable-node4">Hoverable</div>
|
|
6476
6537
|
</th>
|
|
6477
6538
|
<td class="pf-c-table__action" role="cell">
|
|
6478
6539
|
<div class="pf-c-dropdown">
|
|
@@ -6521,14 +6582,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6521
6582
|
</tr>
|
|
6522
6583
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
6523
6584
|
<td class="pf-c-table__check" role="cell">
|
|
6524
|
-
<
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6585
|
+
<label>
|
|
6586
|
+
<input
|
|
6587
|
+
type="checkbox"
|
|
6588
|
+
name="table-expandable-hoverable-checkrow5"
|
|
6589
|
+
aria-labelledby="table-expandable-hoverable-node5"
|
|
6590
|
+
/>
|
|
6591
|
+
</label>
|
|
6529
6592
|
</td>
|
|
6530
6593
|
<th role="columnheader" data-label="Repository name">
|
|
6531
|
-
<div id="table-expandable-hoverable-
|
|
6594
|
+
<div id="table-expandable-hoverable-node5">
|
|
6532
6595
|
<b>Selected</b>
|
|
6533
6596
|
</div>
|
|
6534
6597
|
</th>
|
|
@@ -6579,14 +6642,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6579
6642
|
</tr>
|
|
6580
6643
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
6581
6644
|
<td class="pf-c-table__check" role="cell">
|
|
6582
|
-
<
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6645
|
+
<label>
|
|
6646
|
+
<input
|
|
6647
|
+
type="checkbox"
|
|
6648
|
+
name="table-expandable-hoverable-checkrow6"
|
|
6649
|
+
aria-labelledby="table-expandable-hoverable-node6"
|
|
6650
|
+
/>
|
|
6651
|
+
</label>
|
|
6587
6652
|
</td>
|
|
6588
6653
|
<th role="columnheader" data-label="Repository name">
|
|
6589
|
-
<div id="table-expandable-hoverable-
|
|
6654
|
+
<div id="table-expandable-hoverable-node6">
|
|
6590
6655
|
<b>Selected</b>
|
|
6591
6656
|
</div>
|
|
6592
6657
|
</th>
|
|
@@ -6637,14 +6702,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6637
6702
|
</tr>
|
|
6638
6703
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
6639
6704
|
<td class="pf-c-table__check" role="cell">
|
|
6640
|
-
<
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6705
|
+
<label>
|
|
6706
|
+
<input
|
|
6707
|
+
type="checkbox"
|
|
6708
|
+
name="table-expandable-hoverable-checkrow7"
|
|
6709
|
+
aria-labelledby="table-expandable-hoverable-node7"
|
|
6710
|
+
/>
|
|
6711
|
+
</label>
|
|
6645
6712
|
</td>
|
|
6646
6713
|
<th role="columnheader" data-label="Repository name">
|
|
6647
|
-
<div id="table-expandable-hoverable-
|
|
6714
|
+
<div id="table-expandable-hoverable-node7">
|
|
6648
6715
|
<b>Selected</b>
|
|
6649
6716
|
</div>
|
|
6650
6717
|
</th>
|
|
@@ -6695,14 +6762,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6695
6762
|
</tr>
|
|
6696
6763
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
6697
6764
|
<td class="pf-c-table__check" role="cell">
|
|
6698
|
-
<
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
|
|
6765
|
+
<label>
|
|
6766
|
+
<input
|
|
6767
|
+
type="checkbox"
|
|
6768
|
+
name="table-expandable-hoverable-checkrow8"
|
|
6769
|
+
aria-labelledby="table-expandable-hoverable-node8"
|
|
6770
|
+
/>
|
|
6771
|
+
</label>
|
|
6703
6772
|
</td>
|
|
6704
6773
|
<th role="columnheader" data-label="Repository name">
|
|
6705
|
-
<div id="table-expandable-hoverable-
|
|
6774
|
+
<div id="table-expandable-hoverable-node8">Hoverable</div>
|
|
6706
6775
|
</th>
|
|
6707
6776
|
<td class="pf-c-table__action" role="cell">
|
|
6708
6777
|
<div class="pf-c-dropdown">
|
|
@@ -6751,14 +6820,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6751
6820
|
</tr>
|
|
6752
6821
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
6753
6822
|
<td class="pf-c-table__check" role="cell">
|
|
6754
|
-
<
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6823
|
+
<label>
|
|
6824
|
+
<input
|
|
6825
|
+
type="checkbox"
|
|
6826
|
+
name="table-expandable-hoverable-checkrow9"
|
|
6827
|
+
aria-labelledby="table-expandable-hoverable-node9"
|
|
6828
|
+
/>
|
|
6829
|
+
</label>
|
|
6759
6830
|
</td>
|
|
6760
6831
|
<th role="columnheader" data-label="Repository name">
|
|
6761
|
-
<div id="table-expandable-hoverable-
|
|
6832
|
+
<div id="table-expandable-hoverable-node9">Hoverable</div>
|
|
6762
6833
|
</th>
|
|
6763
6834
|
<td class="pf-c-table__action" role="cell">
|
|
6764
6835
|
<div class="pf-c-dropdown">
|
|
@@ -6807,14 +6878,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6807
6878
|
</tr>
|
|
6808
6879
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
6809
6880
|
<td class="pf-c-table__check" role="cell">
|
|
6810
|
-
<
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6881
|
+
<label>
|
|
6882
|
+
<input
|
|
6883
|
+
type="checkbox"
|
|
6884
|
+
name="table-expandable-hoverable-checkrow10"
|
|
6885
|
+
aria-labelledby="table-expandable-hoverable-node10"
|
|
6886
|
+
/>
|
|
6887
|
+
</label>
|
|
6815
6888
|
</td>
|
|
6816
6889
|
<th role="columnheader" data-label="Repository name">
|
|
6817
|
-
<div id="table-expandable-hoverable-
|
|
6890
|
+
<div id="table-expandable-hoverable-node10">
|
|
6818
6891
|
<b>Selected</b>
|
|
6819
6892
|
</div>
|
|
6820
6893
|
</th>
|
|
@@ -6865,14 +6938,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6865
6938
|
</tr>
|
|
6866
6939
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
6867
6940
|
<td class="pf-c-table__check" role="cell">
|
|
6868
|
-
<
|
|
6869
|
-
|
|
6870
|
-
|
|
6871
|
-
|
|
6872
|
-
|
|
6941
|
+
<label>
|
|
6942
|
+
<input
|
|
6943
|
+
type="checkbox"
|
|
6944
|
+
name="table-expandable-hoverable-checkrow11"
|
|
6945
|
+
aria-labelledby="table-expandable-hoverable-node11"
|
|
6946
|
+
/>
|
|
6947
|
+
</label>
|
|
6873
6948
|
</td>
|
|
6874
6949
|
<th role="columnheader" data-label="Repository name">
|
|
6875
|
-
<div id="table-expandable-hoverable-
|
|
6950
|
+
<div id="table-expandable-hoverable-node11">Hoverable</div>
|
|
6876
6951
|
</th>
|
|
6877
6952
|
<td class="pf-c-table__action" role="cell">
|
|
6878
6953
|
<div class="pf-c-dropdown">
|
|
@@ -6936,11 +7011,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6936
7011
|
<tr role="row">
|
|
6937
7012
|
<td></td>
|
|
6938
7013
|
<td class="pf-c-table__check" role="cell">
|
|
6939
|
-
<
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
7014
|
+
<label>
|
|
7015
|
+
<input
|
|
7016
|
+
type="checkbox"
|
|
7017
|
+
name="table-tbody-expandable-hoverable-checkrowthead"
|
|
7018
|
+
aria-label="Select all rows"
|
|
7019
|
+
/>
|
|
7020
|
+
</label>
|
|
6944
7021
|
</td>
|
|
6945
7022
|
<th
|
|
6946
7023
|
class="pf-m-width-30 pf-c-table__sort pf-m-selected"
|
|
@@ -6996,10 +7073,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6996
7073
|
<td class="pf-c-table__toggle" role="cell">
|
|
6997
7074
|
<button
|
|
6998
7075
|
class="pf-c-button pf-m-plain"
|
|
6999
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7000
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7076
|
+
aria-labelledby="table-tbody-expandable-hoverable-node1 table-tbody-expandable-hoverable-expandable-toggle1"
|
|
7077
|
+
id="table-tbody-expandable-hoverable-expandable-toggle1"
|
|
7001
7078
|
aria-label="Details"
|
|
7002
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7079
|
+
aria-controls="table-tbody-expandable-hoverable-content1"
|
|
7003
7080
|
>
|
|
7004
7081
|
<div class="pf-c-table__toggle-icon">
|
|
7005
7082
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7008,15 +7085,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7008
7085
|
</td>
|
|
7009
7086
|
|
|
7010
7087
|
<td class="pf-c-table__check" role="cell">
|
|
7011
|
-
<
|
|
7012
|
-
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7088
|
+
<label>
|
|
7089
|
+
<input
|
|
7090
|
+
type="checkbox"
|
|
7091
|
+
name="table-tbody-expandable-hoverable-checkrow1"
|
|
7092
|
+
aria-labelledby="table-tbody-expandable-hoverable-node1"
|
|
7093
|
+
/>
|
|
7094
|
+
</label>
|
|
7016
7095
|
</td>
|
|
7017
7096
|
<th role="columnheader" data-label="Repository name">
|
|
7018
7097
|
<div>
|
|
7019
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7098
|
+
<div id="table-tbody-expandable-hoverable-node1">Hoverable</div>
|
|
7020
7099
|
</div>
|
|
7021
7100
|
</th>
|
|
7022
7101
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -7077,7 +7156,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7077
7156
|
class
|
|
7078
7157
|
role="cell"
|
|
7079
7158
|
colspan="4"
|
|
7080
|
-
id="table-tbody-expandable-hoverable-
|
|
7159
|
+
id="table-tbody-expandable-hoverable-content1"
|
|
7081
7160
|
>
|
|
7082
7161
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7083
7162
|
</td>
|
|
@@ -7089,10 +7168,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7089
7168
|
<td class="pf-c-table__toggle" role="cell">
|
|
7090
7169
|
<button
|
|
7091
7170
|
class="pf-c-button pf-m-plain"
|
|
7092
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7093
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7171
|
+
aria-labelledby="table-tbody-expandable-hoverable-node2 table-tbody-expandable-hoverable-expandable-toggle2"
|
|
7172
|
+
id="table-tbody-expandable-hoverable-expandable-toggle2"
|
|
7094
7173
|
aria-label="Details"
|
|
7095
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7174
|
+
aria-controls="table-tbody-expandable-hoverable-content2"
|
|
7096
7175
|
>
|
|
7097
7176
|
<div class="pf-c-table__toggle-icon">
|
|
7098
7177
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7101,15 +7180,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7101
7180
|
</td>
|
|
7102
7181
|
|
|
7103
7182
|
<td class="pf-c-table__check" role="cell">
|
|
7104
|
-
<
|
|
7105
|
-
|
|
7106
|
-
|
|
7107
|
-
|
|
7108
|
-
|
|
7183
|
+
<label>
|
|
7184
|
+
<input
|
|
7185
|
+
type="checkbox"
|
|
7186
|
+
name="table-tbody-expandable-hoverable-checkrow2"
|
|
7187
|
+
aria-labelledby="table-tbody-expandable-hoverable-node2"
|
|
7188
|
+
/>
|
|
7189
|
+
</label>
|
|
7109
7190
|
</td>
|
|
7110
7191
|
<th role="columnheader" data-label="Repository name">
|
|
7111
7192
|
<div>
|
|
7112
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7193
|
+
<div id="table-tbody-expandable-hoverable-node2">
|
|
7113
7194
|
<i>Selected and not expanded</i>
|
|
7114
7195
|
</div>
|
|
7115
7196
|
</div>
|
|
@@ -7172,7 +7253,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7172
7253
|
class
|
|
7173
7254
|
role="cell"
|
|
7174
7255
|
colspan="4"
|
|
7175
|
-
id="table-tbody-expandable-hoverable-
|
|
7256
|
+
id="table-tbody-expandable-hoverable-content2"
|
|
7176
7257
|
>
|
|
7177
7258
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7178
7259
|
</td>
|
|
@@ -7184,10 +7265,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7184
7265
|
<td class="pf-c-table__toggle" role="cell">
|
|
7185
7266
|
<button
|
|
7186
7267
|
class="pf-c-button pf-m-plain"
|
|
7187
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7188
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7268
|
+
aria-labelledby="table-tbody-expandable-hoverable-node3 table-tbody-expandable-hoverable-expandable-toggle3"
|
|
7269
|
+
id="table-tbody-expandable-hoverable-expandable-toggle3"
|
|
7189
7270
|
aria-label="Details"
|
|
7190
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7271
|
+
aria-controls="table-tbody-expandable-hoverable-content3"
|
|
7191
7272
|
>
|
|
7192
7273
|
<div class="pf-c-table__toggle-icon">
|
|
7193
7274
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7196,15 +7277,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7196
7277
|
</td>
|
|
7197
7278
|
|
|
7198
7279
|
<td class="pf-c-table__check" role="cell">
|
|
7199
|
-
<
|
|
7200
|
-
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
|
|
7280
|
+
<label>
|
|
7281
|
+
<input
|
|
7282
|
+
type="checkbox"
|
|
7283
|
+
name="table-tbody-expandable-hoverable-checkrow3"
|
|
7284
|
+
aria-labelledby="table-tbody-expandable-hoverable-node3"
|
|
7285
|
+
/>
|
|
7286
|
+
</label>
|
|
7204
7287
|
</td>
|
|
7205
7288
|
<th role="columnheader" data-label="Repository name">
|
|
7206
7289
|
<div>
|
|
7207
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7290
|
+
<div id="table-tbody-expandable-hoverable-node3">Hoverable</div>
|
|
7208
7291
|
</div>
|
|
7209
7292
|
</th>
|
|
7210
7293
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -7265,7 +7348,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7265
7348
|
class
|
|
7266
7349
|
role="cell"
|
|
7267
7350
|
colspan="4"
|
|
7268
|
-
id="table-tbody-expandable-hoverable-
|
|
7351
|
+
id="table-tbody-expandable-hoverable-content3"
|
|
7269
7352
|
>
|
|
7270
7353
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7271
7354
|
</td>
|
|
@@ -7277,10 +7360,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7277
7360
|
<td class="pf-c-table__toggle" role="cell">
|
|
7278
7361
|
<button
|
|
7279
7362
|
class="pf-c-button pf-m-plain"
|
|
7280
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7281
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7363
|
+
aria-labelledby="table-tbody-expandable-hoverable-node4 table-tbody-expandable-hoverable-expandable-toggle4"
|
|
7364
|
+
id="table-tbody-expandable-hoverable-expandable-toggle4"
|
|
7282
7365
|
aria-label="Details"
|
|
7283
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7366
|
+
aria-controls="table-tbody-expandable-hoverable-content4"
|
|
7284
7367
|
>
|
|
7285
7368
|
<div class="pf-c-table__toggle-icon">
|
|
7286
7369
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7289,15 +7372,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7289
7372
|
</td>
|
|
7290
7373
|
|
|
7291
7374
|
<td class="pf-c-table__check" role="cell">
|
|
7292
|
-
<
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7375
|
+
<label>
|
|
7376
|
+
<input
|
|
7377
|
+
type="checkbox"
|
|
7378
|
+
name="table-tbody-expandable-hoverable-checkrow4"
|
|
7379
|
+
aria-labelledby="table-tbody-expandable-hoverable-node4"
|
|
7380
|
+
/>
|
|
7381
|
+
</label>
|
|
7297
7382
|
</td>
|
|
7298
7383
|
<th role="columnheader" data-label="Repository name">
|
|
7299
7384
|
<div>
|
|
7300
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7385
|
+
<div id="table-tbody-expandable-hoverable-node4">Hoverable</div>
|
|
7301
7386
|
</div>
|
|
7302
7387
|
</th>
|
|
7303
7388
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -7358,7 +7443,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7358
7443
|
class
|
|
7359
7444
|
role="cell"
|
|
7360
7445
|
colspan="4"
|
|
7361
|
-
id="table-tbody-expandable-hoverable-
|
|
7446
|
+
id="table-tbody-expandable-hoverable-content4"
|
|
7362
7447
|
>
|
|
7363
7448
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7364
7449
|
</td>
|
|
@@ -7370,10 +7455,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7370
7455
|
<td class="pf-c-table__toggle" role="cell">
|
|
7371
7456
|
<button
|
|
7372
7457
|
class="pf-c-button pf-m-plain"
|
|
7373
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7374
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7458
|
+
aria-labelledby="table-tbody-expandable-hoverable-node5 table-tbody-expandable-hoverable-expandable-toggle5"
|
|
7459
|
+
id="table-tbody-expandable-hoverable-expandable-toggle5"
|
|
7375
7460
|
aria-label="Details"
|
|
7376
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7461
|
+
aria-controls="table-tbody-expandable-hoverable-content5"
|
|
7377
7462
|
>
|
|
7378
7463
|
<div class="pf-c-table__toggle-icon">
|
|
7379
7464
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7382,15 +7467,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7382
7467
|
</td>
|
|
7383
7468
|
|
|
7384
7469
|
<td class="pf-c-table__check" role="cell">
|
|
7385
|
-
<
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7470
|
+
<label>
|
|
7471
|
+
<input
|
|
7472
|
+
type="checkbox"
|
|
7473
|
+
name="table-tbody-expandable-hoverable-checkrow5"
|
|
7474
|
+
aria-labelledby="table-tbody-expandable-hoverable-node5"
|
|
7475
|
+
/>
|
|
7476
|
+
</label>
|
|
7390
7477
|
</td>
|
|
7391
7478
|
<th role="columnheader" data-label="Repository name">
|
|
7392
7479
|
<div>
|
|
7393
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7480
|
+
<div id="table-tbody-expandable-hoverable-node5">
|
|
7394
7481
|
<i>Selected and not expanded</i>
|
|
7395
7482
|
</div>
|
|
7396
7483
|
</div>
|
|
@@ -7453,7 +7540,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7453
7540
|
class
|
|
7454
7541
|
role="cell"
|
|
7455
7542
|
colspan="4"
|
|
7456
|
-
id="table-tbody-expandable-hoverable-
|
|
7543
|
+
id="table-tbody-expandable-hoverable-content5"
|
|
7457
7544
|
>
|
|
7458
7545
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7459
7546
|
</td>
|
|
@@ -7465,10 +7552,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7465
7552
|
<td class="pf-c-table__toggle" role="cell">
|
|
7466
7553
|
<button
|
|
7467
7554
|
class="pf-c-button pf-m-plain"
|
|
7468
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7469
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7555
|
+
aria-labelledby="table-tbody-expandable-hoverable-node6 table-tbody-expandable-hoverable-expandable-toggle6"
|
|
7556
|
+
id="table-tbody-expandable-hoverable-expandable-toggle6"
|
|
7470
7557
|
aria-label="Details"
|
|
7471
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7558
|
+
aria-controls="table-tbody-expandable-hoverable-content6"
|
|
7472
7559
|
>
|
|
7473
7560
|
<div class="pf-c-table__toggle-icon">
|
|
7474
7561
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7477,15 +7564,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7477
7564
|
</td>
|
|
7478
7565
|
|
|
7479
7566
|
<td class="pf-c-table__check" role="cell">
|
|
7480
|
-
<
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7567
|
+
<label>
|
|
7568
|
+
<input
|
|
7569
|
+
type="checkbox"
|
|
7570
|
+
name="table-tbody-expandable-hoverable-checkrow6"
|
|
7571
|
+
aria-labelledby="table-tbody-expandable-hoverable-node6"
|
|
7572
|
+
/>
|
|
7573
|
+
</label>
|
|
7485
7574
|
</td>
|
|
7486
7575
|
<th role="columnheader" data-label="Repository name">
|
|
7487
7576
|
<div>
|
|
7488
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7577
|
+
<div id="table-tbody-expandable-hoverable-node6">
|
|
7489
7578
|
<i>Selected and not expanded</i>
|
|
7490
7579
|
</div>
|
|
7491
7580
|
</div>
|
|
@@ -7548,7 +7637,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7548
7637
|
class
|
|
7549
7638
|
role="cell"
|
|
7550
7639
|
colspan="4"
|
|
7551
|
-
id="table-tbody-expandable-hoverable-
|
|
7640
|
+
id="table-tbody-expandable-hoverable-content6"
|
|
7552
7641
|
>
|
|
7553
7642
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7554
7643
|
</td>
|
|
@@ -7560,10 +7649,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7560
7649
|
<td class="pf-c-table__toggle" role="cell">
|
|
7561
7650
|
<button
|
|
7562
7651
|
class="pf-c-button pf-m-plain"
|
|
7563
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7564
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7652
|
+
aria-labelledby="table-tbody-expandable-hoverable-node7 table-tbody-expandable-hoverable-expandable-toggle7"
|
|
7653
|
+
id="table-tbody-expandable-hoverable-expandable-toggle7"
|
|
7565
7654
|
aria-label="Details"
|
|
7566
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7655
|
+
aria-controls="table-tbody-expandable-hoverable-content7"
|
|
7567
7656
|
>
|
|
7568
7657
|
<div class="pf-c-table__toggle-icon">
|
|
7569
7658
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7572,15 +7661,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7572
7661
|
</td>
|
|
7573
7662
|
|
|
7574
7663
|
<td class="pf-c-table__check" role="cell">
|
|
7575
|
-
<
|
|
7576
|
-
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
7664
|
+
<label>
|
|
7665
|
+
<input
|
|
7666
|
+
type="checkbox"
|
|
7667
|
+
name="table-tbody-expandable-hoverable-checkrow7"
|
|
7668
|
+
aria-labelledby="table-tbody-expandable-hoverable-node7"
|
|
7669
|
+
/>
|
|
7670
|
+
</label>
|
|
7580
7671
|
</td>
|
|
7581
7672
|
<th role="columnheader" data-label="Repository name">
|
|
7582
7673
|
<div>
|
|
7583
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7674
|
+
<div id="table-tbody-expandable-hoverable-node7">
|
|
7584
7675
|
<i>Selected and not expanded</i>
|
|
7585
7676
|
</div>
|
|
7586
7677
|
</div>
|
|
@@ -7643,7 +7734,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7643
7734
|
class
|
|
7644
7735
|
role="cell"
|
|
7645
7736
|
colspan="4"
|
|
7646
|
-
id="table-tbody-expandable-hoverable-
|
|
7737
|
+
id="table-tbody-expandable-hoverable-content7"
|
|
7647
7738
|
>
|
|
7648
7739
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7649
7740
|
</td>
|
|
@@ -7655,10 +7746,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7655
7746
|
<td class="pf-c-table__toggle" role="cell">
|
|
7656
7747
|
<button
|
|
7657
7748
|
class="pf-c-button pf-m-plain"
|
|
7658
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7659
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7749
|
+
aria-labelledby="table-tbody-expandable-hoverable-node8 table-tbody-expandable-hoverable-expandable-toggle8"
|
|
7750
|
+
id="table-tbody-expandable-hoverable-expandable-toggle8"
|
|
7660
7751
|
aria-label="Details"
|
|
7661
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7752
|
+
aria-controls="table-tbody-expandable-hoverable-content8"
|
|
7662
7753
|
>
|
|
7663
7754
|
<div class="pf-c-table__toggle-icon">
|
|
7664
7755
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7667,15 +7758,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7667
7758
|
</td>
|
|
7668
7759
|
|
|
7669
7760
|
<td class="pf-c-table__check" role="cell">
|
|
7670
|
-
<
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7761
|
+
<label>
|
|
7762
|
+
<input
|
|
7763
|
+
type="checkbox"
|
|
7764
|
+
name="table-tbody-expandable-hoverable-checkrow8"
|
|
7765
|
+
aria-labelledby="table-tbody-expandable-hoverable-node8"
|
|
7766
|
+
/>
|
|
7767
|
+
</label>
|
|
7675
7768
|
</td>
|
|
7676
7769
|
<th role="columnheader" data-label="Repository name">
|
|
7677
7770
|
<div>
|
|
7678
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7771
|
+
<div id="table-tbody-expandable-hoverable-node8">Hoverable</div>
|
|
7679
7772
|
</div>
|
|
7680
7773
|
</th>
|
|
7681
7774
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -7736,7 +7829,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7736
7829
|
class
|
|
7737
7830
|
role="cell"
|
|
7738
7831
|
colspan="4"
|
|
7739
|
-
id="table-tbody-expandable-hoverable-
|
|
7832
|
+
id="table-tbody-expandable-hoverable-content8"
|
|
7740
7833
|
>
|
|
7741
7834
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7742
7835
|
</td>
|
|
@@ -7748,10 +7841,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7748
7841
|
<td class="pf-c-table__toggle" role="cell">
|
|
7749
7842
|
<button
|
|
7750
7843
|
class="pf-c-button pf-m-plain"
|
|
7751
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7752
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7844
|
+
aria-labelledby="table-tbody-expandable-hoverable-node9 table-tbody-expandable-hoverable-expandable-toggle9"
|
|
7845
|
+
id="table-tbody-expandable-hoverable-expandable-toggle9"
|
|
7753
7846
|
aria-label="Details"
|
|
7754
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7847
|
+
aria-controls="table-tbody-expandable-hoverable-content9"
|
|
7755
7848
|
>
|
|
7756
7849
|
<div class="pf-c-table__toggle-icon">
|
|
7757
7850
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7760,15 +7853,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7760
7853
|
</td>
|
|
7761
7854
|
|
|
7762
7855
|
<td class="pf-c-table__check" role="cell">
|
|
7763
|
-
<
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
-
|
|
7856
|
+
<label>
|
|
7857
|
+
<input
|
|
7858
|
+
type="checkbox"
|
|
7859
|
+
name="table-tbody-expandable-hoverable-checkrow9"
|
|
7860
|
+
aria-labelledby="table-tbody-expandable-hoverable-node9"
|
|
7861
|
+
/>
|
|
7862
|
+
</label>
|
|
7768
7863
|
</td>
|
|
7769
7864
|
<th role="columnheader" data-label="Repository name">
|
|
7770
7865
|
<div>
|
|
7771
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7866
|
+
<div id="table-tbody-expandable-hoverable-node9">Hoverable</div>
|
|
7772
7867
|
</div>
|
|
7773
7868
|
</th>
|
|
7774
7869
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -7829,7 +7924,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7829
7924
|
class
|
|
7830
7925
|
role="cell"
|
|
7831
7926
|
colspan="4"
|
|
7832
|
-
id="table-tbody-expandable-hoverable-
|
|
7927
|
+
id="table-tbody-expandable-hoverable-content9"
|
|
7833
7928
|
>
|
|
7834
7929
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7835
7930
|
</td>
|
|
@@ -7841,10 +7936,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7841
7936
|
<td class="pf-c-table__toggle" role="cell">
|
|
7842
7937
|
<button
|
|
7843
7938
|
class="pf-c-button pf-m-plain"
|
|
7844
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7845
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
7939
|
+
aria-labelledby="table-tbody-expandable-hoverable-node10 table-tbody-expandable-hoverable-expandable-toggle10"
|
|
7940
|
+
id="table-tbody-expandable-hoverable-expandable-toggle10"
|
|
7846
7941
|
aria-label="Details"
|
|
7847
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
7942
|
+
aria-controls="table-tbody-expandable-hoverable-content10"
|
|
7848
7943
|
>
|
|
7849
7944
|
<div class="pf-c-table__toggle-icon">
|
|
7850
7945
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -7853,15 +7948,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7853
7948
|
</td>
|
|
7854
7949
|
|
|
7855
7950
|
<td class="pf-c-table__check" role="cell">
|
|
7856
|
-
<
|
|
7857
|
-
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
|
|
7951
|
+
<label>
|
|
7952
|
+
<input
|
|
7953
|
+
type="checkbox"
|
|
7954
|
+
name="table-tbody-expandable-hoverable-checkrow10"
|
|
7955
|
+
aria-labelledby="table-tbody-expandable-hoverable-node10"
|
|
7956
|
+
/>
|
|
7957
|
+
</label>
|
|
7861
7958
|
</td>
|
|
7862
7959
|
<th role="columnheader" data-label="Repository name">
|
|
7863
7960
|
<div>
|
|
7864
|
-
<div id="table-tbody-expandable-hoverable-
|
|
7961
|
+
<div id="table-tbody-expandable-hoverable-node10">Hoverable</div>
|
|
7865
7962
|
</div>
|
|
7866
7963
|
</th>
|
|
7867
7964
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -7922,7 +8019,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7922
8019
|
class
|
|
7923
8020
|
role="cell"
|
|
7924
8021
|
colspan="4"
|
|
7925
|
-
id="table-tbody-expandable-hoverable-
|
|
8022
|
+
id="table-tbody-expandable-hoverable-content10"
|
|
7926
8023
|
>
|
|
7927
8024
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
7928
8025
|
</td>
|
|
@@ -7938,10 +8035,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7938
8035
|
<td class="pf-c-table__toggle" role="cell">
|
|
7939
8036
|
<button
|
|
7940
8037
|
class="pf-c-button pf-m-plain pf-m-expanded"
|
|
7941
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
7942
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8038
|
+
aria-labelledby="table-tbody-expandable-hoverable-node11 table-tbody-expandable-hoverable-expandable-toggle11"
|
|
8039
|
+
id="table-tbody-expandable-hoverable-expandable-toggle11"
|
|
7943
8040
|
aria-label="Details"
|
|
7944
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8041
|
+
aria-controls="table-tbody-expandable-hoverable-content11"
|
|
7945
8042
|
aria-expanded="true"
|
|
7946
8043
|
>
|
|
7947
8044
|
<div class="pf-c-table__toggle-icon">
|
|
@@ -7951,15 +8048,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7951
8048
|
</td>
|
|
7952
8049
|
|
|
7953
8050
|
<td class="pf-c-table__check" role="cell">
|
|
7954
|
-
<
|
|
7955
|
-
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
8051
|
+
<label>
|
|
8052
|
+
<input
|
|
8053
|
+
type="checkbox"
|
|
8054
|
+
name="table-tbody-expandable-hoverable-checkrow11"
|
|
8055
|
+
aria-labelledby="table-tbody-expandable-hoverable-node11"
|
|
8056
|
+
/>
|
|
8057
|
+
</label>
|
|
7959
8058
|
</td>
|
|
7960
8059
|
<th role="columnheader" data-label="Repository name">
|
|
7961
8060
|
<div>
|
|
7962
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8061
|
+
<div id="table-tbody-expandable-hoverable-node11">
|
|
7963
8062
|
<b>Expanded and selected</b>
|
|
7964
8063
|
</div>
|
|
7965
8064
|
</div>
|
|
@@ -8022,7 +8121,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8022
8121
|
class
|
|
8023
8122
|
role="cell"
|
|
8024
8123
|
colspan="4"
|
|
8025
|
-
id="table-tbody-expandable-hoverable-
|
|
8124
|
+
id="table-tbody-expandable-hoverable-content11"
|
|
8026
8125
|
>
|
|
8027
8126
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8028
8127
|
</td>
|
|
@@ -8034,10 +8133,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8034
8133
|
<td class="pf-c-table__toggle" role="cell">
|
|
8035
8134
|
<button
|
|
8036
8135
|
class="pf-c-button pf-m-plain"
|
|
8037
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8038
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8136
|
+
aria-labelledby="table-tbody-expandable-hoverable-node12 table-tbody-expandable-hoverable-expandable-toggle12"
|
|
8137
|
+
id="table-tbody-expandable-hoverable-expandable-toggle12"
|
|
8039
8138
|
aria-label="Details"
|
|
8040
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8139
|
+
aria-controls="table-tbody-expandable-hoverable-content12"
|
|
8041
8140
|
>
|
|
8042
8141
|
<div class="pf-c-table__toggle-icon">
|
|
8043
8142
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -8046,15 +8145,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8046
8145
|
</td>
|
|
8047
8146
|
|
|
8048
8147
|
<td class="pf-c-table__check" role="cell">
|
|
8049
|
-
<
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
|
|
8148
|
+
<label>
|
|
8149
|
+
<input
|
|
8150
|
+
type="checkbox"
|
|
8151
|
+
name="table-tbody-expandable-hoverable-checkrow12"
|
|
8152
|
+
aria-labelledby="table-tbody-expandable-hoverable-node12"
|
|
8153
|
+
/>
|
|
8154
|
+
</label>
|
|
8054
8155
|
</td>
|
|
8055
8156
|
<th role="columnheader" data-label="Repository name">
|
|
8056
8157
|
<div>
|
|
8057
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8158
|
+
<div id="table-tbody-expandable-hoverable-node12">Hoverable</div>
|
|
8058
8159
|
</div>
|
|
8059
8160
|
</th>
|
|
8060
8161
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -8115,7 +8216,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8115
8216
|
class
|
|
8116
8217
|
role="cell"
|
|
8117
8218
|
colspan="4"
|
|
8118
|
-
id="table-tbody-expandable-hoverable-
|
|
8219
|
+
id="table-tbody-expandable-hoverable-content12"
|
|
8119
8220
|
>
|
|
8120
8221
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8121
8222
|
</td>
|
|
@@ -8131,10 +8232,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8131
8232
|
<td class="pf-c-table__toggle" role="cell">
|
|
8132
8233
|
<button
|
|
8133
8234
|
class="pf-c-button pf-m-plain pf-m-expanded"
|
|
8134
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8135
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8235
|
+
aria-labelledby="table-tbody-expandable-hoverable-node13 table-tbody-expandable-hoverable-expandable-toggle13"
|
|
8236
|
+
id="table-tbody-expandable-hoverable-expandable-toggle13"
|
|
8136
8237
|
aria-label="Details"
|
|
8137
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8238
|
+
aria-controls="table-tbody-expandable-hoverable-content13"
|
|
8138
8239
|
aria-expanded="true"
|
|
8139
8240
|
>
|
|
8140
8241
|
<div class="pf-c-table__toggle-icon">
|
|
@@ -8144,15 +8245,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8144
8245
|
</td>
|
|
8145
8246
|
|
|
8146
8247
|
<td class="pf-c-table__check" role="cell">
|
|
8147
|
-
<
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8248
|
+
<label>
|
|
8249
|
+
<input
|
|
8250
|
+
type="checkbox"
|
|
8251
|
+
name="table-tbody-expandable-hoverable-checkrow13"
|
|
8252
|
+
aria-labelledby="table-tbody-expandable-hoverable-node13"
|
|
8253
|
+
/>
|
|
8254
|
+
</label>
|
|
8152
8255
|
</td>
|
|
8153
8256
|
<th role="columnheader" data-label="Repository name">
|
|
8154
8257
|
<div>
|
|
8155
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8258
|
+
<div id="table-tbody-expandable-hoverable-node13">
|
|
8156
8259
|
<b>Expanded and selected</b>
|
|
8157
8260
|
</div>
|
|
8158
8261
|
</div>
|
|
@@ -8215,7 +8318,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8215
8318
|
class
|
|
8216
8319
|
role="cell"
|
|
8217
8320
|
colspan="4"
|
|
8218
|
-
id="table-tbody-expandable-hoverable-
|
|
8321
|
+
id="table-tbody-expandable-hoverable-content13"
|
|
8219
8322
|
>
|
|
8220
8323
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8221
8324
|
</td>
|
|
@@ -8231,10 +8334,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8231
8334
|
<td class="pf-c-table__toggle" role="cell">
|
|
8232
8335
|
<button
|
|
8233
8336
|
class="pf-c-button pf-m-plain pf-m-expanded"
|
|
8234
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8235
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8337
|
+
aria-labelledby="table-tbody-expandable-hoverable-node15 table-tbody-expandable-hoverable-expandable-toggle15"
|
|
8338
|
+
id="table-tbody-expandable-hoverable-expandable-toggle15"
|
|
8236
8339
|
aria-label="Details"
|
|
8237
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8340
|
+
aria-controls="table-tbody-expandable-hoverable-content15"
|
|
8238
8341
|
aria-expanded="true"
|
|
8239
8342
|
>
|
|
8240
8343
|
<div class="pf-c-table__toggle-icon">
|
|
@@ -8244,15 +8347,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8244
8347
|
</td>
|
|
8245
8348
|
|
|
8246
8349
|
<td class="pf-c-table__check" role="cell">
|
|
8247
|
-
<
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8251
|
-
|
|
8350
|
+
<label>
|
|
8351
|
+
<input
|
|
8352
|
+
type="checkbox"
|
|
8353
|
+
name="table-tbody-expandable-hoverable-checkrow15"
|
|
8354
|
+
aria-labelledby="table-tbody-expandable-hoverable-node15"
|
|
8355
|
+
/>
|
|
8356
|
+
</label>
|
|
8252
8357
|
</td>
|
|
8253
8358
|
<th role="columnheader" data-label="Repository name">
|
|
8254
8359
|
<div>
|
|
8255
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8360
|
+
<div id="table-tbody-expandable-hoverable-node15">
|
|
8256
8361
|
<b>Expanded and selected</b>
|
|
8257
8362
|
</div>
|
|
8258
8363
|
</div>
|
|
@@ -8315,7 +8420,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8315
8420
|
class
|
|
8316
8421
|
role="cell"
|
|
8317
8422
|
colspan="4"
|
|
8318
|
-
id="table-tbody-expandable-hoverable-
|
|
8423
|
+
id="table-tbody-expandable-hoverable-content15"
|
|
8319
8424
|
>
|
|
8320
8425
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8321
8426
|
</td>
|
|
@@ -8327,10 +8432,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8327
8432
|
<td class="pf-c-table__toggle" role="cell">
|
|
8328
8433
|
<button
|
|
8329
8434
|
class="pf-c-button pf-m-plain pf-m-expanded"
|
|
8330
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8331
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8435
|
+
aria-labelledby="table-tbody-expandable-hoverable-node14 table-tbody-expandable-hoverable-expandable-toggle14"
|
|
8436
|
+
id="table-tbody-expandable-hoverable-expandable-toggle14"
|
|
8332
8437
|
aria-label="Details"
|
|
8333
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8438
|
+
aria-controls="table-tbody-expandable-hoverable-content14"
|
|
8334
8439
|
aria-expanded="true"
|
|
8335
8440
|
>
|
|
8336
8441
|
<div class="pf-c-table__toggle-icon">
|
|
@@ -8340,16 +8445,18 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8340
8445
|
</td>
|
|
8341
8446
|
|
|
8342
8447
|
<td class="pf-c-table__check" role="cell">
|
|
8343
|
-
<
|
|
8344
|
-
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8448
|
+
<label>
|
|
8449
|
+
<input
|
|
8450
|
+
type="checkbox"
|
|
8451
|
+
name="table-tbody-expandable-hoverable-checkrow14"
|
|
8452
|
+
aria-labelledby="table-tbody-expandable-hoverable-node14"
|
|
8453
|
+
/>
|
|
8454
|
+
</label>
|
|
8348
8455
|
</td>
|
|
8349
8456
|
<th role="columnheader" data-label="Repository name">
|
|
8350
8457
|
<div>
|
|
8351
8458
|
<div
|
|
8352
|
-
id="table-tbody-expandable-hoverable-
|
|
8459
|
+
id="table-tbody-expandable-hoverable-node14"
|
|
8353
8460
|
>Expanded and not selected</div>
|
|
8354
8461
|
</div>
|
|
8355
8462
|
</th>
|
|
@@ -8411,7 +8518,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8411
8518
|
class
|
|
8412
8519
|
role="cell"
|
|
8413
8520
|
colspan="4"
|
|
8414
|
-
id="table-tbody-expandable-hoverable-
|
|
8521
|
+
id="table-tbody-expandable-hoverable-content14"
|
|
8415
8522
|
>
|
|
8416
8523
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8417
8524
|
</td>
|
|
@@ -8423,10 +8530,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8423
8530
|
<td class="pf-c-table__toggle" role="cell">
|
|
8424
8531
|
<button
|
|
8425
8532
|
class="pf-c-button pf-m-plain"
|
|
8426
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8427
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8533
|
+
aria-labelledby="table-tbody-expandable-hoverable-node16 table-tbody-expandable-hoverable-expandable-toggle16"
|
|
8534
|
+
id="table-tbody-expandable-hoverable-expandable-toggle16"
|
|
8428
8535
|
aria-label="Details"
|
|
8429
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8536
|
+
aria-controls="table-tbody-expandable-hoverable-content16"
|
|
8430
8537
|
>
|
|
8431
8538
|
<div class="pf-c-table__toggle-icon">
|
|
8432
8539
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -8435,15 +8542,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8435
8542
|
</td>
|
|
8436
8543
|
|
|
8437
8544
|
<td class="pf-c-table__check" role="cell">
|
|
8438
|
-
<
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
|
|
8545
|
+
<label>
|
|
8546
|
+
<input
|
|
8547
|
+
type="checkbox"
|
|
8548
|
+
name="table-tbody-expandable-hoverable-checkrow16"
|
|
8549
|
+
aria-labelledby="table-tbody-expandable-hoverable-node16"
|
|
8550
|
+
/>
|
|
8551
|
+
</label>
|
|
8443
8552
|
</td>
|
|
8444
8553
|
<th role="columnheader" data-label="Repository name">
|
|
8445
8554
|
<div>
|
|
8446
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8555
|
+
<div id="table-tbody-expandable-hoverable-node16">Hoverable</div>
|
|
8447
8556
|
</div>
|
|
8448
8557
|
</th>
|
|
8449
8558
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -8504,7 +8613,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8504
8613
|
class
|
|
8505
8614
|
role="cell"
|
|
8506
8615
|
colspan="4"
|
|
8507
|
-
id="table-tbody-expandable-hoverable-
|
|
8616
|
+
id="table-tbody-expandable-hoverable-content16"
|
|
8508
8617
|
>
|
|
8509
8618
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8510
8619
|
</td>
|
|
@@ -8516,10 +8625,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8516
8625
|
<td class="pf-c-table__toggle" role="cell">
|
|
8517
8626
|
<button
|
|
8518
8627
|
class="pf-c-button pf-m-plain pf-m-expanded"
|
|
8519
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8520
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8628
|
+
aria-labelledby="table-tbody-expandable-hoverable-node17 table-tbody-expandable-hoverable-expandable-toggle17"
|
|
8629
|
+
id="table-tbody-expandable-hoverable-expandable-toggle17"
|
|
8521
8630
|
aria-label="Details"
|
|
8522
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8631
|
+
aria-controls="table-tbody-expandable-hoverable-content17"
|
|
8523
8632
|
aria-expanded="true"
|
|
8524
8633
|
>
|
|
8525
8634
|
<div class="pf-c-table__toggle-icon">
|
|
@@ -8528,17 +8637,19 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8528
8637
|
</button>
|
|
8529
8638
|
</td>
|
|
8530
8639
|
|
|
8531
|
-
<td class="pf-c-table__check" role="cell">
|
|
8532
|
-
<
|
|
8533
|
-
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8640
|
+
<td class="pf-c-table__check" role="cell">
|
|
8641
|
+
<label>
|
|
8642
|
+
<input
|
|
8643
|
+
type="checkbox"
|
|
8644
|
+
name="table-tbody-expandable-hoverable-checkrow17"
|
|
8645
|
+
aria-labelledby="table-tbody-expandable-hoverable-node17"
|
|
8646
|
+
/>
|
|
8647
|
+
</label>
|
|
8537
8648
|
</td>
|
|
8538
8649
|
<th role="columnheader" data-label="Repository name">
|
|
8539
8650
|
<div>
|
|
8540
8651
|
<div
|
|
8541
|
-
id="table-tbody-expandable-hoverable-
|
|
8652
|
+
id="table-tbody-expandable-hoverable-node17"
|
|
8542
8653
|
>Expanded and not selected</div>
|
|
8543
8654
|
</div>
|
|
8544
8655
|
</th>
|
|
@@ -8600,7 +8711,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8600
8711
|
class
|
|
8601
8712
|
role="cell"
|
|
8602
8713
|
colspan="4"
|
|
8603
|
-
id="table-tbody-expandable-hoverable-
|
|
8714
|
+
id="table-tbody-expandable-hoverable-content17"
|
|
8604
8715
|
>
|
|
8605
8716
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8606
8717
|
</td>
|
|
@@ -8612,10 +8723,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8612
8723
|
<td class="pf-c-table__toggle" role="cell">
|
|
8613
8724
|
<button
|
|
8614
8725
|
class="pf-c-button pf-m-plain"
|
|
8615
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8616
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8726
|
+
aria-labelledby="table-tbody-expandable-hoverable-node18 table-tbody-expandable-hoverable-expandable-toggle18"
|
|
8727
|
+
id="table-tbody-expandable-hoverable-expandable-toggle18"
|
|
8617
8728
|
aria-label="Details"
|
|
8618
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8729
|
+
aria-controls="table-tbody-expandable-hoverable-content18"
|
|
8619
8730
|
>
|
|
8620
8731
|
<div class="pf-c-table__toggle-icon">
|
|
8621
8732
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -8624,15 +8735,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8624
8735
|
</td>
|
|
8625
8736
|
|
|
8626
8737
|
<td class="pf-c-table__check" role="cell">
|
|
8627
|
-
<
|
|
8628
|
-
|
|
8629
|
-
|
|
8630
|
-
|
|
8631
|
-
|
|
8738
|
+
<label>
|
|
8739
|
+
<input
|
|
8740
|
+
type="checkbox"
|
|
8741
|
+
name="table-tbody-expandable-hoverable-checkrow18"
|
|
8742
|
+
aria-labelledby="table-tbody-expandable-hoverable-node18"
|
|
8743
|
+
/>
|
|
8744
|
+
</label>
|
|
8632
8745
|
</td>
|
|
8633
8746
|
<th role="columnheader" data-label="Repository name">
|
|
8634
8747
|
<div>
|
|
8635
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8748
|
+
<div id="table-tbody-expandable-hoverable-node18">Hoverable</div>
|
|
8636
8749
|
</div>
|
|
8637
8750
|
</th>
|
|
8638
8751
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -8693,7 +8806,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8693
8806
|
class
|
|
8694
8807
|
role="cell"
|
|
8695
8808
|
colspan="4"
|
|
8696
|
-
id="table-tbody-expandable-hoverable-
|
|
8809
|
+
id="table-tbody-expandable-hoverable-content18"
|
|
8697
8810
|
>
|
|
8698
8811
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8699
8812
|
</td>
|
|
@@ -8705,10 +8818,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8705
8818
|
<td class="pf-c-table__toggle" role="cell">
|
|
8706
8819
|
<button
|
|
8707
8820
|
class="pf-c-button pf-m-plain"
|
|
8708
|
-
aria-labelledby="table-tbody-expandable-hoverable-
|
|
8709
|
-
id="table-tbody-expandable-hoverable-expandable-
|
|
8821
|
+
aria-labelledby="table-tbody-expandable-hoverable-node19 table-tbody-expandable-hoverable-expandable-toggle19"
|
|
8822
|
+
id="table-tbody-expandable-hoverable-expandable-toggle19"
|
|
8710
8823
|
aria-label="Details"
|
|
8711
|
-
aria-controls="table-tbody-expandable-hoverable-
|
|
8824
|
+
aria-controls="table-tbody-expandable-hoverable-content19"
|
|
8712
8825
|
>
|
|
8713
8826
|
<div class="pf-c-table__toggle-icon">
|
|
8714
8827
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -8717,15 +8830,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8717
8830
|
</td>
|
|
8718
8831
|
|
|
8719
8832
|
<td class="pf-c-table__check" role="cell">
|
|
8720
|
-
<
|
|
8721
|
-
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
8833
|
+
<label>
|
|
8834
|
+
<input
|
|
8835
|
+
type="checkbox"
|
|
8836
|
+
name="table-tbody-expandable-hoverable-checkrow19"
|
|
8837
|
+
aria-labelledby="table-tbody-expandable-hoverable-node19"
|
|
8838
|
+
/>
|
|
8839
|
+
</label>
|
|
8725
8840
|
</td>
|
|
8726
8841
|
<th role="columnheader" data-label="Repository name">
|
|
8727
8842
|
<div>
|
|
8728
|
-
<div id="table-tbody-expandable-hoverable-
|
|
8843
|
+
<div id="table-tbody-expandable-hoverable-node19">Hoverable</div>
|
|
8729
8844
|
</div>
|
|
8730
8845
|
</th>
|
|
8731
8846
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -8786,7 +8901,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8786
8901
|
class
|
|
8787
8902
|
role="cell"
|
|
8788
8903
|
colspan="4"
|
|
8789
|
-
id="table-tbody-expandable-hoverable-
|
|
8904
|
+
id="table-tbody-expandable-hoverable-content19"
|
|
8790
8905
|
>
|
|
8791
8906
|
<div class="pf-c-table__expandable-row-content">Expandable content</div>
|
|
8792
8907
|
</td>
|
|
@@ -8810,9 +8925,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8810
8925
|
| `.pf-m-hoverable` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a tbody or tr table element to be hoverable. |
|
|
8811
8926
|
| `.pf-m-selected` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a selectable tbody or tr table element to be selected. |
|
|
8812
8927
|
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
### Tree table example
|
|
8928
|
+
### Tree table
|
|
8816
8929
|
|
|
8817
8930
|
```html
|
|
8818
8931
|
<table
|
|
@@ -10239,7 +10352,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
10239
10352
|
|
|
10240
10353
|
```
|
|
10241
10354
|
|
|
10242
|
-
### Tree table with checkboxes
|
|
10355
|
+
### Tree table with checkboxes
|
|
10243
10356
|
|
|
10244
10357
|
```html
|
|
10245
10358
|
<table
|
|
@@ -11784,7 +11897,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11784
11897
|
|
|
11785
11898
|
```
|
|
11786
11899
|
|
|
11787
|
-
### Tree table with checkboxes and icons
|
|
11900
|
+
### Tree table with checkboxes and icons
|
|
11788
11901
|
|
|
11789
11902
|
```html
|
|
11790
11903
|
<table
|
|
@@ -13421,11 +13534,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13421
13534
|
<thead>
|
|
13422
13535
|
<tr role="row">
|
|
13423
13536
|
<td class="pf-c-table__check" role="cell">
|
|
13424
|
-
<
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13537
|
+
<label>
|
|
13538
|
+
<input
|
|
13539
|
+
type="checkbox"
|
|
13540
|
+
name="borderless-table-checkrowthead"
|
|
13541
|
+
aria-label="Select all rows"
|
|
13542
|
+
/>
|
|
13543
|
+
</label>
|
|
13429
13544
|
</td>
|
|
13430
13545
|
<th role="columnheader" scope="col">Contributor</th>
|
|
13431
13546
|
<th role="columnheader" scope="col">Position</th>
|
|
@@ -13441,14 +13556,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13441
13556
|
<tbody role="rowgroup">
|
|
13442
13557
|
<tr role="row">
|
|
13443
13558
|
<td class="pf-c-table__check" role="cell">
|
|
13444
|
-
<
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13559
|
+
<label>
|
|
13560
|
+
<input
|
|
13561
|
+
type="checkbox"
|
|
13562
|
+
name="borderless-table-checkrow1"
|
|
13563
|
+
aria-labelledby="borderless-table-node1"
|
|
13564
|
+
/>
|
|
13565
|
+
</label>
|
|
13449
13566
|
</td>
|
|
13450
|
-
<th role="columnheader" data-label="
|
|
13451
|
-
<
|
|
13567
|
+
<th role="columnheader" data-label="Data label name">
|
|
13568
|
+
<div id="borderless-table-node1">Sam Jones</div>
|
|
13452
13569
|
</th>
|
|
13453
13570
|
<td role="cell" data-label="Position">CSS guru</td>
|
|
13454
13571
|
<td role="cell" data-label="Location">Not too sure</td>
|
|
@@ -13508,14 +13625,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13508
13625
|
|
|
13509
13626
|
<tr role="row">
|
|
13510
13627
|
<td class="pf-c-table__check" role="cell">
|
|
13511
|
-
<
|
|
13512
|
-
|
|
13513
|
-
|
|
13514
|
-
|
|
13515
|
-
|
|
13628
|
+
<label>
|
|
13629
|
+
<input
|
|
13630
|
+
type="checkbox"
|
|
13631
|
+
name="borderless-table-checkrow2"
|
|
13632
|
+
aria-labelledby="borderless-table-node2"
|
|
13633
|
+
/>
|
|
13634
|
+
</label>
|
|
13516
13635
|
</td>
|
|
13517
|
-
<th role="columnheader" data-label="
|
|
13518
|
-
<
|
|
13636
|
+
<th role="columnheader" data-label="Data label name">
|
|
13637
|
+
<div id="borderless-table-node2">Amy Wilson</div>
|
|
13519
13638
|
</th>
|
|
13520
13639
|
<td role="cell" data-label="Position">Visual design</td>
|
|
13521
13640
|
<td role="cell" data-label="Location">Raleigh</td>
|
|
@@ -13575,14 +13694,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13575
13694
|
|
|
13576
13695
|
<tr role="row">
|
|
13577
13696
|
<td class="pf-c-table__check" role="cell">
|
|
13578
|
-
<
|
|
13579
|
-
|
|
13580
|
-
|
|
13581
|
-
|
|
13582
|
-
|
|
13697
|
+
<label>
|
|
13698
|
+
<input
|
|
13699
|
+
type="checkbox"
|
|
13700
|
+
name="borderless-table-checkrow3"
|
|
13701
|
+
aria-labelledby="borderless-table-node3"
|
|
13702
|
+
/>
|
|
13703
|
+
</label>
|
|
13583
13704
|
</td>
|
|
13584
|
-
<th role="columnheader" data-label="
|
|
13585
|
-
<
|
|
13705
|
+
<th role="columnheader" data-label="Data label name">
|
|
13706
|
+
<div id="borderless-table-node3">Steve Wilson</div>
|
|
13586
13707
|
</th>
|
|
13587
13708
|
<td role="cell" data-label="Position">Visual design lead</td>
|
|
13588
13709
|
<td role="cell" data-label="Location">Westford</td>
|
|
@@ -13642,14 +13763,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13642
13763
|
|
|
13643
13764
|
<tr role="row">
|
|
13644
13765
|
<td class="pf-c-table__check" role="cell">
|
|
13645
|
-
<
|
|
13646
|
-
|
|
13647
|
-
|
|
13648
|
-
|
|
13649
|
-
|
|
13766
|
+
<label>
|
|
13767
|
+
<input
|
|
13768
|
+
type="checkbox"
|
|
13769
|
+
name="borderless-table-checkrow4"
|
|
13770
|
+
aria-labelledby="borderless-table-node4"
|
|
13771
|
+
/>
|
|
13772
|
+
</label>
|
|
13650
13773
|
</td>
|
|
13651
|
-
<th role="columnheader" data-label="
|
|
13652
|
-
<
|
|
13774
|
+
<th role="columnheader" data-label="Data label name">
|
|
13775
|
+
<div id="borderless-table-node4">Emma Jackson</div>
|
|
13653
13776
|
</th>
|
|
13654
13777
|
<td role="cell" data-label="Position">Interaction design</td>
|
|
13655
13778
|
<td role="cell" data-label="Location">Westford</td>
|
|
@@ -13723,11 +13846,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13723
13846
|
<thead>
|
|
13724
13847
|
<tr role="row">
|
|
13725
13848
|
<td class="pf-c-table__check" role="cell">
|
|
13726
|
-
<
|
|
13727
|
-
|
|
13728
|
-
|
|
13729
|
-
|
|
13730
|
-
|
|
13849
|
+
<label>
|
|
13850
|
+
<input
|
|
13851
|
+
type="checkbox"
|
|
13852
|
+
name="borderless-compact-table-checkrowthead"
|
|
13853
|
+
aria-label="Select all rows"
|
|
13854
|
+
/>
|
|
13855
|
+
</label>
|
|
13731
13856
|
</td>
|
|
13732
13857
|
<th role="columnheader" scope="col">Contributor</th>
|
|
13733
13858
|
<th role="columnheader" scope="col">Position</th>
|
|
@@ -13743,14 +13868,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13743
13868
|
<tbody role="rowgroup">
|
|
13744
13869
|
<tr role="row">
|
|
13745
13870
|
<td class="pf-c-table__check" role="cell">
|
|
13746
|
-
<
|
|
13747
|
-
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
|
|
13871
|
+
<label>
|
|
13872
|
+
<input
|
|
13873
|
+
type="checkbox"
|
|
13874
|
+
name="borderless-compact-table-checkrow1"
|
|
13875
|
+
aria-labelledby="borderless-compact-table-node1"
|
|
13876
|
+
/>
|
|
13877
|
+
</label>
|
|
13751
13878
|
</td>
|
|
13752
|
-
<th role="columnheader" data-label="
|
|
13753
|
-
<
|
|
13879
|
+
<th role="columnheader" data-label="Data label name">
|
|
13880
|
+
<div id="borderless-compact-table-node1">Sam Jones</div>
|
|
13754
13881
|
</th>
|
|
13755
13882
|
<td role="cell" data-label="Position">CSS guru</td>
|
|
13756
13883
|
<td role="cell" data-label="Location">Not too sure</td>
|
|
@@ -13810,14 +13937,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13810
13937
|
|
|
13811
13938
|
<tr role="row">
|
|
13812
13939
|
<td class="pf-c-table__check" role="cell">
|
|
13813
|
-
<
|
|
13814
|
-
|
|
13815
|
-
|
|
13816
|
-
|
|
13817
|
-
|
|
13940
|
+
<label>
|
|
13941
|
+
<input
|
|
13942
|
+
type="checkbox"
|
|
13943
|
+
name="borderless-compact-table-checkrow2"
|
|
13944
|
+
aria-labelledby="borderless-compact-table-node2"
|
|
13945
|
+
/>
|
|
13946
|
+
</label>
|
|
13818
13947
|
</td>
|
|
13819
|
-
<th role="columnheader" data-label="
|
|
13820
|
-
<
|
|
13948
|
+
<th role="columnheader" data-label="Data label name">
|
|
13949
|
+
<div id="borderless-compact-table-node2">Amy Wilson</div>
|
|
13821
13950
|
</th>
|
|
13822
13951
|
<td role="cell" data-label="Position">Visual design</td>
|
|
13823
13952
|
<td role="cell" data-label="Location">Raleigh</td>
|
|
@@ -13877,14 +14006,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13877
14006
|
|
|
13878
14007
|
<tr role="row">
|
|
13879
14008
|
<td class="pf-c-table__check" role="cell">
|
|
13880
|
-
<
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
|
|
14009
|
+
<label>
|
|
14010
|
+
<input
|
|
14011
|
+
type="checkbox"
|
|
14012
|
+
name="borderless-compact-table-checkrow3"
|
|
14013
|
+
aria-labelledby="borderless-compact-table-node3"
|
|
14014
|
+
/>
|
|
14015
|
+
</label>
|
|
13885
14016
|
</td>
|
|
13886
|
-
<th role="columnheader" data-label="
|
|
13887
|
-
<
|
|
14017
|
+
<th role="columnheader" data-label="Data label name">
|
|
14018
|
+
<div id="borderless-compact-table-node3">Steve Wilson</div>
|
|
13888
14019
|
</th>
|
|
13889
14020
|
<td role="cell" data-label="Position">Visual design lead</td>
|
|
13890
14021
|
<td role="cell" data-label="Location">Westford</td>
|
|
@@ -13944,14 +14075,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13944
14075
|
|
|
13945
14076
|
<tr role="row">
|
|
13946
14077
|
<td class="pf-c-table__check" role="cell">
|
|
13947
|
-
<
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
|
|
13951
|
-
|
|
14078
|
+
<label>
|
|
14079
|
+
<input
|
|
14080
|
+
type="checkbox"
|
|
14081
|
+
name="borderless-compact-table-checkrow4"
|
|
14082
|
+
aria-labelledby="borderless-compact-table-node4"
|
|
14083
|
+
/>
|
|
14084
|
+
</label>
|
|
13952
14085
|
</td>
|
|
13953
|
-
<th role="columnheader" data-label="
|
|
13954
|
-
<
|
|
14086
|
+
<th role="columnheader" data-label="Data label name">
|
|
14087
|
+
<div id="borderless-compact-table-node4">Emma Jackson</div>
|
|
13955
14088
|
</th>
|
|
13956
14089
|
<td role="cell" data-label="Position">Interaction design</td>
|
|
13957
14090
|
<td role="cell" data-label="Location">Westford</td>
|
|
@@ -14026,11 +14159,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14026
14159
|
<tr role="row">
|
|
14027
14160
|
<td></td>
|
|
14028
14161
|
<td class="pf-c-table__check" role="cell">
|
|
14029
|
-
<
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14162
|
+
<label>
|
|
14163
|
+
<input
|
|
14164
|
+
type="checkbox"
|
|
14165
|
+
name="borderless-table-expandable-checkrowthead"
|
|
14166
|
+
aria-label="Select all rows"
|
|
14167
|
+
/>
|
|
14168
|
+
</label>
|
|
14034
14169
|
</td>
|
|
14035
14170
|
<th
|
|
14036
14171
|
class="pf-m-width-30 pf-c-table__sort pf-m-selected"
|
|
@@ -14100,17 +14235,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14100
14235
|
</td>
|
|
14101
14236
|
|
|
14102
14237
|
<td class="pf-c-table__check" role="cell">
|
|
14103
|
-
<
|
|
14104
|
-
|
|
14105
|
-
|
|
14106
|
-
|
|
14107
|
-
|
|
14238
|
+
<label>
|
|
14239
|
+
<input
|
|
14240
|
+
type="checkbox"
|
|
14241
|
+
name="borderless-table-expandable-checkrow1"
|
|
14242
|
+
aria-labelledby="borderless-table-expandable-node1"
|
|
14243
|
+
/>
|
|
14244
|
+
</label>
|
|
14108
14245
|
</td>
|
|
14109
|
-
<th role="columnheader" data-label="
|
|
14110
|
-
<div>
|
|
14111
|
-
|
|
14112
|
-
<a href="#">siemur/test-space</a>
|
|
14113
|
-
</div>
|
|
14246
|
+
<th role="columnheader" data-label="Data label name">
|
|
14247
|
+
<div id="borderless-table-expandable-node1">Node 1</div>
|
|
14248
|
+
<a href="#">siemur/test-space</a>
|
|
14114
14249
|
</th>
|
|
14115
14250
|
<td role="cell" data-label="Branches">10</td>
|
|
14116
14251
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -14197,17 +14332,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14197
14332
|
</td>
|
|
14198
14333
|
|
|
14199
14334
|
<td class="pf-c-table__check" role="cell">
|
|
14200
|
-
<
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14204
|
-
|
|
14335
|
+
<label>
|
|
14336
|
+
<input
|
|
14337
|
+
type="checkbox"
|
|
14338
|
+
name="borderless-table-expandable-checkrow2"
|
|
14339
|
+
aria-labelledby="borderless-table-expandable-node2"
|
|
14340
|
+
/>
|
|
14341
|
+
</label>
|
|
14205
14342
|
</td>
|
|
14206
|
-
<th role="columnheader" data-label="
|
|
14207
|
-
<div>
|
|
14208
|
-
|
|
14209
|
-
<a href="#">siemur/test-space</a>
|
|
14210
|
-
</div>
|
|
14343
|
+
<th role="columnheader" data-label="Data label name">
|
|
14344
|
+
<div id="borderless-table-expandable-node2">Node 2</div>
|
|
14345
|
+
<a href="#">siemur/test-space</a>
|
|
14211
14346
|
</th>
|
|
14212
14347
|
<td role="cell" data-label="Branches">10</td>
|
|
14213
14348
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -14292,17 +14427,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14292
14427
|
</td>
|
|
14293
14428
|
|
|
14294
14429
|
<td class="pf-c-table__check" role="cell">
|
|
14295
|
-
<
|
|
14296
|
-
|
|
14297
|
-
|
|
14298
|
-
|
|
14299
|
-
|
|
14430
|
+
<label>
|
|
14431
|
+
<input
|
|
14432
|
+
type="checkbox"
|
|
14433
|
+
name="borderless-table-expandable-checkrow3"
|
|
14434
|
+
aria-labelledby="borderless-table-expandable-node3"
|
|
14435
|
+
/>
|
|
14436
|
+
</label>
|
|
14300
14437
|
</td>
|
|
14301
|
-
<th role="columnheader" data-label="
|
|
14302
|
-
<div>
|
|
14303
|
-
|
|
14304
|
-
<a href="#">siemur/test-space</a>
|
|
14305
|
-
</div>
|
|
14438
|
+
<th role="columnheader" data-label="Data label name">
|
|
14439
|
+
<div id="borderless-table-expandable-node3">Node 3</div>
|
|
14440
|
+
<a href="#">siemur/test-space</a>
|
|
14306
14441
|
</th>
|
|
14307
14442
|
<td role="cell" data-label="Branches">10</td>
|
|
14308
14443
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -14387,17 +14522,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14387
14522
|
</td>
|
|
14388
14523
|
|
|
14389
14524
|
<td class="pf-c-table__check" role="cell">
|
|
14390
|
-
<
|
|
14391
|
-
|
|
14392
|
-
|
|
14393
|
-
|
|
14394
|
-
|
|
14525
|
+
<label>
|
|
14526
|
+
<input
|
|
14527
|
+
type="checkbox"
|
|
14528
|
+
name="borderless-table-expandable-checkrow4"
|
|
14529
|
+
aria-labelledby="borderless-table-expandable-node4"
|
|
14530
|
+
/>
|
|
14531
|
+
</label>
|
|
14395
14532
|
</td>
|
|
14396
|
-
<th role="columnheader" data-label="
|
|
14397
|
-
<div>
|
|
14398
|
-
|
|
14399
|
-
<a href="#">siemur/test-space</a>
|
|
14400
|
-
</div>
|
|
14533
|
+
<th role="columnheader" data-label="Data label name">
|
|
14534
|
+
<div id="borderless-table-expandable-node4">Node 4</div>
|
|
14535
|
+
<a href="#">siemur/test-space</a>
|
|
14401
14536
|
</th>
|
|
14402
14537
|
<td role="cell" data-label="Branches">10</td>
|
|
14403
14538
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -14627,7 +14762,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14627
14762
|
<table
|
|
14628
14763
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
14629
14764
|
role="grid"
|
|
14630
|
-
id="borderless-compound-expansion-table-nested-table-1"
|
|
14765
|
+
id="borderless-compound-expansion-table-nested-table-1-"
|
|
14631
14766
|
aria-label="Nested table"
|
|
14632
14767
|
>
|
|
14633
14768
|
<thead>
|
|
@@ -14667,7 +14802,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14667
14802
|
<div class="pf-c-dropdown">
|
|
14668
14803
|
<button
|
|
14669
14804
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
14670
|
-
id="borderless-compound-expansion-table-nested-table-1
|
|
14805
|
+
id="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr1-button"
|
|
14671
14806
|
aria-expanded="false"
|
|
14672
14807
|
type="button"
|
|
14673
14808
|
aria-label="Actions"
|
|
@@ -14676,7 +14811,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14676
14811
|
</button>
|
|
14677
14812
|
<ul
|
|
14678
14813
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
14679
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-1
|
|
14814
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr1-button"
|
|
14680
14815
|
hidden
|
|
14681
14816
|
>
|
|
14682
14817
|
<li>
|
|
@@ -14725,7 +14860,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14725
14860
|
<div class="pf-c-dropdown">
|
|
14726
14861
|
<button
|
|
14727
14862
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
14728
|
-
id="borderless-compound-expansion-table-nested-table-1
|
|
14863
|
+
id="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr2-button"
|
|
14729
14864
|
aria-expanded="false"
|
|
14730
14865
|
type="button"
|
|
14731
14866
|
aria-label="Actions"
|
|
@@ -14734,7 +14869,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14734
14869
|
</button>
|
|
14735
14870
|
<ul
|
|
14736
14871
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
14737
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-1
|
|
14872
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr2-button"
|
|
14738
14873
|
hidden
|
|
14739
14874
|
>
|
|
14740
14875
|
<li>
|
|
@@ -14783,7 +14918,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14783
14918
|
<div class="pf-c-dropdown">
|
|
14784
14919
|
<button
|
|
14785
14920
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
14786
|
-
id="borderless-compound-expansion-table-nested-table-1
|
|
14921
|
+
id="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr3-button"
|
|
14787
14922
|
aria-expanded="false"
|
|
14788
14923
|
type="button"
|
|
14789
14924
|
aria-label="Actions"
|
|
@@ -14792,7 +14927,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14792
14927
|
</button>
|
|
14793
14928
|
<ul
|
|
14794
14929
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
14795
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-1
|
|
14930
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr3-button"
|
|
14796
14931
|
hidden
|
|
14797
14932
|
>
|
|
14798
14933
|
<li>
|
|
@@ -14841,7 +14976,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14841
14976
|
<div class="pf-c-dropdown">
|
|
14842
14977
|
<button
|
|
14843
14978
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
14844
|
-
id="borderless-compound-expansion-table-nested-table-1
|
|
14979
|
+
id="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr4-button"
|
|
14845
14980
|
aria-expanded="false"
|
|
14846
14981
|
type="button"
|
|
14847
14982
|
aria-label="Actions"
|
|
@@ -14850,7 +14985,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14850
14985
|
</button>
|
|
14851
14986
|
<ul
|
|
14852
14987
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
14853
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-1
|
|
14988
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr4-button"
|
|
14854
14989
|
hidden
|
|
14855
14990
|
>
|
|
14856
14991
|
<li>
|
|
@@ -14899,7 +15034,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14899
15034
|
<div class="pf-c-dropdown">
|
|
14900
15035
|
<button
|
|
14901
15036
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
14902
|
-
id="borderless-compound-expansion-table-nested-table-1
|
|
15037
|
+
id="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr5-button"
|
|
14903
15038
|
aria-expanded="false"
|
|
14904
15039
|
type="button"
|
|
14905
15040
|
aria-label="Actions"
|
|
@@ -14908,7 +15043,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14908
15043
|
</button>
|
|
14909
15044
|
<ul
|
|
14910
15045
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
14911
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-1
|
|
15046
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-1--dropdown-kebab-nested-tr5-button"
|
|
14912
15047
|
hidden
|
|
14913
15048
|
>
|
|
14914
15049
|
<li>
|
|
@@ -14956,7 +15091,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14956
15091
|
<table
|
|
14957
15092
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
14958
15093
|
role="grid"
|
|
14959
|
-
id="borderless-compound-expansion-table-nested-table-2"
|
|
15094
|
+
id="borderless-compound-expansion-table-nested-table-2-"
|
|
14960
15095
|
aria-label="Nested table"
|
|
14961
15096
|
>
|
|
14962
15097
|
<thead>
|
|
@@ -14996,7 +15131,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14996
15131
|
<div class="pf-c-dropdown">
|
|
14997
15132
|
<button
|
|
14998
15133
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
14999
|
-
id="borderless-compound-expansion-table-nested-table-2
|
|
15134
|
+
id="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr1-button"
|
|
15000
15135
|
aria-expanded="false"
|
|
15001
15136
|
type="button"
|
|
15002
15137
|
aria-label="Actions"
|
|
@@ -15005,7 +15140,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15005
15140
|
</button>
|
|
15006
15141
|
<ul
|
|
15007
15142
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15008
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-2
|
|
15143
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr1-button"
|
|
15009
15144
|
hidden
|
|
15010
15145
|
>
|
|
15011
15146
|
<li>
|
|
@@ -15054,7 +15189,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15054
15189
|
<div class="pf-c-dropdown">
|
|
15055
15190
|
<button
|
|
15056
15191
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15057
|
-
id="borderless-compound-expansion-table-nested-table-2
|
|
15192
|
+
id="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr2-button"
|
|
15058
15193
|
aria-expanded="false"
|
|
15059
15194
|
type="button"
|
|
15060
15195
|
aria-label="Actions"
|
|
@@ -15063,7 +15198,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15063
15198
|
</button>
|
|
15064
15199
|
<ul
|
|
15065
15200
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15066
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-2
|
|
15201
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr2-button"
|
|
15067
15202
|
hidden
|
|
15068
15203
|
>
|
|
15069
15204
|
<li>
|
|
@@ -15112,7 +15247,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15112
15247
|
<div class="pf-c-dropdown">
|
|
15113
15248
|
<button
|
|
15114
15249
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15115
|
-
id="borderless-compound-expansion-table-nested-table-2
|
|
15250
|
+
id="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr3-button"
|
|
15116
15251
|
aria-expanded="false"
|
|
15117
15252
|
type="button"
|
|
15118
15253
|
aria-label="Actions"
|
|
@@ -15121,7 +15256,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15121
15256
|
</button>
|
|
15122
15257
|
<ul
|
|
15123
15258
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15124
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-2
|
|
15259
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr3-button"
|
|
15125
15260
|
hidden
|
|
15126
15261
|
>
|
|
15127
15262
|
<li>
|
|
@@ -15170,7 +15305,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15170
15305
|
<div class="pf-c-dropdown">
|
|
15171
15306
|
<button
|
|
15172
15307
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15173
|
-
id="borderless-compound-expansion-table-nested-table-2
|
|
15308
|
+
id="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr4-button"
|
|
15174
15309
|
aria-expanded="false"
|
|
15175
15310
|
type="button"
|
|
15176
15311
|
aria-label="Actions"
|
|
@@ -15179,7 +15314,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15179
15314
|
</button>
|
|
15180
15315
|
<ul
|
|
15181
15316
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15182
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-2
|
|
15317
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr4-button"
|
|
15183
15318
|
hidden
|
|
15184
15319
|
>
|
|
15185
15320
|
<li>
|
|
@@ -15228,7 +15363,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15228
15363
|
<div class="pf-c-dropdown">
|
|
15229
15364
|
<button
|
|
15230
15365
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15231
|
-
id="borderless-compound-expansion-table-nested-table-2
|
|
15366
|
+
id="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr5-button"
|
|
15232
15367
|
aria-expanded="false"
|
|
15233
15368
|
type="button"
|
|
15234
15369
|
aria-label="Actions"
|
|
@@ -15237,7 +15372,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15237
15372
|
</button>
|
|
15238
15373
|
<ul
|
|
15239
15374
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15240
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-2
|
|
15375
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-2--dropdown-kebab-nested-tr5-button"
|
|
15241
15376
|
hidden
|
|
15242
15377
|
>
|
|
15243
15378
|
<li>
|
|
@@ -15285,7 +15420,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15285
15420
|
<table
|
|
15286
15421
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
15287
15422
|
role="grid"
|
|
15288
|
-
id="borderless-compound-expansion-table-nested-table-3"
|
|
15423
|
+
id="borderless-compound-expansion-table-nested-table-3-"
|
|
15289
15424
|
aria-label="Nested table"
|
|
15290
15425
|
>
|
|
15291
15426
|
<thead>
|
|
@@ -15325,7 +15460,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15325
15460
|
<div class="pf-c-dropdown">
|
|
15326
15461
|
<button
|
|
15327
15462
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15328
|
-
id="borderless-compound-expansion-table-nested-table-3
|
|
15463
|
+
id="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr1-button"
|
|
15329
15464
|
aria-expanded="false"
|
|
15330
15465
|
type="button"
|
|
15331
15466
|
aria-label="Actions"
|
|
@@ -15334,7 +15469,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15334
15469
|
</button>
|
|
15335
15470
|
<ul
|
|
15336
15471
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15337
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-3
|
|
15472
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr1-button"
|
|
15338
15473
|
hidden
|
|
15339
15474
|
>
|
|
15340
15475
|
<li>
|
|
@@ -15383,7 +15518,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15383
15518
|
<div class="pf-c-dropdown">
|
|
15384
15519
|
<button
|
|
15385
15520
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15386
|
-
id="borderless-compound-expansion-table-nested-table-3
|
|
15521
|
+
id="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr2-button"
|
|
15387
15522
|
aria-expanded="false"
|
|
15388
15523
|
type="button"
|
|
15389
15524
|
aria-label="Actions"
|
|
@@ -15392,7 +15527,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15392
15527
|
</button>
|
|
15393
15528
|
<ul
|
|
15394
15529
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15395
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-3
|
|
15530
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr2-button"
|
|
15396
15531
|
hidden
|
|
15397
15532
|
>
|
|
15398
15533
|
<li>
|
|
@@ -15441,7 +15576,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15441
15576
|
<div class="pf-c-dropdown">
|
|
15442
15577
|
<button
|
|
15443
15578
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15444
|
-
id="borderless-compound-expansion-table-nested-table-3
|
|
15579
|
+
id="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr3-button"
|
|
15445
15580
|
aria-expanded="false"
|
|
15446
15581
|
type="button"
|
|
15447
15582
|
aria-label="Actions"
|
|
@@ -15450,7 +15585,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15450
15585
|
</button>
|
|
15451
15586
|
<ul
|
|
15452
15587
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15453
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-3
|
|
15588
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr3-button"
|
|
15454
15589
|
hidden
|
|
15455
15590
|
>
|
|
15456
15591
|
<li>
|
|
@@ -15499,7 +15634,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15499
15634
|
<div class="pf-c-dropdown">
|
|
15500
15635
|
<button
|
|
15501
15636
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15502
|
-
id="borderless-compound-expansion-table-nested-table-3
|
|
15637
|
+
id="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr4-button"
|
|
15503
15638
|
aria-expanded="false"
|
|
15504
15639
|
type="button"
|
|
15505
15640
|
aria-label="Actions"
|
|
@@ -15508,7 +15643,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15508
15643
|
</button>
|
|
15509
15644
|
<ul
|
|
15510
15645
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15511
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-3
|
|
15646
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr4-button"
|
|
15512
15647
|
hidden
|
|
15513
15648
|
>
|
|
15514
15649
|
<li>
|
|
@@ -15557,7 +15692,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15557
15692
|
<div class="pf-c-dropdown">
|
|
15558
15693
|
<button
|
|
15559
15694
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15560
|
-
id="borderless-compound-expansion-table-nested-table-3
|
|
15695
|
+
id="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr5-button"
|
|
15561
15696
|
aria-expanded="false"
|
|
15562
15697
|
type="button"
|
|
15563
15698
|
aria-label="Actions"
|
|
@@ -15566,7 +15701,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15566
15701
|
</button>
|
|
15567
15702
|
<ul
|
|
15568
15703
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15569
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-3
|
|
15704
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-3--dropdown-kebab-nested-tr5-button"
|
|
15570
15705
|
hidden
|
|
15571
15706
|
>
|
|
15572
15707
|
<li>
|
|
@@ -15705,7 +15840,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15705
15840
|
<table
|
|
15706
15841
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
15707
15842
|
role="grid"
|
|
15708
|
-
id="borderless-compound-expansion-table-nested-table-4"
|
|
15843
|
+
id="borderless-compound-expansion-table-nested-table-4-"
|
|
15709
15844
|
aria-label="Nested table"
|
|
15710
15845
|
>
|
|
15711
15846
|
<thead>
|
|
@@ -15745,7 +15880,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15745
15880
|
<div class="pf-c-dropdown">
|
|
15746
15881
|
<button
|
|
15747
15882
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15748
|
-
id="borderless-compound-expansion-table-nested-table-4
|
|
15883
|
+
id="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr1-button"
|
|
15749
15884
|
aria-expanded="false"
|
|
15750
15885
|
type="button"
|
|
15751
15886
|
aria-label="Actions"
|
|
@@ -15754,7 +15889,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15754
15889
|
</button>
|
|
15755
15890
|
<ul
|
|
15756
15891
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15757
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-4
|
|
15892
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr1-button"
|
|
15758
15893
|
hidden
|
|
15759
15894
|
>
|
|
15760
15895
|
<li>
|
|
@@ -15803,7 +15938,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15803
15938
|
<div class="pf-c-dropdown">
|
|
15804
15939
|
<button
|
|
15805
15940
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15806
|
-
id="borderless-compound-expansion-table-nested-table-4
|
|
15941
|
+
id="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr2-button"
|
|
15807
15942
|
aria-expanded="false"
|
|
15808
15943
|
type="button"
|
|
15809
15944
|
aria-label="Actions"
|
|
@@ -15812,7 +15947,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15812
15947
|
</button>
|
|
15813
15948
|
<ul
|
|
15814
15949
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15815
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-4
|
|
15950
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr2-button"
|
|
15816
15951
|
hidden
|
|
15817
15952
|
>
|
|
15818
15953
|
<li>
|
|
@@ -15861,7 +15996,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15861
15996
|
<div class="pf-c-dropdown">
|
|
15862
15997
|
<button
|
|
15863
15998
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15864
|
-
id="borderless-compound-expansion-table-nested-table-4
|
|
15999
|
+
id="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr3-button"
|
|
15865
16000
|
aria-expanded="false"
|
|
15866
16001
|
type="button"
|
|
15867
16002
|
aria-label="Actions"
|
|
@@ -15870,7 +16005,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15870
16005
|
</button>
|
|
15871
16006
|
<ul
|
|
15872
16007
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15873
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-4
|
|
16008
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr3-button"
|
|
15874
16009
|
hidden
|
|
15875
16010
|
>
|
|
15876
16011
|
<li>
|
|
@@ -15919,7 +16054,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15919
16054
|
<div class="pf-c-dropdown">
|
|
15920
16055
|
<button
|
|
15921
16056
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15922
|
-
id="borderless-compound-expansion-table-nested-table-4
|
|
16057
|
+
id="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr4-button"
|
|
15923
16058
|
aria-expanded="false"
|
|
15924
16059
|
type="button"
|
|
15925
16060
|
aria-label="Actions"
|
|
@@ -15928,7 +16063,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15928
16063
|
</button>
|
|
15929
16064
|
<ul
|
|
15930
16065
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15931
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-4
|
|
16066
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr4-button"
|
|
15932
16067
|
hidden
|
|
15933
16068
|
>
|
|
15934
16069
|
<li>
|
|
@@ -15977,7 +16112,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15977
16112
|
<div class="pf-c-dropdown">
|
|
15978
16113
|
<button
|
|
15979
16114
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
15980
|
-
id="borderless-compound-expansion-table-nested-table-4
|
|
16115
|
+
id="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr5-button"
|
|
15981
16116
|
aria-expanded="false"
|
|
15982
16117
|
type="button"
|
|
15983
16118
|
aria-label="Actions"
|
|
@@ -15986,7 +16121,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15986
16121
|
</button>
|
|
15987
16122
|
<ul
|
|
15988
16123
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
15989
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-4
|
|
16124
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-4--dropdown-kebab-nested-tr5-button"
|
|
15990
16125
|
hidden
|
|
15991
16126
|
>
|
|
15992
16127
|
<li>
|
|
@@ -16034,7 +16169,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16034
16169
|
<table
|
|
16035
16170
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
16036
16171
|
role="grid"
|
|
16037
|
-
id="borderless-compound-expansion-table-nested-table-5"
|
|
16172
|
+
id="borderless-compound-expansion-table-nested-table-5-"
|
|
16038
16173
|
aria-label="Nested table"
|
|
16039
16174
|
>
|
|
16040
16175
|
<thead>
|
|
@@ -16074,7 +16209,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16074
16209
|
<div class="pf-c-dropdown">
|
|
16075
16210
|
<button
|
|
16076
16211
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16077
|
-
id="borderless-compound-expansion-table-nested-table-5
|
|
16212
|
+
id="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr1-button"
|
|
16078
16213
|
aria-expanded="false"
|
|
16079
16214
|
type="button"
|
|
16080
16215
|
aria-label="Actions"
|
|
@@ -16083,7 +16218,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16083
16218
|
</button>
|
|
16084
16219
|
<ul
|
|
16085
16220
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16086
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-5
|
|
16221
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr1-button"
|
|
16087
16222
|
hidden
|
|
16088
16223
|
>
|
|
16089
16224
|
<li>
|
|
@@ -16132,7 +16267,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16132
16267
|
<div class="pf-c-dropdown">
|
|
16133
16268
|
<button
|
|
16134
16269
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16135
|
-
id="borderless-compound-expansion-table-nested-table-5
|
|
16270
|
+
id="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr2-button"
|
|
16136
16271
|
aria-expanded="false"
|
|
16137
16272
|
type="button"
|
|
16138
16273
|
aria-label="Actions"
|
|
@@ -16141,7 +16276,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16141
16276
|
</button>
|
|
16142
16277
|
<ul
|
|
16143
16278
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16144
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-5
|
|
16279
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr2-button"
|
|
16145
16280
|
hidden
|
|
16146
16281
|
>
|
|
16147
16282
|
<li>
|
|
@@ -16190,7 +16325,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16190
16325
|
<div class="pf-c-dropdown">
|
|
16191
16326
|
<button
|
|
16192
16327
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16193
|
-
id="borderless-compound-expansion-table-nested-table-5
|
|
16328
|
+
id="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr3-button"
|
|
16194
16329
|
aria-expanded="false"
|
|
16195
16330
|
type="button"
|
|
16196
16331
|
aria-label="Actions"
|
|
@@ -16199,7 +16334,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16199
16334
|
</button>
|
|
16200
16335
|
<ul
|
|
16201
16336
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16202
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-5
|
|
16337
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr3-button"
|
|
16203
16338
|
hidden
|
|
16204
16339
|
>
|
|
16205
16340
|
<li>
|
|
@@ -16248,7 +16383,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16248
16383
|
<div class="pf-c-dropdown">
|
|
16249
16384
|
<button
|
|
16250
16385
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16251
|
-
id="borderless-compound-expansion-table-nested-table-5
|
|
16386
|
+
id="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr4-button"
|
|
16252
16387
|
aria-expanded="false"
|
|
16253
16388
|
type="button"
|
|
16254
16389
|
aria-label="Actions"
|
|
@@ -16257,7 +16392,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16257
16392
|
</button>
|
|
16258
16393
|
<ul
|
|
16259
16394
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16260
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-5
|
|
16395
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr4-button"
|
|
16261
16396
|
hidden
|
|
16262
16397
|
>
|
|
16263
16398
|
<li>
|
|
@@ -16306,7 +16441,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16306
16441
|
<div class="pf-c-dropdown">
|
|
16307
16442
|
<button
|
|
16308
16443
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16309
|
-
id="borderless-compound-expansion-table-nested-table-5
|
|
16444
|
+
id="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr5-button"
|
|
16310
16445
|
aria-expanded="false"
|
|
16311
16446
|
type="button"
|
|
16312
16447
|
aria-label="Actions"
|
|
@@ -16315,7 +16450,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16315
16450
|
</button>
|
|
16316
16451
|
<ul
|
|
16317
16452
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16318
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-5
|
|
16453
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-5--dropdown-kebab-nested-tr5-button"
|
|
16319
16454
|
hidden
|
|
16320
16455
|
>
|
|
16321
16456
|
<li>
|
|
@@ -16363,7 +16498,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16363
16498
|
<table
|
|
16364
16499
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
16365
16500
|
role="grid"
|
|
16366
|
-
id="borderless-compound-expansion-table-nested-table-6"
|
|
16501
|
+
id="borderless-compound-expansion-table-nested-table-6-"
|
|
16367
16502
|
aria-label="Nested table"
|
|
16368
16503
|
>
|
|
16369
16504
|
<thead>
|
|
@@ -16403,7 +16538,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16403
16538
|
<div class="pf-c-dropdown">
|
|
16404
16539
|
<button
|
|
16405
16540
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16406
|
-
id="borderless-compound-expansion-table-nested-table-6
|
|
16541
|
+
id="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr1-button"
|
|
16407
16542
|
aria-expanded="false"
|
|
16408
16543
|
type="button"
|
|
16409
16544
|
aria-label="Actions"
|
|
@@ -16412,7 +16547,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16412
16547
|
</button>
|
|
16413
16548
|
<ul
|
|
16414
16549
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16415
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-6
|
|
16550
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr1-button"
|
|
16416
16551
|
hidden
|
|
16417
16552
|
>
|
|
16418
16553
|
<li>
|
|
@@ -16461,7 +16596,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16461
16596
|
<div class="pf-c-dropdown">
|
|
16462
16597
|
<button
|
|
16463
16598
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16464
|
-
id="borderless-compound-expansion-table-nested-table-6
|
|
16599
|
+
id="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr2-button"
|
|
16465
16600
|
aria-expanded="false"
|
|
16466
16601
|
type="button"
|
|
16467
16602
|
aria-label="Actions"
|
|
@@ -16470,7 +16605,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16470
16605
|
</button>
|
|
16471
16606
|
<ul
|
|
16472
16607
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16473
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-6
|
|
16608
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr2-button"
|
|
16474
16609
|
hidden
|
|
16475
16610
|
>
|
|
16476
16611
|
<li>
|
|
@@ -16519,7 +16654,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16519
16654
|
<div class="pf-c-dropdown">
|
|
16520
16655
|
<button
|
|
16521
16656
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16522
|
-
id="borderless-compound-expansion-table-nested-table-6
|
|
16657
|
+
id="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr3-button"
|
|
16523
16658
|
aria-expanded="false"
|
|
16524
16659
|
type="button"
|
|
16525
16660
|
aria-label="Actions"
|
|
@@ -16528,7 +16663,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16528
16663
|
</button>
|
|
16529
16664
|
<ul
|
|
16530
16665
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16531
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-6
|
|
16666
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr3-button"
|
|
16532
16667
|
hidden
|
|
16533
16668
|
>
|
|
16534
16669
|
<li>
|
|
@@ -16577,7 +16712,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16577
16712
|
<div class="pf-c-dropdown">
|
|
16578
16713
|
<button
|
|
16579
16714
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16580
|
-
id="borderless-compound-expansion-table-nested-table-6
|
|
16715
|
+
id="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr4-button"
|
|
16581
16716
|
aria-expanded="false"
|
|
16582
16717
|
type="button"
|
|
16583
16718
|
aria-label="Actions"
|
|
@@ -16586,7 +16721,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16586
16721
|
</button>
|
|
16587
16722
|
<ul
|
|
16588
16723
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16589
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-6
|
|
16724
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr4-button"
|
|
16590
16725
|
hidden
|
|
16591
16726
|
>
|
|
16592
16727
|
<li>
|
|
@@ -16635,7 +16770,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16635
16770
|
<div class="pf-c-dropdown">
|
|
16636
16771
|
<button
|
|
16637
16772
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16638
|
-
id="borderless-compound-expansion-table-nested-table-6
|
|
16773
|
+
id="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr5-button"
|
|
16639
16774
|
aria-expanded="false"
|
|
16640
16775
|
type="button"
|
|
16641
16776
|
aria-label="Actions"
|
|
@@ -16644,7 +16779,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16644
16779
|
</button>
|
|
16645
16780
|
<ul
|
|
16646
16781
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16647
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-6
|
|
16782
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-6--dropdown-kebab-nested-tr5-button"
|
|
16648
16783
|
hidden
|
|
16649
16784
|
>
|
|
16650
16785
|
<li>
|
|
@@ -16703,7 +16838,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16703
16838
|
</button>
|
|
16704
16839
|
</td>
|
|
16705
16840
|
<td
|
|
16706
|
-
class="pf-c-table__compound-expansion-
|
|
16841
|
+
class="pf-c-table__compound-expansion-toggle pf-m-expanded"
|
|
16707
16842
|
role="cell"
|
|
16708
16843
|
data-label="Branches"
|
|
16709
16844
|
>
|
|
@@ -16786,7 +16921,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16786
16921
|
<table
|
|
16787
16922
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
16788
16923
|
role="grid"
|
|
16789
|
-
id="borderless-compound-expansion-table-nested-table-7"
|
|
16924
|
+
id="borderless-compound-expansion-table-nested-table-7-"
|
|
16790
16925
|
aria-label="Nested table"
|
|
16791
16926
|
>
|
|
16792
16927
|
<thead>
|
|
@@ -16826,7 +16961,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16826
16961
|
<div class="pf-c-dropdown">
|
|
16827
16962
|
<button
|
|
16828
16963
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16829
|
-
id="borderless-compound-expansion-table-nested-table-7
|
|
16964
|
+
id="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr1-button"
|
|
16830
16965
|
aria-expanded="false"
|
|
16831
16966
|
type="button"
|
|
16832
16967
|
aria-label="Actions"
|
|
@@ -16835,7 +16970,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16835
16970
|
</button>
|
|
16836
16971
|
<ul
|
|
16837
16972
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16838
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-7
|
|
16973
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr1-button"
|
|
16839
16974
|
hidden
|
|
16840
16975
|
>
|
|
16841
16976
|
<li>
|
|
@@ -16884,7 +17019,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16884
17019
|
<div class="pf-c-dropdown">
|
|
16885
17020
|
<button
|
|
16886
17021
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16887
|
-
id="borderless-compound-expansion-table-nested-table-7
|
|
17022
|
+
id="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr2-button"
|
|
16888
17023
|
aria-expanded="false"
|
|
16889
17024
|
type="button"
|
|
16890
17025
|
aria-label="Actions"
|
|
@@ -16893,7 +17028,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16893
17028
|
</button>
|
|
16894
17029
|
<ul
|
|
16895
17030
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16896
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-7
|
|
17031
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr2-button"
|
|
16897
17032
|
hidden
|
|
16898
17033
|
>
|
|
16899
17034
|
<li>
|
|
@@ -16942,7 +17077,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16942
17077
|
<div class="pf-c-dropdown">
|
|
16943
17078
|
<button
|
|
16944
17079
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
16945
|
-
id="borderless-compound-expansion-table-nested-table-7
|
|
17080
|
+
id="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr3-button"
|
|
16946
17081
|
aria-expanded="false"
|
|
16947
17082
|
type="button"
|
|
16948
17083
|
aria-label="Actions"
|
|
@@ -16951,7 +17086,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
16951
17086
|
</button>
|
|
16952
17087
|
<ul
|
|
16953
17088
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
16954
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-7
|
|
17089
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr3-button"
|
|
16955
17090
|
hidden
|
|
16956
17091
|
>
|
|
16957
17092
|
<li>
|
|
@@ -17000,7 +17135,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17000
17135
|
<div class="pf-c-dropdown">
|
|
17001
17136
|
<button
|
|
17002
17137
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17003
|
-
id="borderless-compound-expansion-table-nested-table-7
|
|
17138
|
+
id="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr4-button"
|
|
17004
17139
|
aria-expanded="false"
|
|
17005
17140
|
type="button"
|
|
17006
17141
|
aria-label="Actions"
|
|
@@ -17009,7 +17144,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17009
17144
|
</button>
|
|
17010
17145
|
<ul
|
|
17011
17146
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17012
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-7
|
|
17147
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr4-button"
|
|
17013
17148
|
hidden
|
|
17014
17149
|
>
|
|
17015
17150
|
<li>
|
|
@@ -17058,7 +17193,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17058
17193
|
<div class="pf-c-dropdown">
|
|
17059
17194
|
<button
|
|
17060
17195
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17061
|
-
id="borderless-compound-expansion-table-nested-table-7
|
|
17196
|
+
id="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr5-button"
|
|
17062
17197
|
aria-expanded="false"
|
|
17063
17198
|
type="button"
|
|
17064
17199
|
aria-label="Actions"
|
|
@@ -17067,7 +17202,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17067
17202
|
</button>
|
|
17068
17203
|
<ul
|
|
17069
17204
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17070
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-7
|
|
17205
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-7--dropdown-kebab-nested-tr5-button"
|
|
17071
17206
|
hidden
|
|
17072
17207
|
>
|
|
17073
17208
|
<li>
|
|
@@ -17115,7 +17250,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17115
17250
|
<table
|
|
17116
17251
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
17117
17252
|
role="grid"
|
|
17118
|
-
id="borderless-compound-expansion-table-nested-table-8"
|
|
17253
|
+
id="borderless-compound-expansion-table-nested-table-8-"
|
|
17119
17254
|
aria-label="Nested table"
|
|
17120
17255
|
>
|
|
17121
17256
|
<thead>
|
|
@@ -17155,7 +17290,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17155
17290
|
<div class="pf-c-dropdown">
|
|
17156
17291
|
<button
|
|
17157
17292
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17158
|
-
id="borderless-compound-expansion-table-nested-table-8
|
|
17293
|
+
id="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr1-button"
|
|
17159
17294
|
aria-expanded="false"
|
|
17160
17295
|
type="button"
|
|
17161
17296
|
aria-label="Actions"
|
|
@@ -17164,7 +17299,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17164
17299
|
</button>
|
|
17165
17300
|
<ul
|
|
17166
17301
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17167
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-8
|
|
17302
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr1-button"
|
|
17168
17303
|
hidden
|
|
17169
17304
|
>
|
|
17170
17305
|
<li>
|
|
@@ -17213,7 +17348,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17213
17348
|
<div class="pf-c-dropdown">
|
|
17214
17349
|
<button
|
|
17215
17350
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17216
|
-
id="borderless-compound-expansion-table-nested-table-8
|
|
17351
|
+
id="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr2-button"
|
|
17217
17352
|
aria-expanded="false"
|
|
17218
17353
|
type="button"
|
|
17219
17354
|
aria-label="Actions"
|
|
@@ -17222,7 +17357,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17222
17357
|
</button>
|
|
17223
17358
|
<ul
|
|
17224
17359
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17225
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-8
|
|
17360
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr2-button"
|
|
17226
17361
|
hidden
|
|
17227
17362
|
>
|
|
17228
17363
|
<li>
|
|
@@ -17271,7 +17406,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17271
17406
|
<div class="pf-c-dropdown">
|
|
17272
17407
|
<button
|
|
17273
17408
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17274
|
-
id="borderless-compound-expansion-table-nested-table-8
|
|
17409
|
+
id="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr3-button"
|
|
17275
17410
|
aria-expanded="false"
|
|
17276
17411
|
type="button"
|
|
17277
17412
|
aria-label="Actions"
|
|
@@ -17280,7 +17415,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17280
17415
|
</button>
|
|
17281
17416
|
<ul
|
|
17282
17417
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17283
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-8
|
|
17418
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr3-button"
|
|
17284
17419
|
hidden
|
|
17285
17420
|
>
|
|
17286
17421
|
<li>
|
|
@@ -17329,7 +17464,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17329
17464
|
<div class="pf-c-dropdown">
|
|
17330
17465
|
<button
|
|
17331
17466
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17332
|
-
id="borderless-compound-expansion-table-nested-table-8
|
|
17467
|
+
id="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr4-button"
|
|
17333
17468
|
aria-expanded="false"
|
|
17334
17469
|
type="button"
|
|
17335
17470
|
aria-label="Actions"
|
|
@@ -17338,7 +17473,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17338
17473
|
</button>
|
|
17339
17474
|
<ul
|
|
17340
17475
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17341
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-8
|
|
17476
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr4-button"
|
|
17342
17477
|
hidden
|
|
17343
17478
|
>
|
|
17344
17479
|
<li>
|
|
@@ -17387,7 +17522,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17387
17522
|
<div class="pf-c-dropdown">
|
|
17388
17523
|
<button
|
|
17389
17524
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17390
|
-
id="borderless-compound-expansion-table-nested-table-8
|
|
17525
|
+
id="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr5-button"
|
|
17391
17526
|
aria-expanded="false"
|
|
17392
17527
|
type="button"
|
|
17393
17528
|
aria-label="Actions"
|
|
@@ -17396,7 +17531,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17396
17531
|
</button>
|
|
17397
17532
|
<ul
|
|
17398
17533
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17399
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-8
|
|
17534
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-8--dropdown-kebab-nested-tr5-button"
|
|
17400
17535
|
hidden
|
|
17401
17536
|
>
|
|
17402
17537
|
<li>
|
|
@@ -17444,7 +17579,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17444
17579
|
<table
|
|
17445
17580
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
17446
17581
|
role="grid"
|
|
17447
|
-
id="borderless-compound-expansion-table-nested-table-9"
|
|
17582
|
+
id="borderless-compound-expansion-table-nested-table-9-"
|
|
17448
17583
|
aria-label="Nested table"
|
|
17449
17584
|
>
|
|
17450
17585
|
<thead>
|
|
@@ -17484,7 +17619,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17484
17619
|
<div class="pf-c-dropdown">
|
|
17485
17620
|
<button
|
|
17486
17621
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17487
|
-
id="borderless-compound-expansion-table-nested-table-9
|
|
17622
|
+
id="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr1-button"
|
|
17488
17623
|
aria-expanded="false"
|
|
17489
17624
|
type="button"
|
|
17490
17625
|
aria-label="Actions"
|
|
@@ -17493,7 +17628,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17493
17628
|
</button>
|
|
17494
17629
|
<ul
|
|
17495
17630
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17496
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-9
|
|
17631
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr1-button"
|
|
17497
17632
|
hidden
|
|
17498
17633
|
>
|
|
17499
17634
|
<li>
|
|
@@ -17542,7 +17677,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17542
17677
|
<div class="pf-c-dropdown">
|
|
17543
17678
|
<button
|
|
17544
17679
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17545
|
-
id="borderless-compound-expansion-table-nested-table-9
|
|
17680
|
+
id="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr2-button"
|
|
17546
17681
|
aria-expanded="false"
|
|
17547
17682
|
type="button"
|
|
17548
17683
|
aria-label="Actions"
|
|
@@ -17551,7 +17686,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17551
17686
|
</button>
|
|
17552
17687
|
<ul
|
|
17553
17688
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17554
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-9
|
|
17689
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr2-button"
|
|
17555
17690
|
hidden
|
|
17556
17691
|
>
|
|
17557
17692
|
<li>
|
|
@@ -17600,7 +17735,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17600
17735
|
<div class="pf-c-dropdown">
|
|
17601
17736
|
<button
|
|
17602
17737
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17603
|
-
id="borderless-compound-expansion-table-nested-table-9
|
|
17738
|
+
id="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr3-button"
|
|
17604
17739
|
aria-expanded="false"
|
|
17605
17740
|
type="button"
|
|
17606
17741
|
aria-label="Actions"
|
|
@@ -17609,7 +17744,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17609
17744
|
</button>
|
|
17610
17745
|
<ul
|
|
17611
17746
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17612
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-9
|
|
17747
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr3-button"
|
|
17613
17748
|
hidden
|
|
17614
17749
|
>
|
|
17615
17750
|
<li>
|
|
@@ -17658,7 +17793,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17658
17793
|
<div class="pf-c-dropdown">
|
|
17659
17794
|
<button
|
|
17660
17795
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17661
|
-
id="borderless-compound-expansion-table-nested-table-9
|
|
17796
|
+
id="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr4-button"
|
|
17662
17797
|
aria-expanded="false"
|
|
17663
17798
|
type="button"
|
|
17664
17799
|
aria-label="Actions"
|
|
@@ -17667,7 +17802,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17667
17802
|
</button>
|
|
17668
17803
|
<ul
|
|
17669
17804
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17670
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-9
|
|
17805
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr4-button"
|
|
17671
17806
|
hidden
|
|
17672
17807
|
>
|
|
17673
17808
|
<li>
|
|
@@ -17716,7 +17851,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17716
17851
|
<div class="pf-c-dropdown">
|
|
17717
17852
|
<button
|
|
17718
17853
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17719
|
-
id="borderless-compound-expansion-table-nested-table-9
|
|
17854
|
+
id="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr5-button"
|
|
17720
17855
|
aria-expanded="false"
|
|
17721
17856
|
type="button"
|
|
17722
17857
|
aria-label="Actions"
|
|
@@ -17725,7 +17860,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17725
17860
|
</button>
|
|
17726
17861
|
<ul
|
|
17727
17862
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17728
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-9
|
|
17863
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-9--dropdown-kebab-nested-tr5-button"
|
|
17729
17864
|
hidden
|
|
17730
17865
|
>
|
|
17731
17866
|
<li>
|
|
@@ -17867,7 +18002,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17867
18002
|
<table
|
|
17868
18003
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
17869
18004
|
role="grid"
|
|
17870
|
-
id="borderless-compound-expansion-table-nested-table-10"
|
|
18005
|
+
id="borderless-compound-expansion-table-nested-table-10-"
|
|
17871
18006
|
aria-label="Nested table"
|
|
17872
18007
|
>
|
|
17873
18008
|
<thead>
|
|
@@ -17907,7 +18042,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17907
18042
|
<div class="pf-c-dropdown">
|
|
17908
18043
|
<button
|
|
17909
18044
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17910
|
-
id="borderless-compound-expansion-table-nested-table-10
|
|
18045
|
+
id="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr1-button"
|
|
17911
18046
|
aria-expanded="false"
|
|
17912
18047
|
type="button"
|
|
17913
18048
|
aria-label="Actions"
|
|
@@ -17916,7 +18051,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17916
18051
|
</button>
|
|
17917
18052
|
<ul
|
|
17918
18053
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17919
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-10
|
|
18054
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr1-button"
|
|
17920
18055
|
hidden
|
|
17921
18056
|
>
|
|
17922
18057
|
<li>
|
|
@@ -17965,7 +18100,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17965
18100
|
<div class="pf-c-dropdown">
|
|
17966
18101
|
<button
|
|
17967
18102
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
17968
|
-
id="borderless-compound-expansion-table-nested-table-10
|
|
18103
|
+
id="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr2-button"
|
|
17969
18104
|
aria-expanded="false"
|
|
17970
18105
|
type="button"
|
|
17971
18106
|
aria-label="Actions"
|
|
@@ -17974,7 +18109,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
17974
18109
|
</button>
|
|
17975
18110
|
<ul
|
|
17976
18111
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
17977
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-10
|
|
18112
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr2-button"
|
|
17978
18113
|
hidden
|
|
17979
18114
|
>
|
|
17980
18115
|
<li>
|
|
@@ -18023,7 +18158,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18023
18158
|
<div class="pf-c-dropdown">
|
|
18024
18159
|
<button
|
|
18025
18160
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18026
|
-
id="borderless-compound-expansion-table-nested-table-10
|
|
18161
|
+
id="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr3-button"
|
|
18027
18162
|
aria-expanded="false"
|
|
18028
18163
|
type="button"
|
|
18029
18164
|
aria-label="Actions"
|
|
@@ -18032,7 +18167,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18032
18167
|
</button>
|
|
18033
18168
|
<ul
|
|
18034
18169
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18035
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-10
|
|
18170
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr3-button"
|
|
18036
18171
|
hidden
|
|
18037
18172
|
>
|
|
18038
18173
|
<li>
|
|
@@ -18081,7 +18216,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18081
18216
|
<div class="pf-c-dropdown">
|
|
18082
18217
|
<button
|
|
18083
18218
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18084
|
-
id="borderless-compound-expansion-table-nested-table-10
|
|
18219
|
+
id="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr4-button"
|
|
18085
18220
|
aria-expanded="false"
|
|
18086
18221
|
type="button"
|
|
18087
18222
|
aria-label="Actions"
|
|
@@ -18090,7 +18225,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18090
18225
|
</button>
|
|
18091
18226
|
<ul
|
|
18092
18227
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18093
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-10
|
|
18228
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr4-button"
|
|
18094
18229
|
hidden
|
|
18095
18230
|
>
|
|
18096
18231
|
<li>
|
|
@@ -18139,7 +18274,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18139
18274
|
<div class="pf-c-dropdown">
|
|
18140
18275
|
<button
|
|
18141
18276
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18142
|
-
id="borderless-compound-expansion-table-nested-table-10
|
|
18277
|
+
id="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr5-button"
|
|
18143
18278
|
aria-expanded="false"
|
|
18144
18279
|
type="button"
|
|
18145
18280
|
aria-label="Actions"
|
|
@@ -18148,7 +18283,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18148
18283
|
</button>
|
|
18149
18284
|
<ul
|
|
18150
18285
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18151
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-10
|
|
18286
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-10--dropdown-kebab-nested-tr5-button"
|
|
18152
18287
|
hidden
|
|
18153
18288
|
>
|
|
18154
18289
|
<li>
|
|
@@ -18196,7 +18331,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18196
18331
|
<table
|
|
18197
18332
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
18198
18333
|
role="grid"
|
|
18199
|
-
id="borderless-compound-expansion-table-nested-table-11"
|
|
18334
|
+
id="borderless-compound-expansion-table-nested-table-11-"
|
|
18200
18335
|
aria-label="Nested table"
|
|
18201
18336
|
>
|
|
18202
18337
|
<thead>
|
|
@@ -18236,7 +18371,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18236
18371
|
<div class="pf-c-dropdown">
|
|
18237
18372
|
<button
|
|
18238
18373
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18239
|
-
id="borderless-compound-expansion-table-nested-table-11
|
|
18374
|
+
id="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr1-button"
|
|
18240
18375
|
aria-expanded="false"
|
|
18241
18376
|
type="button"
|
|
18242
18377
|
aria-label="Actions"
|
|
@@ -18245,7 +18380,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18245
18380
|
</button>
|
|
18246
18381
|
<ul
|
|
18247
18382
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18248
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-11
|
|
18383
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr1-button"
|
|
18249
18384
|
hidden
|
|
18250
18385
|
>
|
|
18251
18386
|
<li>
|
|
@@ -18294,7 +18429,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18294
18429
|
<div class="pf-c-dropdown">
|
|
18295
18430
|
<button
|
|
18296
18431
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18297
|
-
id="borderless-compound-expansion-table-nested-table-11
|
|
18432
|
+
id="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr2-button"
|
|
18298
18433
|
aria-expanded="false"
|
|
18299
18434
|
type="button"
|
|
18300
18435
|
aria-label="Actions"
|
|
@@ -18303,7 +18438,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18303
18438
|
</button>
|
|
18304
18439
|
<ul
|
|
18305
18440
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18306
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-11
|
|
18441
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr2-button"
|
|
18307
18442
|
hidden
|
|
18308
18443
|
>
|
|
18309
18444
|
<li>
|
|
@@ -18352,7 +18487,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18352
18487
|
<div class="pf-c-dropdown">
|
|
18353
18488
|
<button
|
|
18354
18489
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18355
|
-
id="borderless-compound-expansion-table-nested-table-11
|
|
18490
|
+
id="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr3-button"
|
|
18356
18491
|
aria-expanded="false"
|
|
18357
18492
|
type="button"
|
|
18358
18493
|
aria-label="Actions"
|
|
@@ -18361,7 +18496,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18361
18496
|
</button>
|
|
18362
18497
|
<ul
|
|
18363
18498
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18364
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-11
|
|
18499
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr3-button"
|
|
18365
18500
|
hidden
|
|
18366
18501
|
>
|
|
18367
18502
|
<li>
|
|
@@ -18410,7 +18545,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18410
18545
|
<div class="pf-c-dropdown">
|
|
18411
18546
|
<button
|
|
18412
18547
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18413
|
-
id="borderless-compound-expansion-table-nested-table-11
|
|
18548
|
+
id="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr4-button"
|
|
18414
18549
|
aria-expanded="false"
|
|
18415
18550
|
type="button"
|
|
18416
18551
|
aria-label="Actions"
|
|
@@ -18419,7 +18554,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18419
18554
|
</button>
|
|
18420
18555
|
<ul
|
|
18421
18556
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18422
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-11
|
|
18557
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr4-button"
|
|
18423
18558
|
hidden
|
|
18424
18559
|
>
|
|
18425
18560
|
<li>
|
|
@@ -18468,7 +18603,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18468
18603
|
<div class="pf-c-dropdown">
|
|
18469
18604
|
<button
|
|
18470
18605
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18471
|
-
id="borderless-compound-expansion-table-nested-table-11
|
|
18606
|
+
id="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr5-button"
|
|
18472
18607
|
aria-expanded="false"
|
|
18473
18608
|
type="button"
|
|
18474
18609
|
aria-label="Actions"
|
|
@@ -18477,7 +18612,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18477
18612
|
</button>
|
|
18478
18613
|
<ul
|
|
18479
18614
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18480
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-11
|
|
18615
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-11--dropdown-kebab-nested-tr5-button"
|
|
18481
18616
|
hidden
|
|
18482
18617
|
>
|
|
18483
18618
|
<li>
|
|
@@ -18525,7 +18660,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18525
18660
|
<table
|
|
18526
18661
|
class="pf-c-table pf-m-compact pf-m-no-border-rows"
|
|
18527
18662
|
role="grid"
|
|
18528
|
-
id="borderless-compound-expansion-table-nested-table-12"
|
|
18663
|
+
id="borderless-compound-expansion-table-nested-table-12-"
|
|
18529
18664
|
aria-label="Nested table"
|
|
18530
18665
|
>
|
|
18531
18666
|
<thead>
|
|
@@ -18565,7 +18700,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18565
18700
|
<div class="pf-c-dropdown">
|
|
18566
18701
|
<button
|
|
18567
18702
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18568
|
-
id="borderless-compound-expansion-table-nested-table-12
|
|
18703
|
+
id="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr1-button"
|
|
18569
18704
|
aria-expanded="false"
|
|
18570
18705
|
type="button"
|
|
18571
18706
|
aria-label="Actions"
|
|
@@ -18574,7 +18709,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18574
18709
|
</button>
|
|
18575
18710
|
<ul
|
|
18576
18711
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18577
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-12
|
|
18712
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr1-button"
|
|
18578
18713
|
hidden
|
|
18579
18714
|
>
|
|
18580
18715
|
<li>
|
|
@@ -18623,7 +18758,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18623
18758
|
<div class="pf-c-dropdown">
|
|
18624
18759
|
<button
|
|
18625
18760
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18626
|
-
id="borderless-compound-expansion-table-nested-table-12
|
|
18761
|
+
id="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr2-button"
|
|
18627
18762
|
aria-expanded="false"
|
|
18628
18763
|
type="button"
|
|
18629
18764
|
aria-label="Actions"
|
|
@@ -18632,7 +18767,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18632
18767
|
</button>
|
|
18633
18768
|
<ul
|
|
18634
18769
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18635
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-12
|
|
18770
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr2-button"
|
|
18636
18771
|
hidden
|
|
18637
18772
|
>
|
|
18638
18773
|
<li>
|
|
@@ -18681,7 +18816,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18681
18816
|
<div class="pf-c-dropdown">
|
|
18682
18817
|
<button
|
|
18683
18818
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18684
|
-
id="borderless-compound-expansion-table-nested-table-12
|
|
18819
|
+
id="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr3-button"
|
|
18685
18820
|
aria-expanded="false"
|
|
18686
18821
|
type="button"
|
|
18687
18822
|
aria-label="Actions"
|
|
@@ -18690,7 +18825,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18690
18825
|
</button>
|
|
18691
18826
|
<ul
|
|
18692
18827
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18693
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-12
|
|
18828
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr3-button"
|
|
18694
18829
|
hidden
|
|
18695
18830
|
>
|
|
18696
18831
|
<li>
|
|
@@ -18739,7 +18874,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18739
18874
|
<div class="pf-c-dropdown">
|
|
18740
18875
|
<button
|
|
18741
18876
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18742
|
-
id="borderless-compound-expansion-table-nested-table-12
|
|
18877
|
+
id="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr4-button"
|
|
18743
18878
|
aria-expanded="false"
|
|
18744
18879
|
type="button"
|
|
18745
18880
|
aria-label="Actions"
|
|
@@ -18748,7 +18883,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18748
18883
|
</button>
|
|
18749
18884
|
<ul
|
|
18750
18885
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18751
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-12
|
|
18886
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr4-button"
|
|
18752
18887
|
hidden
|
|
18753
18888
|
>
|
|
18754
18889
|
<li>
|
|
@@ -18797,7 +18932,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18797
18932
|
<div class="pf-c-dropdown">
|
|
18798
18933
|
<button
|
|
18799
18934
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
18800
|
-
id="borderless-compound-expansion-table-nested-table-12
|
|
18935
|
+
id="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr5-button"
|
|
18801
18936
|
aria-expanded="false"
|
|
18802
18937
|
type="button"
|
|
18803
18938
|
aria-label="Actions"
|
|
@@ -18806,7 +18941,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18806
18941
|
</button>
|
|
18807
18942
|
<ul
|
|
18808
18943
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
18809
|
-
aria-labelledby="borderless-compound-expansion-table-nested-table-12
|
|
18944
|
+
aria-labelledby="borderless-compound-expansion-table-nested-table-12--dropdown-kebab-nested-tr5-button"
|
|
18810
18945
|
hidden
|
|
18811
18946
|
>
|
|
18812
18947
|
<li>
|
|
@@ -18874,11 +19009,13 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18874
19009
|
<thead>
|
|
18875
19010
|
<tr role="row">
|
|
18876
19011
|
<td class="pf-c-table__check" role="cell">
|
|
18877
|
-
<
|
|
18878
|
-
|
|
18879
|
-
|
|
18880
|
-
|
|
18881
|
-
|
|
19012
|
+
<label>
|
|
19013
|
+
<input
|
|
19014
|
+
type="checkbox"
|
|
19015
|
+
name="table-width-modifiers-checkrowthead"
|
|
19016
|
+
aria-label="Select all rows"
|
|
19017
|
+
/>
|
|
19018
|
+
</label>
|
|
18882
19019
|
</td>
|
|
18883
19020
|
<th
|
|
18884
19021
|
class="pf-m-width-30 pf-c-table__sort pf-m-selected"
|
|
@@ -18933,13 +19070,15 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18933
19070
|
<tbody role="rowgroup">
|
|
18934
19071
|
<tr role="row">
|
|
18935
19072
|
<td class="pf-c-table__check" role="cell">
|
|
18936
|
-
<
|
|
18937
|
-
|
|
18938
|
-
|
|
18939
|
-
|
|
18940
|
-
|
|
19073
|
+
<label>
|
|
19074
|
+
<input
|
|
19075
|
+
type="checkbox"
|
|
19076
|
+
name="table-width-modifiers-checkrow1"
|
|
19077
|
+
aria-labelledby="table-width-modifiers-node1"
|
|
19078
|
+
/>
|
|
19079
|
+
</label>
|
|
18941
19080
|
</td>
|
|
18942
|
-
<th role="columnheader" data-label="
|
|
19081
|
+
<th role="columnheader" data-label="Data label name">
|
|
18943
19082
|
<div id="table-width-modifiers-node1">Node 1</div>
|
|
18944
19083
|
</th>
|
|
18945
19084
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -18950,17 +19089,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18950
19089
|
|
|
18951
19090
|
<tr role="row">
|
|
18952
19091
|
<td class="pf-c-table__check" role="cell">
|
|
18953
|
-
<
|
|
18954
|
-
|
|
18955
|
-
|
|
18956
|
-
|
|
18957
|
-
|
|
19092
|
+
<label>
|
|
19093
|
+
<input
|
|
19094
|
+
type="checkbox"
|
|
19095
|
+
name="table-width-modifiers-checkrow2"
|
|
19096
|
+
aria-labelledby="table-width-modifiers-node2"
|
|
19097
|
+
/>
|
|
19098
|
+
</label>
|
|
18958
19099
|
</td>
|
|
18959
|
-
<th role="columnheader" data-label="
|
|
18960
|
-
<div>
|
|
18961
|
-
|
|
18962
|
-
<a href="#">siemur/test-space</a>
|
|
18963
|
-
</div>
|
|
19100
|
+
<th role="columnheader" data-label="Data label name">
|
|
19101
|
+
<div id="table-width-modifiers-node2">Node 2</div>
|
|
19102
|
+
<a href="#">siemur/test-space</a>
|
|
18964
19103
|
</th>
|
|
18965
19104
|
<td role="cell" data-label="Branches">10</td>
|
|
18966
19105
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -18970,17 +19109,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18970
19109
|
|
|
18971
19110
|
<tr role="row">
|
|
18972
19111
|
<td class="pf-c-table__check" role="cell">
|
|
18973
|
-
<
|
|
18974
|
-
|
|
18975
|
-
|
|
18976
|
-
|
|
18977
|
-
|
|
19112
|
+
<label>
|
|
19113
|
+
<input
|
|
19114
|
+
type="checkbox"
|
|
19115
|
+
name="table-width-modifiers-checkrow3"
|
|
19116
|
+
aria-labelledby="table-width-modifiers-node3"
|
|
19117
|
+
/>
|
|
19118
|
+
</label>
|
|
18978
19119
|
</td>
|
|
18979
|
-
<th role="columnheader" data-label="
|
|
18980
|
-
<div>
|
|
18981
|
-
|
|
18982
|
-
<a href="#">siemur/test-space</a>
|
|
18983
|
-
</div>
|
|
19120
|
+
<th role="columnheader" data-label="Data label name">
|
|
19121
|
+
<div id="table-width-modifiers-node3">Node 3</div>
|
|
19122
|
+
<a href="#">siemur/test-space</a>
|
|
18984
19123
|
</th>
|
|
18985
19124
|
<td role="cell" data-label="Branches">10</td>
|
|
18986
19125
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -18990,17 +19129,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
18990
19129
|
|
|
18991
19130
|
<tr role="row">
|
|
18992
19131
|
<td class="pf-c-table__check" role="cell">
|
|
18993
|
-
<
|
|
18994
|
-
|
|
18995
|
-
|
|
18996
|
-
|
|
18997
|
-
|
|
19132
|
+
<label>
|
|
19133
|
+
<input
|
|
19134
|
+
type="checkbox"
|
|
19135
|
+
name="table-width-modifiers-checkrow4"
|
|
19136
|
+
aria-labelledby="table-width-modifiers-node4"
|
|
19137
|
+
/>
|
|
19138
|
+
</label>
|
|
18998
19139
|
</td>
|
|
18999
|
-
<th role="columnheader" data-label="
|
|
19000
|
-
<div>
|
|
19001
|
-
|
|
19002
|
-
<a href="#">siemur/test-space</a>
|
|
19003
|
-
</div>
|
|
19140
|
+
<th role="columnheader" data-label="Data label name">
|
|
19141
|
+
<div id="table-width-modifiers-node4">Node 4</div>
|
|
19142
|
+
<a href="#">siemur/test-space</a>
|
|
19004
19143
|
</th>
|
|
19005
19144
|
<td role="cell" data-label="Branches">10</td>
|
|
19006
19145
|
<td role="cell" data-label="Pull requests">25</td>
|
|
@@ -19014,6 +19153,8 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19014
19153
|
|
|
19015
19154
|
### Width modifiers usage
|
|
19016
19155
|
|
|
19156
|
+
Width modifiers control the width of the columns. To control the responsive behavior of the table at different screen widths, see [responsive table behavior](#responsive-table-behavior).
|
|
19157
|
+
|
|
19017
19158
|
| Class | Applied to | Outcome |
|
|
19018
19159
|
| --------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------- |
|
|
19019
19160
|
| `.pf-m-width-[10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, or 90]` | `<th>`, `<td>` | Percentage based modifier for `th` and `td` widths. **Recommended for sortable title cell** |
|
|
@@ -19145,19 +19286,11 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19145
19286
|
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-table tr > *` | Hides a table cell at a given breakpoint, or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
|
|
19146
19287
|
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-table tr > *` | Shows a table cell at a given breakpoint. |
|
|
19147
19288
|
|
|
19148
|
-
##
|
|
19289
|
+
## Text control modifiers
|
|
19149
19290
|
|
|
19150
19291
|
To better control table cell behavior, PatternFly provides a series of modifiers to help contextually control layout. By default, `thead` cells are set to truncate, whereas `tbody` cells are set to wrap. Both `th` and `td` cells use a set of shared css properties mapped to customizable css variable values. Because only the shared css variables are changed by the modifier selector and not the properties, the modifier can be applied to any parent element up until `.pf-c-table` itself [`thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text`].
|
|
19151
19292
|
|
|
19152
|
-
|
|
19153
|
-
| ------------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
19154
|
-
| `.pf-m-wrap` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Sets table cell content to wrap. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. This is the default behavior for <code>tbody</code> cells. |
|
|
19155
|
-
| `.pf-m-truncate` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Sets text to truncate based on a minimum width and available space adjacent table cells. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. This is the default behavior for <code>thead</code> cells. |
|
|
19156
|
-
| `.pf-m-nowrap` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Unsets min/max width and sets whitespace to nowrap. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. This is specifically beneficial for cell's whose <code>thead th</code> cells are blank. The following example highlights link text that should display inline. Be careful with this modifier, it will prioritize its cell's content above all other cell's contents. |
|
|
19157
|
-
| `.pf-m-fit-content` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Fit column width to cell content. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. |
|
|
19158
|
-
| `.pf-m-break-word` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Breaks long strings wherever necessary as defined by the table layout. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. |
|
|
19159
|
-
|
|
19160
|
-
### Controlling text example
|
|
19293
|
+
### Text control example
|
|
19161
19294
|
|
|
19162
19295
|
```html
|
|
19163
19296
|
<table
|
|
@@ -19220,7 +19353,7 @@ To better control table cell behavior, PatternFly provides a series of modifiers
|
|
|
19220
19353
|
|
|
19221
19354
|
By default, truncation and wrapping settings do not affect the grid layout, but text will fallback gracefully by passively wrapping long strings. Truncation and wrapping settings will persist with the addition of a `.pf-c-table__text` wrapper on table cell content. In addition to `.pf-c-table__text`, all PatternFly layouts can be used in table cells and contain table text elements.
|
|
19222
19355
|
|
|
19223
|
-
###
|
|
19356
|
+
### Text control using the table text element example
|
|
19224
19357
|
|
|
19225
19358
|
```html
|
|
19226
19359
|
<table
|
|
@@ -19432,24 +19565,9 @@ By default, truncation and wrapping settings do not affect the grid layout, but
|
|
|
19432
19565
|
|
|
19433
19566
|
```
|
|
19434
19567
|
|
|
19435
|
-
###
|
|
19436
|
-
|
|
19437
|
-
| Class | Applied to | Outcome |
|
|
19438
|
-
| -------------------- | ------------------------------------------------------- | --------------------------------------------- |
|
|
19439
|
-
| `.pf-c-table__text` | `th > *`, `td > *` | Initiates a table text element. |
|
|
19440
|
-
| `.pf-m-truncate` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Modifies text to truncate. |
|
|
19441
|
-
| `.pf-m-nowrap` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Modifies text to not wrap. |
|
|
19442
|
-
| `.pf-m-wrap` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Modifies text to wrap. |
|
|
19443
|
-
| `.pf-m-fit-content` | `thead`, `tr`, `th`, `.pf-c-table__text` | Modifies `th` to fit its contents. |
|
|
19444
|
-
| `.pf-m-break-word` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Modifies text strings to break. |
|
|
19445
|
-
| `.pf-m-border-right` | `<th>`, `<td>` | Modifies a table cell to show a right border. |
|
|
19446
|
-
| `.pf-m-border-left` | `<th>`, `<td>` | Modifies a table cell to show a left border. |
|
|
19447
|
-
|
|
19448
|
-
## Table header modifiers
|
|
19568
|
+
### Table with long strings in the content
|
|
19449
19569
|
|
|
19450
|
-
|
|
19451
|
-
|
|
19452
|
-
Long strings in table cells will push content. Add a width modifier to `thead th` to limit string length or add `.pf-m-truncate` to `tbody td`.
|
|
19570
|
+
Long strings in table cells will push that column wider and possible take from other columns. This can cause content or headers to be truncated.
|
|
19453
19571
|
|
|
19454
19572
|
```html
|
|
19455
19573
|
<div class="pf-c-tooltip pf-m-top" role="tooltip">
|
|
@@ -19508,6 +19626,8 @@ Long strings in table cells will push content. Add a width modifier to `thead th
|
|
|
19508
19626
|
|
|
19509
19627
|
### Width constrained
|
|
19510
19628
|
|
|
19629
|
+
Add a [width modifier](#width-modifiers) to `thead th` to limit string length or add `.pf-m-truncate` to `tbody td`.
|
|
19630
|
+
|
|
19511
19631
|
```html
|
|
19512
19632
|
<table
|
|
19513
19633
|
class="pf-c-table pf-m-grid-md"
|
|
@@ -19560,6 +19680,19 @@ Long strings in table cells will push content. Add a width modifier to `thead th
|
|
|
19560
19680
|
|
|
19561
19681
|
```
|
|
19562
19682
|
|
|
19683
|
+
### Text control modifiers usage
|
|
19684
|
+
|
|
19685
|
+
| Class | Applied to | Outcome |
|
|
19686
|
+
| ------------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
19687
|
+
| `.pf-c-table__text` | `th > *`, `td > *` | Initiates a table text element. |
|
|
19688
|
+
| `.pf-m-wrap` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Sets table cell content to wrap. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. This is the default behavior for <code>tbody</code> cells. |
|
|
19689
|
+
| `.pf-m-truncate` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Sets text to truncate based on a minimum width and available space adjacent table cells. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. This is the default behavior for <code>thead</code> cells. |
|
|
19690
|
+
| `.pf-m-nowrap` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Unsets min/max width and sets whitespace to nowrap. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. This is specifically beneficial for cell's whose <code>thead th</code> cells are blank. The following example highlights link text that should display inline. Be careful with this modifier, it will prioritize its cell's content above all other cell's contents. |
|
|
19691
|
+
| `.pf-m-fit-content` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Fit column width to cell content. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. |
|
|
19692
|
+
| `.pf-m-break-word` | `thead`, `tbody`, `tr`, `th`, `td`, `.pf-c-table__text` | Breaks long strings to break wherever necessary as defined by the table layout. If applied to `thead`, `tbody` or `tr`, then all child cells will be affected. |
|
|
19693
|
+
|
|
19694
|
+
## Sticky table modifiers
|
|
19695
|
+
|
|
19563
19696
|
### Sticky header
|
|
19564
19697
|
|
|
19565
19698
|
```html
|
|
@@ -19624,7 +19757,7 @@ Long strings in table cells will push content. Add a width modifier to `thead th
|
|
|
19624
19757
|
class="pf-c-table"
|
|
19625
19758
|
role="grid"
|
|
19626
19759
|
aria-label="This is a scrollable table"
|
|
19627
|
-
id="-
|
|
19760
|
+
id="sticky-column-example"
|
|
19628
19761
|
>
|
|
19629
19762
|
<thead>
|
|
19630
19763
|
<tr role="row">
|
|
@@ -20126,7 +20259,7 @@ Long strings in table cells will push content. Add a width modifier to `thead th
|
|
|
20126
20259
|
class="pf-c-table"
|
|
20127
20260
|
role="grid"
|
|
20128
20261
|
aria-label="This is a scrollable table"
|
|
20129
|
-
id="-
|
|
20262
|
+
id="sticky-multi-column-example"
|
|
20130
20263
|
>
|
|
20131
20264
|
<thead>
|
|
20132
20265
|
<tr role="row">
|
|
@@ -20684,7 +20817,7 @@ Long strings in table cells will push content. Add a width modifier to `thead th
|
|
|
20684
20817
|
class="pf-c-table pf-m-sticky-header"
|
|
20685
20818
|
role="grid"
|
|
20686
20819
|
aria-label="This is a scrollable table"
|
|
20687
|
-
id="-
|
|
20820
|
+
id="sticky-header-columns-example"
|
|
20688
20821
|
>
|
|
20689
20822
|
<thead>
|
|
20690
20823
|
<tr role="row">
|
|
@@ -21234,15 +21367,18 @@ Long strings in table cells will push content. Add a width modifier to `thead th
|
|
|
21234
21367
|
|
|
21235
21368
|
```
|
|
21236
21369
|
|
|
21237
|
-
### Sticky
|
|
21370
|
+
### Sticky table usage
|
|
21238
21371
|
|
|
21239
21372
|
For sticky columns to function correctly, the parent table's width must be controlled with `.pf-c-scroll-inner-wrapper`. For sticky columns and sticky headers to function correctly, the parent table needs an inner and outer wrapper (`.pf-c-scroll-outer-wrapper` and `.pf-c-scroll-inner-wrapper`)
|
|
21240
21373
|
|
|
21241
|
-
| Class | Applied to | Outcome
|
|
21242
|
-
| ---------------------------- | -------------- |
|
|
21243
|
-
| `.pf-
|
|
21244
|
-
| `.pf-c-scroll-
|
|
21245
|
-
| `.pf-c-
|
|
21374
|
+
| Class | Applied to | Outcome |
|
|
21375
|
+
| ---------------------------- | -------------- | ---------------------------------------------------------------------------- |
|
|
21376
|
+
| `.pf-m-sticky-header` | `.pf-c-table` | Makes the table cells in `<thead>` sticky to the top of the table on scroll. |
|
|
21377
|
+
| `.pf-c-scroll-outer-wrapper` | `<div>` | Initiates a table container sticky columns outer wrapper. |
|
|
21378
|
+
| `.pf-c-scroll-inner-wrapper` | `<div>` | Initiates a table container sticky columns inner wrapper. |
|
|
21379
|
+
| `.pf-c-table__sticky-column` | `<th>`, `<td>` | Initiates a sticky table cell. |
|
|
21380
|
+
|
|
21381
|
+
## Nested column headers
|
|
21246
21382
|
|
|
21247
21383
|
### Nested column headers and expandable rows
|
|
21248
21384
|
|
|
@@ -21264,11 +21400,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21264
21400
|
<tr role="row">
|
|
21265
21401
|
<td rowspan="2"></td>
|
|
21266
21402
|
<td class="pf-c-table__check" role="cell" rowspan="2">
|
|
21267
|
-
<
|
|
21268
|
-
|
|
21269
|
-
|
|
21270
|
-
|
|
21271
|
-
|
|
21403
|
+
<label>
|
|
21404
|
+
<input
|
|
21405
|
+
type="checkbox"
|
|
21406
|
+
name="nested-columns-expandable-example-checkrow"
|
|
21407
|
+
aria-label="Select all rows"
|
|
21408
|
+
/>
|
|
21409
|
+
</label>
|
|
21272
21410
|
</td>
|
|
21273
21411
|
<th
|
|
21274
21412
|
class="pf-m-border-right pf-c-table__sort"
|
|
@@ -21333,11 +21471,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21333
21471
|
</td>
|
|
21334
21472
|
|
|
21335
21473
|
<td class="pf-c-table__check" role="cell">
|
|
21336
|
-
<
|
|
21337
|
-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21474
|
+
<label>
|
|
21475
|
+
<input
|
|
21476
|
+
type="checkbox"
|
|
21477
|
+
name="nested-columns-expandable-example-checkrow1"
|
|
21478
|
+
aria-labelledby="nested-columns-expandable-example-node1"
|
|
21479
|
+
/>
|
|
21480
|
+
</label>
|
|
21341
21481
|
</td>
|
|
21342
21482
|
<th
|
|
21343
21483
|
class
|
|
@@ -21433,11 +21573,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21433
21573
|
</td>
|
|
21434
21574
|
|
|
21435
21575
|
<td class="pf-c-table__check" role="cell">
|
|
21436
|
-
<
|
|
21437
|
-
|
|
21438
|
-
|
|
21439
|
-
|
|
21440
|
-
|
|
21576
|
+
<label>
|
|
21577
|
+
<input
|
|
21578
|
+
type="checkbox"
|
|
21579
|
+
name="nested-columns-expandable-example-checkrow2"
|
|
21580
|
+
aria-labelledby="nested-columns-expandable-example-node2"
|
|
21581
|
+
/>
|
|
21582
|
+
</label>
|
|
21441
21583
|
</td>
|
|
21442
21584
|
<th
|
|
21443
21585
|
class
|
|
@@ -21533,11 +21675,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21533
21675
|
</td>
|
|
21534
21676
|
|
|
21535
21677
|
<td class="pf-c-table__check" role="cell">
|
|
21536
|
-
<
|
|
21537
|
-
|
|
21538
|
-
|
|
21539
|
-
|
|
21540
|
-
|
|
21678
|
+
<label>
|
|
21679
|
+
<input
|
|
21680
|
+
type="checkbox"
|
|
21681
|
+
name="nested-columns-expandable-example-checkrow3"
|
|
21682
|
+
aria-labelledby="nested-columns-expandable-example-node3"
|
|
21683
|
+
/>
|
|
21684
|
+
</label>
|
|
21541
21685
|
</td>
|
|
21542
21686
|
<th
|
|
21543
21687
|
class
|
|
@@ -21854,6 +21998,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21854
21998
|
|
|
21855
21999
|
```
|
|
21856
22000
|
|
|
22001
|
+
### Nested column header modifier usage
|
|
22002
|
+
|
|
22003
|
+
| Class | Applied to | Outcome |
|
|
22004
|
+
| ---------------------------- | -------------- | ------------------------------------------------------ |
|
|
22005
|
+
| `.pf-m-nested-column-header` | `<thead>` | Modifies a table header to handle nested header cells. |
|
|
22006
|
+
| `.pf-m-border-right` | `<th>`, `<td>` | Modifies a table cell to show a right border. |
|
|
22007
|
+
| `.pf-m-border-left` | `<th>`, `<td>` | Modifies a table cell to show a left border. |
|
|
22008
|
+
|
|
21857
22009
|
## Favorites
|
|
21858
22010
|
|
|
21859
22011
|
### Favorites examples
|
|
@@ -21868,11 +22020,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21868
22020
|
<thead>
|
|
21869
22021
|
<tr role="row">
|
|
21870
22022
|
<td class="pf-c-table__check" role="cell">
|
|
21871
|
-
<
|
|
21872
|
-
|
|
21873
|
-
|
|
21874
|
-
|
|
21875
|
-
|
|
22023
|
+
<label>
|
|
22024
|
+
<input
|
|
22025
|
+
type="checkbox"
|
|
22026
|
+
name="table-favorites-checkrowthead"
|
|
22027
|
+
aria-label="Select all rows"
|
|
22028
|
+
/>
|
|
22029
|
+
</label>
|
|
21876
22030
|
</td>
|
|
21877
22031
|
<td></td>
|
|
21878
22032
|
<th role="columnheader" scope="col">Repositories</th>
|
|
@@ -21887,11 +22041,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21887
22041
|
<tbody role="rowgroup">
|
|
21888
22042
|
<tr role="row">
|
|
21889
22043
|
<td class="pf-c-table__check" role="cell">
|
|
21890
|
-
<
|
|
21891
|
-
|
|
21892
|
-
|
|
21893
|
-
|
|
21894
|
-
|
|
22044
|
+
<label>
|
|
22045
|
+
<input
|
|
22046
|
+
type="checkbox"
|
|
22047
|
+
name="table-favorites-checkrow1"
|
|
22048
|
+
aria-labelledby="table-favorites-node1"
|
|
22049
|
+
/>
|
|
22050
|
+
</label>
|
|
21895
22051
|
</td>
|
|
21896
22052
|
<td class="pf-c-table__favorite pf-m-favorited" role="cell">
|
|
21897
22053
|
<button
|
|
@@ -21917,7 +22073,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21917
22073
|
<div class="pf-c-dropdown">
|
|
21918
22074
|
<button
|
|
21919
22075
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
21920
|
-
id="table-favorites-dropdown-kebab-
|
|
22076
|
+
id="table-favorites-dropdown-kebab-1-button"
|
|
21921
22077
|
aria-expanded="false"
|
|
21922
22078
|
type="button"
|
|
21923
22079
|
aria-label="Actions"
|
|
@@ -21926,7 +22082,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21926
22082
|
</button>
|
|
21927
22083
|
<ul
|
|
21928
22084
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
21929
|
-
aria-labelledby="table-favorites-dropdown-kebab-
|
|
22085
|
+
aria-labelledby="table-favorites-dropdown-kebab-1-button"
|
|
21930
22086
|
hidden
|
|
21931
22087
|
>
|
|
21932
22088
|
<li>
|
|
@@ -21961,11 +22117,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21961
22117
|
|
|
21962
22118
|
<tr role="row">
|
|
21963
22119
|
<td class="pf-c-table__check" role="cell">
|
|
21964
|
-
<
|
|
21965
|
-
|
|
21966
|
-
|
|
21967
|
-
|
|
21968
|
-
|
|
22120
|
+
<label>
|
|
22121
|
+
<input
|
|
22122
|
+
type="checkbox"
|
|
22123
|
+
name="table-favorites-checkrow2"
|
|
22124
|
+
aria-labelledby="table-favorites-node2"
|
|
22125
|
+
/>
|
|
22126
|
+
</label>
|
|
21969
22127
|
</td>
|
|
21970
22128
|
<td class="pf-c-table__favorite" role="cell">
|
|
21971
22129
|
<button
|
|
@@ -21989,7 +22147,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21989
22147
|
<div class="pf-c-dropdown">
|
|
21990
22148
|
<button
|
|
21991
22149
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
21992
|
-
id="table-favorites-dropdown-kebab-
|
|
22150
|
+
id="table-favorites-dropdown-kebab-2-button"
|
|
21993
22151
|
aria-expanded="false"
|
|
21994
22152
|
type="button"
|
|
21995
22153
|
aria-label="Actions"
|
|
@@ -21998,7 +22156,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21998
22156
|
</button>
|
|
21999
22157
|
<ul
|
|
22000
22158
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
22001
|
-
aria-labelledby="table-favorites-dropdown-kebab-
|
|
22159
|
+
aria-labelledby="table-favorites-dropdown-kebab-2-button"
|
|
22002
22160
|
hidden
|
|
22003
22161
|
>
|
|
22004
22162
|
<li>
|
|
@@ -22033,11 +22191,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22033
22191
|
|
|
22034
22192
|
<tr role="row">
|
|
22035
22193
|
<td class="pf-c-table__check" role="cell">
|
|
22036
|
-
<
|
|
22037
|
-
|
|
22038
|
-
|
|
22039
|
-
|
|
22040
|
-
|
|
22194
|
+
<label>
|
|
22195
|
+
<input
|
|
22196
|
+
type="checkbox"
|
|
22197
|
+
name="table-favorites-checkrow3"
|
|
22198
|
+
aria-labelledby="table-favorites-node3"
|
|
22199
|
+
/>
|
|
22200
|
+
</label>
|
|
22041
22201
|
</td>
|
|
22042
22202
|
<td class="pf-c-table__favorite pf-m-favorited" role="cell">
|
|
22043
22203
|
<button
|
|
@@ -22061,7 +22221,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22061
22221
|
<div class="pf-c-dropdown">
|
|
22062
22222
|
<button
|
|
22063
22223
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
22064
|
-
id="table-favorites-dropdown-kebab-
|
|
22224
|
+
id="table-favorites-dropdown-kebab-3-button"
|
|
22065
22225
|
aria-expanded="false"
|
|
22066
22226
|
type="button"
|
|
22067
22227
|
aria-label="Actions"
|
|
@@ -22070,7 +22230,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22070
22230
|
</button>
|
|
22071
22231
|
<ul
|
|
22072
22232
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
22073
|
-
aria-labelledby="table-favorites-dropdown-kebab-
|
|
22233
|
+
aria-labelledby="table-favorites-dropdown-kebab-3-button"
|
|
22074
22234
|
hidden
|
|
22075
22235
|
>
|
|
22076
22236
|
<li>
|
|
@@ -22105,11 +22265,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22105
22265
|
|
|
22106
22266
|
<tr role="row">
|
|
22107
22267
|
<td class="pf-c-table__check" role="cell">
|
|
22108
|
-
<
|
|
22109
|
-
|
|
22110
|
-
|
|
22111
|
-
|
|
22112
|
-
|
|
22268
|
+
<label>
|
|
22269
|
+
<input
|
|
22270
|
+
type="checkbox"
|
|
22271
|
+
name="table-favorites-checkrow4"
|
|
22272
|
+
aria-labelledby="table-favorites-node4"
|
|
22273
|
+
/>
|
|
22274
|
+
</label>
|
|
22113
22275
|
</td>
|
|
22114
22276
|
<td class="pf-c-table__favorite" role="cell">
|
|
22115
22277
|
<button
|
|
@@ -22133,7 +22295,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22133
22295
|
<div class="pf-c-dropdown">
|
|
22134
22296
|
<button
|
|
22135
22297
|
class="pf-c-dropdown__toggle pf-m-plain"
|
|
22136
|
-
id="table-favorites-dropdown-kebab-
|
|
22298
|
+
id="table-favorites-dropdown-kebab-4-button"
|
|
22137
22299
|
aria-expanded="false"
|
|
22138
22300
|
type="button"
|
|
22139
22301
|
aria-label="Actions"
|
|
@@ -22142,7 +22304,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22142
22304
|
</button>
|
|
22143
22305
|
<ul
|
|
22144
22306
|
class="pf-c-dropdown__menu pf-m-align-right"
|
|
22145
|
-
aria-labelledby="table-favorites-dropdown-kebab-
|
|
22307
|
+
aria-labelledby="table-favorites-dropdown-kebab-4-button"
|
|
22146
22308
|
hidden
|
|
22147
22309
|
>
|
|
22148
22310
|
<li>
|
|
@@ -22514,11 +22676,3 @@ By default, all table header cells are set to `white-space: nowrap`. If a `<th>`
|
|
|
22514
22676
|
- One action button, positioned in the last cell of a non-expandable row.
|
|
22515
22677
|
- Tabular data.
|
|
22516
22678
|
- Compact presentation modifier (not compatible with expandable table).
|
|
22517
|
-
|
|
22518
|
-
### Responsive layout modifiers
|
|
22519
|
-
|
|
22520
|
-
| Class | Applied to | Outcome |
|
|
22521
|
-
| ------------------------------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
22522
|
-
| `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-c-table` | Changes tabular layout to responsive, grid based layout at suffixed breakpoint. |
|
|
22523
|
-
| `.pf-m-grid` | `.pf-c-table` | Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value. |
|
|
22524
|
-
| `.pf-m-sticky-header` | `.pf-c-table` | Makes the table cells in `<thead>` sticky to the top of the table on scroll. |
|