@patternfly/patternfly 6.0.0 → 6.1.0-prerelease.2
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/components/CodeEditor/code-editor.css +15 -0
- package/components/CodeEditor/code-editor.scss +16 -1
- package/components/Page/page.css +5 -0
- package/components/Page/page.scss +6 -0
- package/components/Table/table-grid.css +12 -12
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table-tree-view.scss +4 -4
- package/components/_index.css +36 -16
- package/docs/components/CodeEditor/examples/CodeEditor.css +3 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +158 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -18
- package/docs/components/MenuToggle/examples/MenuToggle.md +1193 -536
- package/docs/components/Table/examples/Table.md +466 -2524
- package/docs/components/Tile/{examples → deprecated}/Tile.md +1 -0
- package/docs/demos/Card/examples/Card.css +4 -0
- package/docs/demos/Card/examples/Card.md +13 -21
- package/docs/demos/DataList/examples/DataList.md +5 -30
- package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -30
- package/docs/demos/Table/examples/Table.md +161 -924
- package/docs/demos/Tabs/examples/Tabs.md +6 -36
- package/docs/demos/Toolbar/examples/Toolbar.md +12 -72
- package/package.json +6 -6
- package/patternfly-no-globals.css +36 -16
- package/patternfly.css +36 -16
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- /package/docs/components/Tile/{examples → deprecated}/Tile.css +0 -0
|
@@ -478,12 +478,7 @@ wrapperTag: div
|
|
|
478
478
|
id="basic-demo-table"
|
|
479
479
|
>
|
|
480
480
|
<thead class="pf-v6-c-table__thead">
|
|
481
|
-
<tr
|
|
482
|
-
class="pf-v6-c-table__tr"
|
|
483
|
-
role&#x3D;&quot;row&quot;
|
|
484
|
-
[object
|
|
485
|
-
Object]
|
|
486
|
-
>
|
|
481
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
487
482
|
<th
|
|
488
483
|
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
489
484
|
role="columnheader"
|
|
@@ -541,12 +536,7 @@ wrapperTag: div
|
|
|
541
536
|
</thead>
|
|
542
537
|
|
|
543
538
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
544
|
-
<tr
|
|
545
|
-
class="pf-v6-c-table__tr"
|
|
546
|
-
role&#x3D;&quot;row&quot;
|
|
547
|
-
[object
|
|
548
|
-
Object]
|
|
549
|
-
>
|
|
539
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
550
540
|
<td
|
|
551
541
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
552
542
|
aria-label="Check row"
|
|
@@ -622,12 +612,7 @@ wrapperTag: div
|
|
|
622
612
|
</td>
|
|
623
613
|
</tr>
|
|
624
614
|
|
|
625
|
-
<tr
|
|
626
|
-
class="pf-v6-c-table__tr"
|
|
627
|
-
role&#x3D;&quot;row&quot;
|
|
628
|
-
[object
|
|
629
|
-
Object]
|
|
630
|
-
>
|
|
615
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
631
616
|
<td
|
|
632
617
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
633
618
|
aria-label="Check row"
|
|
@@ -703,12 +688,7 @@ wrapperTag: div
|
|
|
703
688
|
</td>
|
|
704
689
|
</tr>
|
|
705
690
|
|
|
706
|
-
<tr
|
|
707
|
-
class="pf-v6-c-table__tr"
|
|
708
|
-
role&#x3D;&quot;row&quot;
|
|
709
|
-
[object
|
|
710
|
-
Object]
|
|
711
|
-
>
|
|
691
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
712
692
|
<td
|
|
713
693
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
714
694
|
aria-label="Check row"
|
|
@@ -784,12 +764,7 @@ wrapperTag: div
|
|
|
784
764
|
</td>
|
|
785
765
|
</tr>
|
|
786
766
|
|
|
787
|
-
<tr
|
|
788
|
-
class="pf-v6-c-table__tr"
|
|
789
|
-
role&#x3D;&quot;row&quot;
|
|
790
|
-
[object
|
|
791
|
-
Object]
|
|
792
|
-
>
|
|
767
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
793
768
|
<td
|
|
794
769
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
795
770
|
aria-label="Check row"
|
|
@@ -865,12 +840,7 @@ wrapperTag: div
|
|
|
865
840
|
</td>
|
|
866
841
|
</tr>
|
|
867
842
|
|
|
868
|
-
<tr
|
|
869
|
-
class="pf-v6-c-table__tr"
|
|
870
|
-
role&#x3D;&quot;row&quot;
|
|
871
|
-
[object
|
|
872
|
-
Object]
|
|
873
|
-
>
|
|
843
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
874
844
|
<td
|
|
875
845
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
876
846
|
aria-label="Check row"
|
|
@@ -1565,12 +1535,7 @@ wrapperTag: div
|
|
|
1565
1535
|
id="sortable-demo-table"
|
|
1566
1536
|
>
|
|
1567
1537
|
<thead class="pf-v6-c-table__thead">
|
|
1568
|
-
<tr
|
|
1569
|
-
class="pf-v6-c-table__tr"
|
|
1570
|
-
role&#x3D;&quot;row&quot;
|
|
1571
|
-
[object
|
|
1572
|
-
Object]
|
|
1573
|
-
>
|
|
1538
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1574
1539
|
<th
|
|
1575
1540
|
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
1576
1541
|
role="columnheader"
|
|
@@ -1678,12 +1643,7 @@ wrapperTag: div
|
|
|
1678
1643
|
</thead>
|
|
1679
1644
|
|
|
1680
1645
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1681
|
-
<tr
|
|
1682
|
-
class="pf-v6-c-table__tr"
|
|
1683
|
-
role&#x3D;&quot;row&quot;
|
|
1684
|
-
[object
|
|
1685
|
-
Object]
|
|
1686
|
-
>
|
|
1646
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1687
1647
|
<td
|
|
1688
1648
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1689
1649
|
aria-label="Check row"
|
|
@@ -1759,12 +1719,7 @@ wrapperTag: div
|
|
|
1759
1719
|
</td>
|
|
1760
1720
|
</tr>
|
|
1761
1721
|
|
|
1762
|
-
<tr
|
|
1763
|
-
class="pf-v6-c-table__tr"
|
|
1764
|
-
role&#x3D;&quot;row&quot;
|
|
1765
|
-
[object
|
|
1766
|
-
Object]
|
|
1767
|
-
>
|
|
1722
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1768
1723
|
<td
|
|
1769
1724
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1770
1725
|
aria-label="Check row"
|
|
@@ -1840,12 +1795,7 @@ wrapperTag: div
|
|
|
1840
1795
|
</td>
|
|
1841
1796
|
</tr>
|
|
1842
1797
|
|
|
1843
|
-
<tr
|
|
1844
|
-
class="pf-v6-c-table__tr"
|
|
1845
|
-
role&#x3D;&quot;row&quot;
|
|
1846
|
-
[object
|
|
1847
|
-
Object]
|
|
1848
|
-
>
|
|
1798
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1849
1799
|
<td
|
|
1850
1800
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1851
1801
|
aria-label="Check row"
|
|
@@ -1921,12 +1871,7 @@ wrapperTag: div
|
|
|
1921
1871
|
</td>
|
|
1922
1872
|
</tr>
|
|
1923
1873
|
|
|
1924
|
-
<tr
|
|
1925
|
-
class="pf-v6-c-table__tr"
|
|
1926
|
-
role&#x3D;&quot;row&quot;
|
|
1927
|
-
[object
|
|
1928
|
-
Object]
|
|
1929
|
-
>
|
|
1874
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1930
1875
|
<td
|
|
1931
1876
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1932
1877
|
aria-label="Check row"
|
|
@@ -2002,12 +1947,7 @@ wrapperTag: div
|
|
|
2002
1947
|
</td>
|
|
2003
1948
|
</tr>
|
|
2004
1949
|
|
|
2005
|
-
<tr
|
|
2006
|
-
class="pf-v6-c-table__tr"
|
|
2007
|
-
role&#x3D;&quot;row&quot;
|
|
2008
|
-
[object
|
|
2009
|
-
Object]
|
|
2010
|
-
>
|
|
1950
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
2011
1951
|
<td
|
|
2012
1952
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2013
1953
|
aria-label="Check row"
|
|
@@ -2664,12 +2604,7 @@ wrapperTag: div
|
|
|
2664
2604
|
id="expandable-demo-table"
|
|
2665
2605
|
>
|
|
2666
2606
|
<thead class="pf-v6-c-table__thead">
|
|
2667
|
-
<tr
|
|
2668
|
-
class="pf-v6-c-table__tr"
|
|
2669
|
-
role&#x3D;&quot;row&quot;
|
|
2670
|
-
[object
|
|
2671
|
-
Object]
|
|
2672
|
-
>
|
|
2607
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
2673
2608
|
<th
|
|
2674
2609
|
class="pf-v6-c-table__th pf-v6-c-table__toggle"
|
|
2675
2610
|
aria-label="Row expansion"
|
|
@@ -2749,12 +2684,7 @@ wrapperTag: div
|
|
|
2749
2684
|
</thead>
|
|
2750
2685
|
|
|
2751
2686
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2752
|
-
<tr
|
|
2753
|
-
class="pf-v6-c-table__tr"
|
|
2754
|
-
role&#x3D;&quot;row&quot;
|
|
2755
|
-
[object
|
|
2756
|
-
Object]
|
|
2757
|
-
>
|
|
2687
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
2758
2688
|
<td
|
|
2759
2689
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
2760
2690
|
aria-label="Row expansion"
|
|
@@ -2852,9 +2782,7 @@ wrapperTag: div
|
|
|
2852
2782
|
|
|
2853
2783
|
<tr
|
|
2854
2784
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
2855
|
-
role
|
|
2856
|
-
[object
|
|
2857
|
-
Object]
|
|
2785
|
+
role="row"
|
|
2858
2786
|
>
|
|
2859
2787
|
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2860
2788
|
<span class="pf-v6-screen-reader">Actions</span>
|
|
@@ -2887,12 +2815,7 @@ wrapperTag: div
|
|
|
2887
2815
|
</tbody>
|
|
2888
2816
|
|
|
2889
2817
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded" role="rowgroup">
|
|
2890
|
-
<tr
|
|
2891
|
-
class="pf-v6-c-table__tr pf-m-expanded"
|
|
2892
|
-
role&#x3D;&quot;row&quot;
|
|
2893
|
-
[object
|
|
2894
|
-
Object]
|
|
2895
|
-
>
|
|
2818
|
+
<tr class="pf-v6-c-table__tr pf-m-expanded" role="row">
|
|
2896
2819
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2897
2820
|
<button
|
|
2898
2821
|
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
@@ -2977,9 +2900,7 @@ wrapperTag: div
|
|
|
2977
2900
|
|
|
2978
2901
|
<tr
|
|
2979
2902
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
2980
|
-
role
|
|
2981
|
-
[object
|
|
2982
|
-
Object]
|
|
2903
|
+
role="row"
|
|
2983
2904
|
>
|
|
2984
2905
|
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2985
2906
|
<span class="pf-v6-screen-reader">Actions</span>
|
|
@@ -3028,12 +2949,7 @@ wrapperTag: div
|
|
|
3028
2949
|
</tbody>
|
|
3029
2950
|
|
|
3030
2951
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3031
|
-
<tr
|
|
3032
|
-
class="pf-v6-c-table__tr"
|
|
3033
|
-
role&#x3D;&quot;row&quot;
|
|
3034
|
-
[object
|
|
3035
|
-
Object]
|
|
3036
|
-
>
|
|
2952
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
3037
2953
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3038
2954
|
<button
|
|
3039
2955
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -3119,9 +3035,7 @@ wrapperTag: div
|
|
|
3119
3035
|
|
|
3120
3036
|
<tr
|
|
3121
3037
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3122
|
-
role
|
|
3123
|
-
[object
|
|
3124
|
-
Object]
|
|
3038
|
+
role="row"
|
|
3125
3039
|
>
|
|
3126
3040
|
<td
|
|
3127
3041
|
class="pf-v6-c-table__td"
|
|
@@ -3142,12 +3056,7 @@ wrapperTag: div
|
|
|
3142
3056
|
</tbody>
|
|
3143
3057
|
|
|
3144
3058
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3145
|
-
<tr
|
|
3146
|
-
class="pf-v6-c-table__tr"
|
|
3147
|
-
role&#x3D;&quot;row&quot;
|
|
3148
|
-
[object
|
|
3149
|
-
Object]
|
|
3150
|
-
>
|
|
3059
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
3151
3060
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3152
3061
|
<button
|
|
3153
3062
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -3233,9 +3142,7 @@ wrapperTag: div
|
|
|
3233
3142
|
|
|
3234
3143
|
<tr
|
|
3235
3144
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3236
|
-
role
|
|
3237
|
-
[object
|
|
3238
|
-
Object]
|
|
3145
|
+
role="row"
|
|
3239
3146
|
>
|
|
3240
3147
|
<td
|
|
3241
3148
|
class="pf-v6-c-table__td"
|
|
@@ -3256,12 +3163,7 @@ wrapperTag: div
|
|
|
3256
3163
|
</tbody>
|
|
3257
3164
|
|
|
3258
3165
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3259
|
-
<tr
|
|
3260
|
-
class="pf-v6-c-table__tr"
|
|
3261
|
-
role&#x3D;&quot;row&quot;
|
|
3262
|
-
[object
|
|
3263
|
-
Object]
|
|
3264
|
-
>
|
|
3166
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
3265
3167
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3266
3168
|
<button
|
|
3267
3169
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -3354,9 +3256,7 @@ wrapperTag: div
|
|
|
3354
3256
|
|
|
3355
3257
|
<tr
|
|
3356
3258
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3357
|
-
role
|
|
3358
|
-
[object
|
|
3359
|
-
Object]
|
|
3259
|
+
role="row"
|
|
3360
3260
|
>
|
|
3361
3261
|
<td
|
|
3362
3262
|
class="pf-v6-c-table__td"
|
|
@@ -3957,12 +3857,7 @@ wrapperTag: div
|
|
|
3957
3857
|
id="compact-demo-table"
|
|
3958
3858
|
>
|
|
3959
3859
|
<thead class="pf-v6-c-table__thead">
|
|
3960
|
-
<tr
|
|
3961
|
-
class="pf-v6-c-table__tr"
|
|
3962
|
-
role&#x3D;&quot;row&quot;
|
|
3963
|
-
[object
|
|
3964
|
-
Object]
|
|
3965
|
-
>
|
|
3860
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
3966
3861
|
<th
|
|
3967
3862
|
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
3968
3863
|
role="columnheader"
|
|
@@ -4026,12 +3921,7 @@ wrapperTag: div
|
|
|
4026
3921
|
</thead>
|
|
4027
3922
|
|
|
4028
3923
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
4029
|
-
<tr
|
|
4030
|
-
class="pf-v6-c-table__tr"
|
|
4031
|
-
role&#x3D;&quot;row&quot;
|
|
4032
|
-
[object
|
|
4033
|
-
Object]
|
|
4034
|
-
>
|
|
3924
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
4035
3925
|
<td
|
|
4036
3926
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4037
3927
|
aria-label="Check row"
|
|
@@ -4103,12 +3993,7 @@ wrapperTag: div
|
|
|
4103
3993
|
</td>
|
|
4104
3994
|
</tr>
|
|
4105
3995
|
|
|
4106
|
-
<tr
|
|
4107
|
-
class="pf-v6-c-table__tr"
|
|
4108
|
-
role&#x3D;&quot;row&quot;
|
|
4109
|
-
[object
|
|
4110
|
-
Object]
|
|
4111
|
-
>
|
|
3996
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
4112
3997
|
<td
|
|
4113
3998
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4114
3999
|
aria-label="Check row"
|
|
@@ -4180,12 +4065,7 @@ wrapperTag: div
|
|
|
4180
4065
|
</td>
|
|
4181
4066
|
</tr>
|
|
4182
4067
|
|
|
4183
|
-
<tr
|
|
4184
|
-
class="pf-v6-c-table__tr"
|
|
4185
|
-
role&#x3D;&quot;row&quot;
|
|
4186
|
-
[object
|
|
4187
|
-
Object]
|
|
4188
|
-
>
|
|
4068
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
4189
4069
|
<td
|
|
4190
4070
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4191
4071
|
aria-label="Check row"
|
|
@@ -4257,12 +4137,7 @@ wrapperTag: div
|
|
|
4257
4137
|
</td>
|
|
4258
4138
|
</tr>
|
|
4259
4139
|
|
|
4260
|
-
<tr
|
|
4261
|
-
class="pf-v6-c-table__tr"
|
|
4262
|
-
role&#x3D;&quot;row&quot;
|
|
4263
|
-
[object
|
|
4264
|
-
Object]
|
|
4265
|
-
>
|
|
4140
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
4266
4141
|
<td
|
|
4267
4142
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4268
4143
|
aria-label="Check row"
|
|
@@ -4919,12 +4794,7 @@ wrapperTag: div
|
|
|
4919
4794
|
id="compound-expansion-demo-table"
|
|
4920
4795
|
>
|
|
4921
4796
|
<thead class="pf-v6-c-table__thead">
|
|
4922
|
-
<tr
|
|
4923
|
-
class="pf-v6-c-table__tr"
|
|
4924
|
-
role&#x3D;&quot;row&quot;
|
|
4925
|
-
[object
|
|
4926
|
-
Object]
|
|
4927
|
-
>
|
|
4797
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
4928
4798
|
<th
|
|
4929
4799
|
class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
|
|
4930
4800
|
role="columnheader"
|
|
@@ -5004,12 +4874,7 @@ wrapperTag: div
|
|
|
5004
4874
|
</thead>
|
|
5005
4875
|
|
|
5006
4876
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded" role="rowgroup">
|
|
5007
|
-
<tr
|
|
5008
|
-
class="pf-v6-c-table__tr"
|
|
5009
|
-
role&#x3D;&quot;row&quot;
|
|
5010
|
-
[object
|
|
5011
|
-
Object]
|
|
5012
|
-
>
|
|
4877
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5013
4878
|
<th
|
|
5014
4879
|
class="pf-v6-c-table__th"
|
|
5015
4880
|
role="columnheader"
|
|
@@ -5087,9 +4952,7 @@ wrapperTag: div
|
|
|
5087
4952
|
|
|
5088
4953
|
<tr
|
|
5089
4954
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
5090
|
-
role
|
|
5091
|
-
[object
|
|
5092
|
-
Object]
|
|
4955
|
+
role="row"
|
|
5093
4956
|
>
|
|
5094
4957
|
<td
|
|
5095
4958
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5103,12 +4966,7 @@ wrapperTag: div
|
|
|
5103
4966
|
aria-label="Nested table"
|
|
5104
4967
|
>
|
|
5105
4968
|
<thead class="pf-v6-c-table__thead">
|
|
5106
|
-
<tr
|
|
5107
|
-
class="pf-v6-c-table__tr"
|
|
5108
|
-
role&#x3D;&quot;row&quot;
|
|
5109
|
-
[object
|
|
5110
|
-
Object]
|
|
5111
|
-
>
|
|
4969
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5112
4970
|
<th
|
|
5113
4971
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5114
4972
|
role="columnheader"
|
|
@@ -5148,12 +5006,7 @@ wrapperTag: div
|
|
|
5148
5006
|
</thead>
|
|
5149
5007
|
|
|
5150
5008
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5151
|
-
<tr
|
|
5152
|
-
class="pf-v6-c-table__tr"
|
|
5153
|
-
role&#x3D;&quot;row&quot;
|
|
5154
|
-
[object
|
|
5155
|
-
Object]
|
|
5156
|
-
>
|
|
5009
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5157
5010
|
<th
|
|
5158
5011
|
class="pf-v6-c-table__th"
|
|
5159
5012
|
role="columnheader"
|
|
@@ -5185,12 +5038,7 @@ wrapperTag: div
|
|
|
5185
5038
|
</button>
|
|
5186
5039
|
</td>
|
|
5187
5040
|
</tr>
|
|
5188
|
-
<tr
|
|
5189
|
-
class="pf-v6-c-table__tr"
|
|
5190
|
-
role&#x3D;&quot;row&quot;
|
|
5191
|
-
[object
|
|
5192
|
-
Object]
|
|
5193
|
-
>
|
|
5041
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5194
5042
|
<th
|
|
5195
5043
|
class="pf-v6-c-table__th"
|
|
5196
5044
|
role="columnheader"
|
|
@@ -5222,12 +5070,7 @@ wrapperTag: div
|
|
|
5222
5070
|
</button>
|
|
5223
5071
|
</td>
|
|
5224
5072
|
</tr>
|
|
5225
|
-
<tr
|
|
5226
|
-
class="pf-v6-c-table__tr"
|
|
5227
|
-
role&#x3D;&quot;row&quot;
|
|
5228
|
-
[object
|
|
5229
|
-
Object]
|
|
5230
|
-
>
|
|
5073
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5231
5074
|
<th
|
|
5232
5075
|
class="pf-v6-c-table__th"
|
|
5233
5076
|
role="columnheader"
|
|
@@ -5259,12 +5102,7 @@ wrapperTag: div
|
|
|
5259
5102
|
</button>
|
|
5260
5103
|
</td>
|
|
5261
5104
|
</tr>
|
|
5262
|
-
<tr
|
|
5263
|
-
class="pf-v6-c-table__tr"
|
|
5264
|
-
role&#x3D;&quot;row&quot;
|
|
5265
|
-
[object
|
|
5266
|
-
Object]
|
|
5267
|
-
>
|
|
5105
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5268
5106
|
<th
|
|
5269
5107
|
class="pf-v6-c-table__th"
|
|
5270
5108
|
role="columnheader"
|
|
@@ -5296,12 +5134,7 @@ wrapperTag: div
|
|
|
5296
5134
|
</button>
|
|
5297
5135
|
</td>
|
|
5298
5136
|
</tr>
|
|
5299
|
-
<tr
|
|
5300
|
-
class="pf-v6-c-table__tr"
|
|
5301
|
-
role&#x3D;&quot;row&quot;
|
|
5302
|
-
[object
|
|
5303
|
-
Object]
|
|
5304
|
-
>
|
|
5137
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5305
5138
|
<th
|
|
5306
5139
|
class="pf-v6-c-table__th"
|
|
5307
5140
|
role="columnheader"
|
|
@@ -5340,9 +5173,7 @@ wrapperTag: div
|
|
|
5340
5173
|
|
|
5341
5174
|
<tr
|
|
5342
5175
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5343
|
-
role
|
|
5344
|
-
[object
|
|
5345
|
-
Object]
|
|
5176
|
+
role="row"
|
|
5346
5177
|
>
|
|
5347
5178
|
<td
|
|
5348
5179
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5356,12 +5187,7 @@ wrapperTag: div
|
|
|
5356
5187
|
aria-label="Nested table"
|
|
5357
5188
|
>
|
|
5358
5189
|
<thead class="pf-v6-c-table__thead">
|
|
5359
|
-
<tr
|
|
5360
|
-
class="pf-v6-c-table__tr"
|
|
5361
|
-
role&#x3D;&quot;row&quot;
|
|
5362
|
-
[object
|
|
5363
|
-
Object]
|
|
5364
|
-
>
|
|
5190
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5365
5191
|
<th
|
|
5366
5192
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5367
5193
|
role="columnheader"
|
|
@@ -5401,12 +5227,7 @@ wrapperTag: div
|
|
|
5401
5227
|
</thead>
|
|
5402
5228
|
|
|
5403
5229
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5404
|
-
<tr
|
|
5405
|
-
class="pf-v6-c-table__tr"
|
|
5406
|
-
role&#x3D;&quot;row&quot;
|
|
5407
|
-
[object
|
|
5408
|
-
Object]
|
|
5409
|
-
>
|
|
5230
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5410
5231
|
<th
|
|
5411
5232
|
class="pf-v6-c-table__th"
|
|
5412
5233
|
role="columnheader"
|
|
@@ -5438,12 +5259,7 @@ wrapperTag: div
|
|
|
5438
5259
|
</button>
|
|
5439
5260
|
</td>
|
|
5440
5261
|
</tr>
|
|
5441
|
-
<tr
|
|
5442
|
-
class="pf-v6-c-table__tr"
|
|
5443
|
-
role&#x3D;&quot;row&quot;
|
|
5444
|
-
[object
|
|
5445
|
-
Object]
|
|
5446
|
-
>
|
|
5262
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5447
5263
|
<th
|
|
5448
5264
|
class="pf-v6-c-table__th"
|
|
5449
5265
|
role="columnheader"
|
|
@@ -5475,12 +5291,7 @@ wrapperTag: div
|
|
|
5475
5291
|
</button>
|
|
5476
5292
|
</td>
|
|
5477
5293
|
</tr>
|
|
5478
|
-
<tr
|
|
5479
|
-
class="pf-v6-c-table__tr"
|
|
5480
|
-
role&#x3D;&quot;row&quot;
|
|
5481
|
-
[object
|
|
5482
|
-
Object]
|
|
5483
|
-
>
|
|
5294
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5484
5295
|
<th
|
|
5485
5296
|
class="pf-v6-c-table__th"
|
|
5486
5297
|
role="columnheader"
|
|
@@ -5512,12 +5323,7 @@ wrapperTag: div
|
|
|
5512
5323
|
</button>
|
|
5513
5324
|
</td>
|
|
5514
5325
|
</tr>
|
|
5515
|
-
<tr
|
|
5516
|
-
class="pf-v6-c-table__tr"
|
|
5517
|
-
role&#x3D;&quot;row&quot;
|
|
5518
|
-
[object
|
|
5519
|
-
Object]
|
|
5520
|
-
>
|
|
5326
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5521
5327
|
<th
|
|
5522
5328
|
class="pf-v6-c-table__th"
|
|
5523
5329
|
role="columnheader"
|
|
@@ -5549,12 +5355,7 @@ wrapperTag: div
|
|
|
5549
5355
|
</button>
|
|
5550
5356
|
</td>
|
|
5551
5357
|
</tr>
|
|
5552
|
-
<tr
|
|
5553
|
-
class="pf-v6-c-table__tr"
|
|
5554
|
-
role&#x3D;&quot;row&quot;
|
|
5555
|
-
[object
|
|
5556
|
-
Object]
|
|
5557
|
-
>
|
|
5358
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5558
5359
|
<th
|
|
5559
5360
|
class="pf-v6-c-table__th"
|
|
5560
5361
|
role="columnheader"
|
|
@@ -5593,9 +5394,7 @@ wrapperTag: div
|
|
|
5593
5394
|
|
|
5594
5395
|
<tr
|
|
5595
5396
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5596
|
-
role
|
|
5597
|
-
[object
|
|
5598
|
-
Object]
|
|
5397
|
+
role="row"
|
|
5599
5398
|
>
|
|
5600
5399
|
<td
|
|
5601
5400
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5609,12 +5408,7 @@ wrapperTag: div
|
|
|
5609
5408
|
aria-label="Nested table"
|
|
5610
5409
|
>
|
|
5611
5410
|
<thead class="pf-v6-c-table__thead">
|
|
5612
|
-
<tr
|
|
5613
|
-
class="pf-v6-c-table__tr"
|
|
5614
|
-
role&#x3D;&quot;row&quot;
|
|
5615
|
-
[object
|
|
5616
|
-
Object]
|
|
5617
|
-
>
|
|
5411
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5618
5412
|
<th
|
|
5619
5413
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5620
5414
|
role="columnheader"
|
|
@@ -5654,12 +5448,7 @@ wrapperTag: div
|
|
|
5654
5448
|
</thead>
|
|
5655
5449
|
|
|
5656
5450
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5657
|
-
<tr
|
|
5658
|
-
class="pf-v6-c-table__tr"
|
|
5659
|
-
role&#x3D;&quot;row&quot;
|
|
5660
|
-
[object
|
|
5661
|
-
Object]
|
|
5662
|
-
>
|
|
5451
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5663
5452
|
<th
|
|
5664
5453
|
class="pf-v6-c-table__th"
|
|
5665
5454
|
role="columnheader"
|
|
@@ -5691,12 +5480,7 @@ wrapperTag: div
|
|
|
5691
5480
|
</button>
|
|
5692
5481
|
</td>
|
|
5693
5482
|
</tr>
|
|
5694
|
-
<tr
|
|
5695
|
-
class="pf-v6-c-table__tr"
|
|
5696
|
-
role&#x3D;&quot;row&quot;
|
|
5697
|
-
[object
|
|
5698
|
-
Object]
|
|
5699
|
-
>
|
|
5483
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5700
5484
|
<th
|
|
5701
5485
|
class="pf-v6-c-table__th"
|
|
5702
5486
|
role="columnheader"
|
|
@@ -5728,12 +5512,7 @@ wrapperTag: div
|
|
|
5728
5512
|
</button>
|
|
5729
5513
|
</td>
|
|
5730
5514
|
</tr>
|
|
5731
|
-
<tr
|
|
5732
|
-
class="pf-v6-c-table__tr"
|
|
5733
|
-
role&#x3D;&quot;row&quot;
|
|
5734
|
-
[object
|
|
5735
|
-
Object]
|
|
5736
|
-
>
|
|
5515
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5737
5516
|
<th
|
|
5738
5517
|
class="pf-v6-c-table__th"
|
|
5739
5518
|
role="columnheader"
|
|
@@ -5765,12 +5544,7 @@ wrapperTag: div
|
|
|
5765
5544
|
</button>
|
|
5766
5545
|
</td>
|
|
5767
5546
|
</tr>
|
|
5768
|
-
<tr
|
|
5769
|
-
class="pf-v6-c-table__tr"
|
|
5770
|
-
role&#x3D;&quot;row&quot;
|
|
5771
|
-
[object
|
|
5772
|
-
Object]
|
|
5773
|
-
>
|
|
5547
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5774
5548
|
<th
|
|
5775
5549
|
class="pf-v6-c-table__th"
|
|
5776
5550
|
role="columnheader"
|
|
@@ -5802,12 +5576,7 @@ wrapperTag: div
|
|
|
5802
5576
|
</button>
|
|
5803
5577
|
</td>
|
|
5804
5578
|
</tr>
|
|
5805
|
-
<tr
|
|
5806
|
-
class="pf-v6-c-table__tr"
|
|
5807
|
-
role&#x3D;&quot;row&quot;
|
|
5808
|
-
[object
|
|
5809
|
-
Object]
|
|
5810
|
-
>
|
|
5579
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5811
5580
|
<th
|
|
5812
5581
|
class="pf-v6-c-table__th"
|
|
5813
5582
|
role="columnheader"
|
|
@@ -5846,12 +5615,7 @@ wrapperTag: div
|
|
|
5846
5615
|
</tbody>
|
|
5847
5616
|
|
|
5848
5617
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5849
|
-
<tr
|
|
5850
|
-
class="pf-v6-c-table__tr"
|
|
5851
|
-
role&#x3D;&quot;row&quot;
|
|
5852
|
-
[object
|
|
5853
|
-
Object]
|
|
5854
|
-
>
|
|
5618
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5855
5619
|
<th
|
|
5856
5620
|
class="pf-v6-c-table__th"
|
|
5857
5621
|
role="columnheader"
|
|
@@ -5929,9 +5693,7 @@ wrapperTag: div
|
|
|
5929
5693
|
|
|
5930
5694
|
<tr
|
|
5931
5695
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5932
|
-
role
|
|
5933
|
-
[object
|
|
5934
|
-
Object]
|
|
5696
|
+
role="row"
|
|
5935
5697
|
>
|
|
5936
5698
|
<td
|
|
5937
5699
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5945,12 +5707,7 @@ wrapperTag: div
|
|
|
5945
5707
|
aria-label="Nested table"
|
|
5946
5708
|
>
|
|
5947
5709
|
<thead class="pf-v6-c-table__thead">
|
|
5948
|
-
<tr
|
|
5949
|
-
class="pf-v6-c-table__tr"
|
|
5950
|
-
role&#x3D;&quot;row&quot;
|
|
5951
|
-
[object
|
|
5952
|
-
Object]
|
|
5953
|
-
>
|
|
5710
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5954
5711
|
<th
|
|
5955
5712
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5956
5713
|
role="columnheader"
|
|
@@ -5990,12 +5747,7 @@ wrapperTag: div
|
|
|
5990
5747
|
</thead>
|
|
5991
5748
|
|
|
5992
5749
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5993
|
-
<tr
|
|
5994
|
-
class="pf-v6-c-table__tr"
|
|
5995
|
-
role&#x3D;&quot;row&quot;
|
|
5996
|
-
[object
|
|
5997
|
-
Object]
|
|
5998
|
-
>
|
|
5750
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
5999
5751
|
<th
|
|
6000
5752
|
class="pf-v6-c-table__th"
|
|
6001
5753
|
role="columnheader"
|
|
@@ -6027,12 +5779,7 @@ wrapperTag: div
|
|
|
6027
5779
|
</button>
|
|
6028
5780
|
</td>
|
|
6029
5781
|
</tr>
|
|
6030
|
-
<tr
|
|
6031
|
-
class="pf-v6-c-table__tr"
|
|
6032
|
-
role&#x3D;&quot;row&quot;
|
|
6033
|
-
[object
|
|
6034
|
-
Object]
|
|
6035
|
-
>
|
|
5782
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6036
5783
|
<th
|
|
6037
5784
|
class="pf-v6-c-table__th"
|
|
6038
5785
|
role="columnheader"
|
|
@@ -6064,12 +5811,7 @@ wrapperTag: div
|
|
|
6064
5811
|
</button>
|
|
6065
5812
|
</td>
|
|
6066
5813
|
</tr>
|
|
6067
|
-
<tr
|
|
6068
|
-
class="pf-v6-c-table__tr"
|
|
6069
|
-
role&#x3D;&quot;row&quot;
|
|
6070
|
-
[object
|
|
6071
|
-
Object]
|
|
6072
|
-
>
|
|
5814
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6073
5815
|
<th
|
|
6074
5816
|
class="pf-v6-c-table__th"
|
|
6075
5817
|
role="columnheader"
|
|
@@ -6101,12 +5843,7 @@ wrapperTag: div
|
|
|
6101
5843
|
</button>
|
|
6102
5844
|
</td>
|
|
6103
5845
|
</tr>
|
|
6104
|
-
<tr
|
|
6105
|
-
class="pf-v6-c-table__tr"
|
|
6106
|
-
role&#x3D;&quot;row&quot;
|
|
6107
|
-
[object
|
|
6108
|
-
Object]
|
|
6109
|
-
>
|
|
5846
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6110
5847
|
<th
|
|
6111
5848
|
class="pf-v6-c-table__th"
|
|
6112
5849
|
role="columnheader"
|
|
@@ -6138,12 +5875,7 @@ wrapperTag: div
|
|
|
6138
5875
|
</button>
|
|
6139
5876
|
</td>
|
|
6140
5877
|
</tr>
|
|
6141
|
-
<tr
|
|
6142
|
-
class="pf-v6-c-table__tr"
|
|
6143
|
-
role&#x3D;&quot;row&quot;
|
|
6144
|
-
[object
|
|
6145
|
-
Object]
|
|
6146
|
-
>
|
|
5878
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6147
5879
|
<th
|
|
6148
5880
|
class="pf-v6-c-table__th"
|
|
6149
5881
|
role="columnheader"
|
|
@@ -6182,9 +5914,7 @@ wrapperTag: div
|
|
|
6182
5914
|
|
|
6183
5915
|
<tr
|
|
6184
5916
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
6185
|
-
role
|
|
6186
|
-
[object
|
|
6187
|
-
Object]
|
|
5917
|
+
role="row"
|
|
6188
5918
|
>
|
|
6189
5919
|
<td
|
|
6190
5920
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -6198,12 +5928,7 @@ wrapperTag: div
|
|
|
6198
5928
|
aria-label="Nested table"
|
|
6199
5929
|
>
|
|
6200
5930
|
<thead class="pf-v6-c-table__thead">
|
|
6201
|
-
<tr
|
|
6202
|
-
class="pf-v6-c-table__tr"
|
|
6203
|
-
role&#x3D;&quot;row&quot;
|
|
6204
|
-
[object
|
|
6205
|
-
Object]
|
|
6206
|
-
>
|
|
5931
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6207
5932
|
<th
|
|
6208
5933
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
6209
5934
|
role="columnheader"
|
|
@@ -6243,12 +5968,7 @@ wrapperTag: div
|
|
|
6243
5968
|
</thead>
|
|
6244
5969
|
|
|
6245
5970
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6246
|
-
<tr
|
|
6247
|
-
class="pf-v6-c-table__tr"
|
|
6248
|
-
role&#x3D;&quot;row&quot;
|
|
6249
|
-
[object
|
|
6250
|
-
Object]
|
|
6251
|
-
>
|
|
5971
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6252
5972
|
<th
|
|
6253
5973
|
class="pf-v6-c-table__th"
|
|
6254
5974
|
role="columnheader"
|
|
@@ -6280,12 +6000,7 @@ wrapperTag: div
|
|
|
6280
6000
|
</button>
|
|
6281
6001
|
</td>
|
|
6282
6002
|
</tr>
|
|
6283
|
-
<tr
|
|
6284
|
-
class="pf-v6-c-table__tr"
|
|
6285
|
-
role&#x3D;&quot;row&quot;
|
|
6286
|
-
[object
|
|
6287
|
-
Object]
|
|
6288
|
-
>
|
|
6003
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6289
6004
|
<th
|
|
6290
6005
|
class="pf-v6-c-table__th"
|
|
6291
6006
|
role="columnheader"
|
|
@@ -6317,12 +6032,7 @@ wrapperTag: div
|
|
|
6317
6032
|
</button>
|
|
6318
6033
|
</td>
|
|
6319
6034
|
</tr>
|
|
6320
|
-
<tr
|
|
6321
|
-
class="pf-v6-c-table__tr"
|
|
6322
|
-
role&#x3D;&quot;row&quot;
|
|
6323
|
-
[object
|
|
6324
|
-
Object]
|
|
6325
|
-
>
|
|
6035
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6326
6036
|
<th
|
|
6327
6037
|
class="pf-v6-c-table__th"
|
|
6328
6038
|
role="columnheader"
|
|
@@ -6354,12 +6064,7 @@ wrapperTag: div
|
|
|
6354
6064
|
</button>
|
|
6355
6065
|
</td>
|
|
6356
6066
|
</tr>
|
|
6357
|
-
<tr
|
|
6358
|
-
class="pf-v6-c-table__tr"
|
|
6359
|
-
role&#x3D;&quot;row&quot;
|
|
6360
|
-
[object
|
|
6361
|
-
Object]
|
|
6362
|
-
>
|
|
6067
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6363
6068
|
<th
|
|
6364
6069
|
class="pf-v6-c-table__th"
|
|
6365
6070
|
role="columnheader"
|
|
@@ -6391,12 +6096,7 @@ wrapperTag: div
|
|
|
6391
6096
|
</button>
|
|
6392
6097
|
</td>
|
|
6393
6098
|
</tr>
|
|
6394
|
-
<tr
|
|
6395
|
-
class="pf-v6-c-table__tr"
|
|
6396
|
-
role&#x3D;&quot;row&quot;
|
|
6397
|
-
[object
|
|
6398
|
-
Object]
|
|
6399
|
-
>
|
|
6099
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6400
6100
|
<th
|
|
6401
6101
|
class="pf-v6-c-table__th"
|
|
6402
6102
|
role="columnheader"
|
|
@@ -6435,9 +6135,7 @@ wrapperTag: div
|
|
|
6435
6135
|
|
|
6436
6136
|
<tr
|
|
6437
6137
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
6438
|
-
role
|
|
6439
|
-
[object
|
|
6440
|
-
Object]
|
|
6138
|
+
role="row"
|
|
6441
6139
|
>
|
|
6442
6140
|
<td
|
|
6443
6141
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -6451,12 +6149,7 @@ wrapperTag: div
|
|
|
6451
6149
|
aria-label="Nested table"
|
|
6452
6150
|
>
|
|
6453
6151
|
<thead class="pf-v6-c-table__thead">
|
|
6454
|
-
<tr
|
|
6455
|
-
class="pf-v6-c-table__tr"
|
|
6456
|
-
role&#x3D;&quot;row&quot;
|
|
6457
|
-
[object
|
|
6458
|
-
Object]
|
|
6459
|
-
>
|
|
6152
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6460
6153
|
<th
|
|
6461
6154
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
6462
6155
|
role="columnheader"
|
|
@@ -6496,12 +6189,7 @@ wrapperTag: div
|
|
|
6496
6189
|
</thead>
|
|
6497
6190
|
|
|
6498
6191
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6499
|
-
<tr
|
|
6500
|
-
class="pf-v6-c-table__tr"
|
|
6501
|
-
role&#x3D;&quot;row&quot;
|
|
6502
|
-
[object
|
|
6503
|
-
Object]
|
|
6504
|
-
>
|
|
6192
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6505
6193
|
<th
|
|
6506
6194
|
class="pf-v6-c-table__th"
|
|
6507
6195
|
role="columnheader"
|
|
@@ -6533,12 +6221,7 @@ wrapperTag: div
|
|
|
6533
6221
|
</button>
|
|
6534
6222
|
</td>
|
|
6535
6223
|
</tr>
|
|
6536
|
-
<tr
|
|
6537
|
-
class="pf-v6-c-table__tr"
|
|
6538
|
-
role&#x3D;&quot;row&quot;
|
|
6539
|
-
[object
|
|
6540
|
-
Object]
|
|
6541
|
-
>
|
|
6224
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6542
6225
|
<th
|
|
6543
6226
|
class="pf-v6-c-table__th"
|
|
6544
6227
|
role="columnheader"
|
|
@@ -6570,12 +6253,7 @@ wrapperTag: div
|
|
|
6570
6253
|
</button>
|
|
6571
6254
|
</td>
|
|
6572
6255
|
</tr>
|
|
6573
|
-
<tr
|
|
6574
|
-
class="pf-v6-c-table__tr"
|
|
6575
|
-
role&#x3D;&quot;row&quot;
|
|
6576
|
-
[object
|
|
6577
|
-
Object]
|
|
6578
|
-
>
|
|
6256
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6579
6257
|
<th
|
|
6580
6258
|
class="pf-v6-c-table__th"
|
|
6581
6259
|
role="columnheader"
|
|
@@ -6607,12 +6285,7 @@ wrapperTag: div
|
|
|
6607
6285
|
</button>
|
|
6608
6286
|
</td>
|
|
6609
6287
|
</tr>
|
|
6610
|
-
<tr
|
|
6611
|
-
class="pf-v6-c-table__tr"
|
|
6612
|
-
role&#x3D;&quot;row&quot;
|
|
6613
|
-
[object
|
|
6614
|
-
Object]
|
|
6615
|
-
>
|
|
6288
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6616
6289
|
<th
|
|
6617
6290
|
class="pf-v6-c-table__th"
|
|
6618
6291
|
role="columnheader"
|
|
@@ -6644,12 +6317,7 @@ wrapperTag: div
|
|
|
6644
6317
|
</button>
|
|
6645
6318
|
</td>
|
|
6646
6319
|
</tr>
|
|
6647
|
-
<tr
|
|
6648
|
-
class="pf-v6-c-table__tr"
|
|
6649
|
-
role&#x3D;&quot;row&quot;
|
|
6650
|
-
[object
|
|
6651
|
-
Object]
|
|
6652
|
-
>
|
|
6320
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6653
6321
|
<th
|
|
6654
6322
|
class="pf-v6-c-table__th"
|
|
6655
6323
|
role="columnheader"
|
|
@@ -6688,12 +6356,7 @@ wrapperTag: div
|
|
|
6688
6356
|
</tbody>
|
|
6689
6357
|
|
|
6690
6358
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6691
|
-
<tr
|
|
6692
|
-
class="pf-v6-c-table__tr"
|
|
6693
|
-
role&#x3D;&quot;row&quot;
|
|
6694
|
-
[object
|
|
6695
|
-
Object]
|
|
6696
|
-
>
|
|
6359
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6697
6360
|
<th
|
|
6698
6361
|
class="pf-v6-c-table__th"
|
|
6699
6362
|
role="columnheader"
|
|
@@ -6771,9 +6434,7 @@ wrapperTag: div
|
|
|
6771
6434
|
|
|
6772
6435
|
<tr
|
|
6773
6436
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
6774
|
-
role
|
|
6775
|
-
[object
|
|
6776
|
-
Object]
|
|
6437
|
+
role="row"
|
|
6777
6438
|
>
|
|
6778
6439
|
<td
|
|
6779
6440
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -6787,12 +6448,7 @@ wrapperTag: div
|
|
|
6787
6448
|
aria-label="Nested table"
|
|
6788
6449
|
>
|
|
6789
6450
|
<thead class="pf-v6-c-table__thead">
|
|
6790
|
-
<tr
|
|
6791
|
-
class="pf-v6-c-table__tr"
|
|
6792
|
-
role&#x3D;&quot;row&quot;
|
|
6793
|
-
[object
|
|
6794
|
-
Object]
|
|
6795
|
-
>
|
|
6451
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6796
6452
|
<th
|
|
6797
6453
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
6798
6454
|
role="columnheader"
|
|
@@ -6832,12 +6488,7 @@ wrapperTag: div
|
|
|
6832
6488
|
</thead>
|
|
6833
6489
|
|
|
6834
6490
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6835
|
-
<tr
|
|
6836
|
-
class="pf-v6-c-table__tr"
|
|
6837
|
-
role&#x3D;&quot;row&quot;
|
|
6838
|
-
[object
|
|
6839
|
-
Object]
|
|
6840
|
-
>
|
|
6491
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6841
6492
|
<th
|
|
6842
6493
|
class="pf-v6-c-table__th"
|
|
6843
6494
|
role="columnheader"
|
|
@@ -6869,12 +6520,7 @@ wrapperTag: div
|
|
|
6869
6520
|
</button>
|
|
6870
6521
|
</td>
|
|
6871
6522
|
</tr>
|
|
6872
|
-
<tr
|
|
6873
|
-
class="pf-v6-c-table__tr"
|
|
6874
|
-
role&#x3D;&quot;row&quot;
|
|
6875
|
-
[object
|
|
6876
|
-
Object]
|
|
6877
|
-
>
|
|
6523
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6878
6524
|
<th
|
|
6879
6525
|
class="pf-v6-c-table__th"
|
|
6880
6526
|
role="columnheader"
|
|
@@ -6906,12 +6552,7 @@ wrapperTag: div
|
|
|
6906
6552
|
</button>
|
|
6907
6553
|
</td>
|
|
6908
6554
|
</tr>
|
|
6909
|
-
<tr
|
|
6910
|
-
class="pf-v6-c-table__tr"
|
|
6911
|
-
role&#x3D;&quot;row&quot;
|
|
6912
|
-
[object
|
|
6913
|
-
Object]
|
|
6914
|
-
>
|
|
6555
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6915
6556
|
<th
|
|
6916
6557
|
class="pf-v6-c-table__th"
|
|
6917
6558
|
role="columnheader"
|
|
@@ -6943,12 +6584,7 @@ wrapperTag: div
|
|
|
6943
6584
|
</button>
|
|
6944
6585
|
</td>
|
|
6945
6586
|
</tr>
|
|
6946
|
-
<tr
|
|
6947
|
-
class="pf-v6-c-table__tr"
|
|
6948
|
-
role&#x3D;&quot;row&quot;
|
|
6949
|
-
[object
|
|
6950
|
-
Object]
|
|
6951
|
-
>
|
|
6587
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6952
6588
|
<th
|
|
6953
6589
|
class="pf-v6-c-table__th"
|
|
6954
6590
|
role="columnheader"
|
|
@@ -6980,12 +6616,7 @@ wrapperTag: div
|
|
|
6980
6616
|
</button>
|
|
6981
6617
|
</td>
|
|
6982
6618
|
</tr>
|
|
6983
|
-
<tr
|
|
6984
|
-
class="pf-v6-c-table__tr"
|
|
6985
|
-
role&#x3D;&quot;row&quot;
|
|
6986
|
-
[object
|
|
6987
|
-
Object]
|
|
6988
|
-
>
|
|
6619
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
6989
6620
|
<th
|
|
6990
6621
|
class="pf-v6-c-table__th"
|
|
6991
6622
|
role="columnheader"
|
|
@@ -7024,9 +6655,7 @@ wrapperTag: div
|
|
|
7024
6655
|
|
|
7025
6656
|
<tr
|
|
7026
6657
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
7027
|
-
role
|
|
7028
|
-
[object
|
|
7029
|
-
Object]
|
|
6658
|
+
role="row"
|
|
7030
6659
|
>
|
|
7031
6660
|
<td
|
|
7032
6661
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -7040,12 +6669,7 @@ wrapperTag: div
|
|
|
7040
6669
|
aria-label="Nested table"
|
|
7041
6670
|
>
|
|
7042
6671
|
<thead class="pf-v6-c-table__thead">
|
|
7043
|
-
<tr
|
|
7044
|
-
class="pf-v6-c-table__tr"
|
|
7045
|
-
role&#x3D;&quot;row&quot;
|
|
7046
|
-
[object
|
|
7047
|
-
Object]
|
|
7048
|
-
>
|
|
6672
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7049
6673
|
<th
|
|
7050
6674
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
7051
6675
|
role="columnheader"
|
|
@@ -7085,12 +6709,7 @@ wrapperTag: div
|
|
|
7085
6709
|
</thead>
|
|
7086
6710
|
|
|
7087
6711
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
7088
|
-
<tr
|
|
7089
|
-
class="pf-v6-c-table__tr"
|
|
7090
|
-
role&#x3D;&quot;row&quot;
|
|
7091
|
-
[object
|
|
7092
|
-
Object]
|
|
7093
|
-
>
|
|
6712
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7094
6713
|
<th
|
|
7095
6714
|
class="pf-v6-c-table__th"
|
|
7096
6715
|
role="columnheader"
|
|
@@ -7122,12 +6741,7 @@ wrapperTag: div
|
|
|
7122
6741
|
</button>
|
|
7123
6742
|
</td>
|
|
7124
6743
|
</tr>
|
|
7125
|
-
<tr
|
|
7126
|
-
class="pf-v6-c-table__tr"
|
|
7127
|
-
role&#x3D;&quot;row&quot;
|
|
7128
|
-
[object
|
|
7129
|
-
Object]
|
|
7130
|
-
>
|
|
6744
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7131
6745
|
<th
|
|
7132
6746
|
class="pf-v6-c-table__th"
|
|
7133
6747
|
role="columnheader"
|
|
@@ -7159,12 +6773,7 @@ wrapperTag: div
|
|
|
7159
6773
|
</button>
|
|
7160
6774
|
</td>
|
|
7161
6775
|
</tr>
|
|
7162
|
-
<tr
|
|
7163
|
-
class="pf-v6-c-table__tr"
|
|
7164
|
-
role&#x3D;&quot;row&quot;
|
|
7165
|
-
[object
|
|
7166
|
-
Object]
|
|
7167
|
-
>
|
|
6776
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7168
6777
|
<th
|
|
7169
6778
|
class="pf-v6-c-table__th"
|
|
7170
6779
|
role="columnheader"
|
|
@@ -7196,12 +6805,7 @@ wrapperTag: div
|
|
|
7196
6805
|
</button>
|
|
7197
6806
|
</td>
|
|
7198
6807
|
</tr>
|
|
7199
|
-
<tr
|
|
7200
|
-
class="pf-v6-c-table__tr"
|
|
7201
|
-
role&#x3D;&quot;row&quot;
|
|
7202
|
-
[object
|
|
7203
|
-
Object]
|
|
7204
|
-
>
|
|
6808
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7205
6809
|
<th
|
|
7206
6810
|
class="pf-v6-c-table__th"
|
|
7207
6811
|
role="columnheader"
|
|
@@ -7233,12 +6837,7 @@ wrapperTag: div
|
|
|
7233
6837
|
</button>
|
|
7234
6838
|
</td>
|
|
7235
6839
|
</tr>
|
|
7236
|
-
<tr
|
|
7237
|
-
class="pf-v6-c-table__tr"
|
|
7238
|
-
role&#x3D;&quot;row&quot;
|
|
7239
|
-
[object
|
|
7240
|
-
Object]
|
|
7241
|
-
>
|
|
6840
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7242
6841
|
<th
|
|
7243
6842
|
class="pf-v6-c-table__th"
|
|
7244
6843
|
role="columnheader"
|
|
@@ -7277,9 +6876,7 @@ wrapperTag: div
|
|
|
7277
6876
|
|
|
7278
6877
|
<tr
|
|
7279
6878
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
7280
|
-
role
|
|
7281
|
-
[object
|
|
7282
|
-
Object]
|
|
6879
|
+
role="row"
|
|
7283
6880
|
>
|
|
7284
6881
|
<td
|
|
7285
6882
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -7293,12 +6890,7 @@ wrapperTag: div
|
|
|
7293
6890
|
aria-label="Nested table"
|
|
7294
6891
|
>
|
|
7295
6892
|
<thead class="pf-v6-c-table__thead">
|
|
7296
|
-
<tr
|
|
7297
|
-
class="pf-v6-c-table__tr"
|
|
7298
|
-
role&#x3D;&quot;row&quot;
|
|
7299
|
-
[object
|
|
7300
|
-
Object]
|
|
7301
|
-
>
|
|
6893
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7302
6894
|
<th
|
|
7303
6895
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
7304
6896
|
role="columnheader"
|
|
@@ -7338,12 +6930,7 @@ wrapperTag: div
|
|
|
7338
6930
|
</thead>
|
|
7339
6931
|
|
|
7340
6932
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
7341
|
-
<tr
|
|
7342
|
-
class="pf-v6-c-table__tr"
|
|
7343
|
-
role&#x3D;&quot;row&quot;
|
|
7344
|
-
[object
|
|
7345
|
-
Object]
|
|
7346
|
-
>
|
|
6933
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7347
6934
|
<th
|
|
7348
6935
|
class="pf-v6-c-table__th"
|
|
7349
6936
|
role="columnheader"
|
|
@@ -7375,12 +6962,7 @@ wrapperTag: div
|
|
|
7375
6962
|
</button>
|
|
7376
6963
|
</td>
|
|
7377
6964
|
</tr>
|
|
7378
|
-
<tr
|
|
7379
|
-
class="pf-v6-c-table__tr"
|
|
7380
|
-
role&#x3D;&quot;row&quot;
|
|
7381
|
-
[object
|
|
7382
|
-
Object]
|
|
7383
|
-
>
|
|
6965
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7384
6966
|
<th
|
|
7385
6967
|
class="pf-v6-c-table__th"
|
|
7386
6968
|
role="columnheader"
|
|
@@ -7412,12 +6994,7 @@ wrapperTag: div
|
|
|
7412
6994
|
</button>
|
|
7413
6995
|
</td>
|
|
7414
6996
|
</tr>
|
|
7415
|
-
<tr
|
|
7416
|
-
class="pf-v6-c-table__tr"
|
|
7417
|
-
role&#x3D;&quot;row&quot;
|
|
7418
|
-
[object
|
|
7419
|
-
Object]
|
|
7420
|
-
>
|
|
6997
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7421
6998
|
<th
|
|
7422
6999
|
class="pf-v6-c-table__th"
|
|
7423
7000
|
role="columnheader"
|
|
@@ -7449,12 +7026,7 @@ wrapperTag: div
|
|
|
7449
7026
|
</button>
|
|
7450
7027
|
</td>
|
|
7451
7028
|
</tr>
|
|
7452
|
-
<tr
|
|
7453
|
-
class="pf-v6-c-table__tr"
|
|
7454
|
-
role&#x3D;&quot;row&quot;
|
|
7455
|
-
[object
|
|
7456
|
-
Object]
|
|
7457
|
-
>
|
|
7029
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7458
7030
|
<th
|
|
7459
7031
|
class="pf-v6-c-table__th"
|
|
7460
7032
|
role="columnheader"
|
|
@@ -7486,12 +7058,7 @@ wrapperTag: div
|
|
|
7486
7058
|
</button>
|
|
7487
7059
|
</td>
|
|
7488
7060
|
</tr>
|
|
7489
|
-
<tr
|
|
7490
|
-
class="pf-v6-c-table__tr"
|
|
7491
|
-
role&#x3D;&quot;row&quot;
|
|
7492
|
-
[object
|
|
7493
|
-
Object]
|
|
7494
|
-
>
|
|
7061
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7495
7062
|
<th
|
|
7496
7063
|
class="pf-v6-c-table__th"
|
|
7497
7064
|
role="columnheader"
|
|
@@ -7890,12 +7457,7 @@ wrapperTag: div
|
|
|
7890
7457
|
id="table-loading-table"
|
|
7891
7458
|
>
|
|
7892
7459
|
<thead class="pf-v6-c-table__thead">
|
|
7893
|
-
<tr
|
|
7894
|
-
class="pf-v6-c-table__tr"
|
|
7895
|
-
role&#x3D;&quot;row&quot;
|
|
7896
|
-
[object
|
|
7897
|
-
Object]
|
|
7898
|
-
>
|
|
7460
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7899
7461
|
<th
|
|
7900
7462
|
class="pf-v6-c-table__th pf-v6-c-table__check"
|
|
7901
7463
|
aria-label="Row select"
|
|
@@ -7965,12 +7527,7 @@ wrapperTag: div
|
|
|
7965
7527
|
</thead>
|
|
7966
7528
|
|
|
7967
7529
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
7968
|
-
<tr
|
|
7969
|
-
class="pf-v6-c-table__tr"
|
|
7970
|
-
role&#x3D;&quot;row&quot;
|
|
7971
|
-
[object
|
|
7972
|
-
Object]
|
|
7973
|
-
>
|
|
7530
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
7974
7531
|
<td class="pf-v6-c-table__td" role="cell" colspan="8">
|
|
7975
7532
|
<div class="pf-v6-c-empty-state pf-m-sm">
|
|
7976
7533
|
<div class="pf-v6-c-empty-state__content">
|
|
@@ -8276,12 +7833,7 @@ wrapperTag: div
|
|
|
8276
7833
|
id="empty-state-table-demo"
|
|
8277
7834
|
>
|
|
8278
7835
|
<thead class="pf-v6-c-table__thead">
|
|
8279
|
-
<tr
|
|
8280
|
-
class="pf-v6-c-table__tr"
|
|
8281
|
-
role&#x3D;&quot;row&quot;
|
|
8282
|
-
[object
|
|
8283
|
-
Object]
|
|
8284
|
-
>
|
|
7836
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8285
7837
|
<th
|
|
8286
7838
|
class="pf-v6-c-table__th pf-v6-c-table__check"
|
|
8287
7839
|
aria-label="Row select"
|
|
@@ -8351,12 +7903,7 @@ wrapperTag: div
|
|
|
8351
7903
|
</thead>
|
|
8352
7904
|
|
|
8353
7905
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
8354
|
-
<tr
|
|
8355
|
-
class="pf-v6-c-table__tr"
|
|
8356
|
-
role&#x3D;&quot;row&quot;
|
|
8357
|
-
[object
|
|
8358
|
-
Object]
|
|
8359
|
-
>
|
|
7906
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8360
7907
|
<td class="pf-v6-c-table__td" role="cell" colspan="8">
|
|
8361
7908
|
<div class="pf-v6-c-empty-state pf-m-sm">
|
|
8362
7909
|
<div class="pf-v6-c-empty-state__content">
|
|
@@ -8882,12 +8429,7 @@ wrapperTag: div
|
|
|
8882
8429
|
id="static-bottom-pagination-demo-table"
|
|
8883
8430
|
>
|
|
8884
8431
|
<thead class="pf-v6-c-table__thead">
|
|
8885
|
-
<tr
|
|
8886
|
-
class="pf-v6-c-table__tr"
|
|
8887
|
-
role&#x3D;&quot;row&quot;
|
|
8888
|
-
[object
|
|
8889
|
-
Object]
|
|
8890
|
-
>
|
|
8432
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8891
8433
|
<th
|
|
8892
8434
|
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
8893
8435
|
role="columnheader"
|
|
@@ -8945,12 +8487,7 @@ wrapperTag: div
|
|
|
8945
8487
|
</thead>
|
|
8946
8488
|
|
|
8947
8489
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
8948
|
-
<tr
|
|
8949
|
-
class="pf-v6-c-table__tr"
|
|
8950
|
-
role&#x3D;&quot;row&quot;
|
|
8951
|
-
[object
|
|
8952
|
-
Object]
|
|
8953
|
-
>
|
|
8490
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
8954
8491
|
<td
|
|
8955
8492
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
8956
8493
|
aria-label="Check row"
|
|
@@ -9026,12 +8563,7 @@ wrapperTag: div
|
|
|
9026
8563
|
</td>
|
|
9027
8564
|
</tr>
|
|
9028
8565
|
|
|
9029
|
-
<tr
|
|
9030
|
-
class="pf-v6-c-table__tr"
|
|
9031
|
-
role&#x3D;&quot;row&quot;
|
|
9032
|
-
[object
|
|
9033
|
-
Object]
|
|
9034
|
-
>
|
|
8566
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
9035
8567
|
<td
|
|
9036
8568
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9037
8569
|
aria-label="Check row"
|
|
@@ -9107,12 +8639,7 @@ wrapperTag: div
|
|
|
9107
8639
|
</td>
|
|
9108
8640
|
</tr>
|
|
9109
8641
|
|
|
9110
|
-
<tr
|
|
9111
|
-
class="pf-v6-c-table__tr"
|
|
9112
|
-
role&#x3D;&quot;row&quot;
|
|
9113
|
-
[object
|
|
9114
|
-
Object]
|
|
9115
|
-
>
|
|
8642
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
9116
8643
|
<td
|
|
9117
8644
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9118
8645
|
aria-label="Check row"
|
|
@@ -9188,12 +8715,7 @@ wrapperTag: div
|
|
|
9188
8715
|
</td>
|
|
9189
8716
|
</tr>
|
|
9190
8717
|
|
|
9191
|
-
<tr
|
|
9192
|
-
class="pf-v6-c-table__tr"
|
|
9193
|
-
role&#x3D;&quot;row&quot;
|
|
9194
|
-
[object
|
|
9195
|
-
Object]
|
|
9196
|
-
>
|
|
8718
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
9197
8719
|
<td
|
|
9198
8720
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9199
8721
|
aria-label="Check row"
|
|
@@ -9269,12 +8791,7 @@ wrapperTag: div
|
|
|
9269
8791
|
</td>
|
|
9270
8792
|
</tr>
|
|
9271
8793
|
|
|
9272
|
-
<tr
|
|
9273
|
-
class="pf-v6-c-table__tr"
|
|
9274
|
-
role&#x3D;&quot;row&quot;
|
|
9275
|
-
[object
|
|
9276
|
-
Object]
|
|
9277
|
-
>
|
|
8794
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
9278
8795
|
<td
|
|
9279
8796
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9280
8797
|
aria-label="Check row"
|
|
@@ -9934,12 +9451,7 @@ wrapperTag: div
|
|
|
9934
9451
|
id="column-management-demo-table"
|
|
9935
9452
|
>
|
|
9936
9453
|
<thead class="pf-v6-c-table__thead">
|
|
9937
|
-
<tr
|
|
9938
|
-
class="pf-v6-c-table__tr"
|
|
9939
|
-
role&#x3D;&quot;row&quot;
|
|
9940
|
-
[object
|
|
9941
|
-
Object]
|
|
9942
|
-
>
|
|
9454
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
9943
9455
|
<th
|
|
9944
9456
|
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
9945
9457
|
role="columnheader"
|
|
@@ -9997,12 +9509,7 @@ wrapperTag: div
|
|
|
9997
9509
|
</thead>
|
|
9998
9510
|
|
|
9999
9511
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
10000
|
-
<tr
|
|
10001
|
-
class="pf-v6-c-table__tr"
|
|
10002
|
-
role&#x3D;&quot;row&quot;
|
|
10003
|
-
[object
|
|
10004
|
-
Object]
|
|
10005
|
-
>
|
|
9512
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
10006
9513
|
<td
|
|
10007
9514
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10008
9515
|
aria-label="Check row"
|
|
@@ -10078,12 +9585,7 @@ wrapperTag: div
|
|
|
10078
9585
|
</td>
|
|
10079
9586
|
</tr>
|
|
10080
9587
|
|
|
10081
|
-
<tr
|
|
10082
|
-
class="pf-v6-c-table__tr"
|
|
10083
|
-
role&#x3D;&quot;row&quot;
|
|
10084
|
-
[object
|
|
10085
|
-
Object]
|
|
10086
|
-
>
|
|
9588
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
10087
9589
|
<td
|
|
10088
9590
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10089
9591
|
aria-label="Check row"
|
|
@@ -10159,12 +9661,7 @@ wrapperTag: div
|
|
|
10159
9661
|
</td>
|
|
10160
9662
|
</tr>
|
|
10161
9663
|
|
|
10162
|
-
<tr
|
|
10163
|
-
class="pf-v6-c-table__tr"
|
|
10164
|
-
role&#x3D;&quot;row&quot;
|
|
10165
|
-
[object
|
|
10166
|
-
Object]
|
|
10167
|
-
>
|
|
9664
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
10168
9665
|
<td
|
|
10169
9666
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10170
9667
|
aria-label="Check row"
|
|
@@ -10240,12 +9737,7 @@ wrapperTag: div
|
|
|
10240
9737
|
</td>
|
|
10241
9738
|
</tr>
|
|
10242
9739
|
|
|
10243
|
-
<tr
|
|
10244
|
-
class="pf-v6-c-table__tr"
|
|
10245
|
-
role&#x3D;&quot;row&quot;
|
|
10246
|
-
[object
|
|
10247
|
-
Object]
|
|
10248
|
-
>
|
|
9740
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
10249
9741
|
<td
|
|
10250
9742
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10251
9743
|
aria-label="Check row"
|
|
@@ -10321,12 +9813,7 @@ wrapperTag: div
|
|
|
10321
9813
|
</td>
|
|
10322
9814
|
</tr>
|
|
10323
9815
|
|
|
10324
|
-
<tr
|
|
10325
|
-
class="pf-v6-c-table__tr"
|
|
10326
|
-
role&#x3D;&quot;row&quot;
|
|
10327
|
-
[object
|
|
10328
|
-
Object]
|
|
10329
|
-
>
|
|
9816
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
10330
9817
|
<td
|
|
10331
9818
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10332
9819
|
aria-label="Check row"
|
|
@@ -11129,12 +10616,7 @@ wrapperTag: div
|
|
|
11129
10616
|
id="sticky-header-demo-table"
|
|
11130
10617
|
>
|
|
11131
10618
|
<thead class="pf-v6-c-table__thead">
|
|
11132
|
-
<tr
|
|
11133
|
-
class="pf-v6-c-table__tr"
|
|
11134
|
-
role&#x3D;&quot;row&quot;
|
|
11135
|
-
[object
|
|
11136
|
-
Object]
|
|
11137
|
-
>
|
|
10619
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
11138
10620
|
<th
|
|
11139
10621
|
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
11140
10622
|
role="columnheader"
|
|
@@ -11192,12 +10674,7 @@ wrapperTag: div
|
|
|
11192
10674
|
</thead>
|
|
11193
10675
|
|
|
11194
10676
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
11195
|
-
<tr
|
|
11196
|
-
class="pf-v6-c-table__tr"
|
|
11197
|
-
role&#x3D;&quot;row&quot;
|
|
11198
|
-
[object
|
|
11199
|
-
Object]
|
|
11200
|
-
>
|
|
10677
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
11201
10678
|
<td
|
|
11202
10679
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11203
10680
|
aria-label="Check row"
|
|
@@ -11273,12 +10750,7 @@ wrapperTag: div
|
|
|
11273
10750
|
</td>
|
|
11274
10751
|
</tr>
|
|
11275
10752
|
|
|
11276
|
-
<tr
|
|
11277
|
-
class="pf-v6-c-table__tr"
|
|
11278
|
-
role&#x3D;&quot;row&quot;
|
|
11279
|
-
[object
|
|
11280
|
-
Object]
|
|
11281
|
-
>
|
|
10753
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
11282
10754
|
<td
|
|
11283
10755
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11284
10756
|
aria-label="Check row"
|
|
@@ -11354,12 +10826,7 @@ wrapperTag: div
|
|
|
11354
10826
|
</td>
|
|
11355
10827
|
</tr>
|
|
11356
10828
|
|
|
11357
|
-
<tr
|
|
11358
|
-
class="pf-v6-c-table__tr"
|
|
11359
|
-
role&#x3D;&quot;row&quot;
|
|
11360
|
-
[object
|
|
11361
|
-
Object]
|
|
11362
|
-
>
|
|
10829
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
11363
10830
|
<td
|
|
11364
10831
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11365
10832
|
aria-label="Check row"
|
|
@@ -11435,12 +10902,7 @@ wrapperTag: div
|
|
|
11435
10902
|
</td>
|
|
11436
10903
|
</tr>
|
|
11437
10904
|
|
|
11438
|
-
<tr
|
|
11439
|
-
class="pf-v6-c-table__tr"
|
|
11440
|
-
role&#x3D;&quot;row&quot;
|
|
11441
|
-
[object
|
|
11442
|
-
Object]
|
|
11443
|
-
>
|
|
10905
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
11444
10906
|
<td
|
|
11445
10907
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11446
10908
|
aria-label="Check row"
|
|
@@ -11516,12 +10978,7 @@ wrapperTag: div
|
|
|
11516
10978
|
</td>
|
|
11517
10979
|
</tr>
|
|
11518
10980
|
|
|
11519
|
-
<tr
|
|
11520
|
-
class="pf-v6-c-table__tr"
|
|
11521
|
-
role&#x3D;&quot;row&quot;
|
|
11522
|
-
[object
|
|
11523
|
-
Object]
|
|
11524
|
-
>
|
|
10981
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
11525
10982
|
<td
|
|
11526
10983
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11527
10984
|
aria-label="Check row"
|
|
@@ -12179,12 +11636,7 @@ wrapperTag: div
|
|
|
12179
11636
|
id="sticky-first-column-demo-table"
|
|
12180
11637
|
>
|
|
12181
11638
|
<thead class="pf-v6-c-table__thead">
|
|
12182
|
-
<tr
|
|
12183
|
-
class="pf-v6-c-table__tr"
|
|
12184
|
-
role&#x3D;&quot;row&quot;
|
|
12185
|
-
[object
|
|
12186
|
-
Object]
|
|
12187
|
-
>
|
|
11639
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12188
11640
|
<th
|
|
12189
11641
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
|
|
12190
11642
|
role="columnheader"
|
|
@@ -12272,12 +11724,7 @@ wrapperTag: div
|
|
|
12272
11724
|
</thead>
|
|
12273
11725
|
|
|
12274
11726
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
12275
|
-
<tr
|
|
12276
|
-
class="pf-v6-c-table__tr"
|
|
12277
|
-
role&#x3D;&quot;row&quot;
|
|
12278
|
-
[object
|
|
12279
|
-
Object]
|
|
12280
|
-
>
|
|
11727
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12281
11728
|
<th
|
|
12282
11729
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12283
11730
|
role="columnheader"
|
|
@@ -12328,12 +11775,7 @@ wrapperTag: div
|
|
|
12328
11775
|
data-label="Example td"
|
|
12329
11776
|
>Test cell 1-9</td>
|
|
12330
11777
|
</tr>
|
|
12331
|
-
<tr
|
|
12332
|
-
class="pf-v6-c-table__tr"
|
|
12333
|
-
role&#x3D;&quot;row&quot;
|
|
12334
|
-
[object
|
|
12335
|
-
Object]
|
|
12336
|
-
>
|
|
11778
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12337
11779
|
<th
|
|
12338
11780
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12339
11781
|
role="columnheader"
|
|
@@ -12384,12 +11826,7 @@ wrapperTag: div
|
|
|
12384
11826
|
data-label="Example td"
|
|
12385
11827
|
>Test cell 2-9</td>
|
|
12386
11828
|
</tr>
|
|
12387
|
-
<tr
|
|
12388
|
-
class="pf-v6-c-table__tr"
|
|
12389
|
-
role&#x3D;&quot;row&quot;
|
|
12390
|
-
[object
|
|
12391
|
-
Object]
|
|
12392
|
-
>
|
|
11829
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12393
11830
|
<th
|
|
12394
11831
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12395
11832
|
role="columnheader"
|
|
@@ -12440,12 +11877,7 @@ wrapperTag: div
|
|
|
12440
11877
|
data-label="Example td"
|
|
12441
11878
|
>Test cell 3-9</td>
|
|
12442
11879
|
</tr>
|
|
12443
|
-
<tr
|
|
12444
|
-
class="pf-v6-c-table__tr"
|
|
12445
|
-
role&#x3D;&quot;row&quot;
|
|
12446
|
-
[object
|
|
12447
|
-
Object]
|
|
12448
|
-
>
|
|
11880
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12449
11881
|
<th
|
|
12450
11882
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12451
11883
|
role="columnheader"
|
|
@@ -12496,12 +11928,7 @@ wrapperTag: div
|
|
|
12496
11928
|
data-label="Example td"
|
|
12497
11929
|
>Test cell 4-9</td>
|
|
12498
11930
|
</tr>
|
|
12499
|
-
<tr
|
|
12500
|
-
class="pf-v6-c-table__tr"
|
|
12501
|
-
role&#x3D;&quot;row&quot;
|
|
12502
|
-
[object
|
|
12503
|
-
Object]
|
|
12504
|
-
>
|
|
11931
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12505
11932
|
<th
|
|
12506
11933
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12507
11934
|
role="columnheader"
|
|
@@ -12552,12 +11979,7 @@ wrapperTag: div
|
|
|
12552
11979
|
data-label="Example td"
|
|
12553
11980
|
>Test cell 5-9</td>
|
|
12554
11981
|
</tr>
|
|
12555
|
-
<tr
|
|
12556
|
-
class="pf-v6-c-table__tr"
|
|
12557
|
-
role&#x3D;&quot;row&quot;
|
|
12558
|
-
[object
|
|
12559
|
-
Object]
|
|
12560
|
-
>
|
|
11982
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12561
11983
|
<th
|
|
12562
11984
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12563
11985
|
role="columnheader"
|
|
@@ -12608,12 +12030,7 @@ wrapperTag: div
|
|
|
12608
12030
|
data-label="Example td"
|
|
12609
12031
|
>Test cell 6-9</td>
|
|
12610
12032
|
</tr>
|
|
12611
|
-
<tr
|
|
12612
|
-
class="pf-v6-c-table__tr"
|
|
12613
|
-
role&#x3D;&quot;row&quot;
|
|
12614
|
-
[object
|
|
12615
|
-
Object]
|
|
12616
|
-
>
|
|
12033
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12617
12034
|
<th
|
|
12618
12035
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12619
12036
|
role="columnheader"
|
|
@@ -12664,12 +12081,7 @@ wrapperTag: div
|
|
|
12664
12081
|
data-label="Example td"
|
|
12665
12082
|
>Test cell 7-9</td>
|
|
12666
12083
|
</tr>
|
|
12667
|
-
<tr
|
|
12668
|
-
class="pf-v6-c-table__tr"
|
|
12669
|
-
role&#x3D;&quot;row&quot;
|
|
12670
|
-
[object
|
|
12671
|
-
Object]
|
|
12672
|
-
>
|
|
12084
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12673
12085
|
<th
|
|
12674
12086
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12675
12087
|
role="columnheader"
|
|
@@ -12720,12 +12132,7 @@ wrapperTag: div
|
|
|
12720
12132
|
data-label="Example td"
|
|
12721
12133
|
>Test cell 8-9</td>
|
|
12722
12134
|
</tr>
|
|
12723
|
-
<tr
|
|
12724
|
-
class="pf-v6-c-table__tr"
|
|
12725
|
-
role&#x3D;&quot;row&quot;
|
|
12726
|
-
[object
|
|
12727
|
-
Object]
|
|
12728
|
-
>
|
|
12135
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
12729
12136
|
<th
|
|
12730
12137
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
12731
12138
|
role="columnheader"
|
|
@@ -13367,12 +12774,7 @@ wrapperTag: div
|
|
|
13367
12774
|
id="sticky-multiple-columns-demo-table"
|
|
13368
12775
|
>
|
|
13369
12776
|
<thead class="pf-v6-c-table__thead">
|
|
13370
|
-
<tr
|
|
13371
|
-
class="pf-v6-c-table__tr"
|
|
13372
|
-
role&#x3D;&quot;row&quot;
|
|
13373
|
-
[object
|
|
13374
|
-
Object]
|
|
13375
|
-
>
|
|
12777
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13376
12778
|
<th
|
|
13377
12779
|
class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
|
|
13378
12780
|
role="columnheader"
|
|
@@ -13461,12 +12863,7 @@ wrapperTag: div
|
|
|
13461
12863
|
</thead>
|
|
13462
12864
|
|
|
13463
12865
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
13464
|
-
<tr
|
|
13465
|
-
class="pf-v6-c-table__tr"
|
|
13466
|
-
role&#x3D;&quot;row&quot;
|
|
13467
|
-
[object
|
|
13468
|
-
Object]
|
|
13469
|
-
>
|
|
12866
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13470
12867
|
<th
|
|
13471
12868
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13472
12869
|
role="columnheader"
|
|
@@ -13520,12 +12917,7 @@ wrapperTag: div
|
|
|
13520
12917
|
data-label="Example td"
|
|
13521
12918
|
>Test cell 1-9</td>
|
|
13522
12919
|
</tr>
|
|
13523
|
-
<tr
|
|
13524
|
-
class="pf-v6-c-table__tr"
|
|
13525
|
-
role&#x3D;&quot;row&quot;
|
|
13526
|
-
[object
|
|
13527
|
-
Object]
|
|
13528
|
-
>
|
|
12920
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13529
12921
|
<th
|
|
13530
12922
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13531
12923
|
role="columnheader"
|
|
@@ -13579,12 +12971,7 @@ wrapperTag: div
|
|
|
13579
12971
|
data-label="Example td"
|
|
13580
12972
|
>Test cell 2-9</td>
|
|
13581
12973
|
</tr>
|
|
13582
|
-
<tr
|
|
13583
|
-
class="pf-v6-c-table__tr"
|
|
13584
|
-
role&#x3D;&quot;row&quot;
|
|
13585
|
-
[object
|
|
13586
|
-
Object]
|
|
13587
|
-
>
|
|
12974
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13588
12975
|
<th
|
|
13589
12976
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13590
12977
|
role="columnheader"
|
|
@@ -13638,12 +13025,7 @@ wrapperTag: div
|
|
|
13638
13025
|
data-label="Example td"
|
|
13639
13026
|
>Test cell 3-9</td>
|
|
13640
13027
|
</tr>
|
|
13641
|
-
<tr
|
|
13642
|
-
class="pf-v6-c-table__tr"
|
|
13643
|
-
role&#x3D;&quot;row&quot;
|
|
13644
|
-
[object
|
|
13645
|
-
Object]
|
|
13646
|
-
>
|
|
13028
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13647
13029
|
<th
|
|
13648
13030
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13649
13031
|
role="columnheader"
|
|
@@ -13697,12 +13079,7 @@ wrapperTag: div
|
|
|
13697
13079
|
data-label="Example td"
|
|
13698
13080
|
>Test cell 4-9</td>
|
|
13699
13081
|
</tr>
|
|
13700
|
-
<tr
|
|
13701
|
-
class="pf-v6-c-table__tr"
|
|
13702
|
-
role&#x3D;&quot;row&quot;
|
|
13703
|
-
[object
|
|
13704
|
-
Object]
|
|
13705
|
-
>
|
|
13082
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13706
13083
|
<th
|
|
13707
13084
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13708
13085
|
role="columnheader"
|
|
@@ -13756,12 +13133,7 @@ wrapperTag: div
|
|
|
13756
13133
|
data-label="Example td"
|
|
13757
13134
|
>Test cell 5-9</td>
|
|
13758
13135
|
</tr>
|
|
13759
|
-
<tr
|
|
13760
|
-
class="pf-v6-c-table__tr"
|
|
13761
|
-
role&#x3D;&quot;row&quot;
|
|
13762
|
-
[object
|
|
13763
|
-
Object]
|
|
13764
|
-
>
|
|
13136
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13765
13137
|
<th
|
|
13766
13138
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13767
13139
|
role="columnheader"
|
|
@@ -13815,12 +13187,7 @@ wrapperTag: div
|
|
|
13815
13187
|
data-label="Example td"
|
|
13816
13188
|
>Test cell 6-9</td>
|
|
13817
13189
|
</tr>
|
|
13818
|
-
<tr
|
|
13819
|
-
class="pf-v6-c-table__tr"
|
|
13820
|
-
role&#x3D;&quot;row&quot;
|
|
13821
|
-
[object
|
|
13822
|
-
Object]
|
|
13823
|
-
>
|
|
13190
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13824
13191
|
<th
|
|
13825
13192
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13826
13193
|
role="columnheader"
|
|
@@ -13874,12 +13241,7 @@ wrapperTag: div
|
|
|
13874
13241
|
data-label="Example td"
|
|
13875
13242
|
>Test cell 7-9</td>
|
|
13876
13243
|
</tr>
|
|
13877
|
-
<tr
|
|
13878
|
-
class="pf-v6-c-table__tr"
|
|
13879
|
-
role&#x3D;&quot;row&quot;
|
|
13880
|
-
[object
|
|
13881
|
-
Object]
|
|
13882
|
-
>
|
|
13244
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13883
13245
|
<th
|
|
13884
13246
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13885
13247
|
role="columnheader"
|
|
@@ -13933,12 +13295,7 @@ wrapperTag: div
|
|
|
13933
13295
|
data-label="Example td"
|
|
13934
13296
|
>Test cell 8-9</td>
|
|
13935
13297
|
</tr>
|
|
13936
|
-
<tr
|
|
13937
|
-
class="pf-v6-c-table__tr"
|
|
13938
|
-
role&#x3D;&quot;row&quot;
|
|
13939
|
-
[object
|
|
13940
|
-
Object]
|
|
13941
|
-
>
|
|
13298
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
13942
13299
|
<th
|
|
13943
13300
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13944
13301
|
role="columnheader"
|
|
@@ -14584,12 +13941,7 @@ wrapperTag: div
|
|
|
14584
13941
|
id="sticky-header-and-multiple-columns-demo-table"
|
|
14585
13942
|
>
|
|
14586
13943
|
<thead class="pf-v6-c-table__thead">
|
|
14587
|
-
<tr
|
|
14588
|
-
class="pf-v6-c-table__tr"
|
|
14589
|
-
role&#x3D;&quot;row&quot;
|
|
14590
|
-
[object
|
|
14591
|
-
Object]
|
|
14592
|
-
>
|
|
13944
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14593
13945
|
<th
|
|
14594
13946
|
class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
|
|
14595
13947
|
role="columnheader"
|
|
@@ -14678,12 +14030,7 @@ wrapperTag: div
|
|
|
14678
14030
|
</thead>
|
|
14679
14031
|
|
|
14680
14032
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
14681
|
-
<tr
|
|
14682
|
-
class="pf-v6-c-table__tr"
|
|
14683
|
-
role&#x3D;&quot;row&quot;
|
|
14684
|
-
[object
|
|
14685
|
-
Object]
|
|
14686
|
-
>
|
|
14033
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14687
14034
|
<th
|
|
14688
14035
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14689
14036
|
role="columnheader"
|
|
@@ -14737,12 +14084,7 @@ wrapperTag: div
|
|
|
14737
14084
|
data-label="Example td"
|
|
14738
14085
|
>Test cell 1-9</td>
|
|
14739
14086
|
</tr>
|
|
14740
|
-
<tr
|
|
14741
|
-
class="pf-v6-c-table__tr"
|
|
14742
|
-
role&#x3D;&quot;row&quot;
|
|
14743
|
-
[object
|
|
14744
|
-
Object]
|
|
14745
|
-
>
|
|
14087
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14746
14088
|
<th
|
|
14747
14089
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14748
14090
|
role="columnheader"
|
|
@@ -14796,12 +14138,7 @@ wrapperTag: div
|
|
|
14796
14138
|
data-label="Example td"
|
|
14797
14139
|
>Test cell 2-9</td>
|
|
14798
14140
|
</tr>
|
|
14799
|
-
<tr
|
|
14800
|
-
class="pf-v6-c-table__tr"
|
|
14801
|
-
role&#x3D;&quot;row&quot;
|
|
14802
|
-
[object
|
|
14803
|
-
Object]
|
|
14804
|
-
>
|
|
14141
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14805
14142
|
<th
|
|
14806
14143
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14807
14144
|
role="columnheader"
|
|
@@ -14855,12 +14192,7 @@ wrapperTag: div
|
|
|
14855
14192
|
data-label="Example td"
|
|
14856
14193
|
>Test cell 3-9</td>
|
|
14857
14194
|
</tr>
|
|
14858
|
-
<tr
|
|
14859
|
-
class="pf-v6-c-table__tr"
|
|
14860
|
-
role&#x3D;&quot;row&quot;
|
|
14861
|
-
[object
|
|
14862
|
-
Object]
|
|
14863
|
-
>
|
|
14195
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14864
14196
|
<th
|
|
14865
14197
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14866
14198
|
role="columnheader"
|
|
@@ -14914,12 +14246,7 @@ wrapperTag: div
|
|
|
14914
14246
|
data-label="Example td"
|
|
14915
14247
|
>Test cell 4-9</td>
|
|
14916
14248
|
</tr>
|
|
14917
|
-
<tr
|
|
14918
|
-
class="pf-v6-c-table__tr"
|
|
14919
|
-
role&#x3D;&quot;row&quot;
|
|
14920
|
-
[object
|
|
14921
|
-
Object]
|
|
14922
|
-
>
|
|
14249
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14923
14250
|
<th
|
|
14924
14251
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14925
14252
|
role="columnheader"
|
|
@@ -14973,12 +14300,7 @@ wrapperTag: div
|
|
|
14973
14300
|
data-label="Example td"
|
|
14974
14301
|
>Test cell 5-9</td>
|
|
14975
14302
|
</tr>
|
|
14976
|
-
<tr
|
|
14977
|
-
class="pf-v6-c-table__tr"
|
|
14978
|
-
role&#x3D;&quot;row&quot;
|
|
14979
|
-
[object
|
|
14980
|
-
Object]
|
|
14981
|
-
>
|
|
14303
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
14982
14304
|
<th
|
|
14983
14305
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14984
14306
|
role="columnheader"
|
|
@@ -15032,12 +14354,7 @@ wrapperTag: div
|
|
|
15032
14354
|
data-label="Example td"
|
|
15033
14355
|
>Test cell 6-9</td>
|
|
15034
14356
|
</tr>
|
|
15035
|
-
<tr
|
|
15036
|
-
class="pf-v6-c-table__tr"
|
|
15037
|
-
role&#x3D;&quot;row&quot;
|
|
15038
|
-
[object
|
|
15039
|
-
Object]
|
|
15040
|
-
>
|
|
14357
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
15041
14358
|
<th
|
|
15042
14359
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
15043
14360
|
role="columnheader"
|
|
@@ -15091,12 +14408,7 @@ wrapperTag: div
|
|
|
15091
14408
|
data-label="Example td"
|
|
15092
14409
|
>Test cell 7-9</td>
|
|
15093
14410
|
</tr>
|
|
15094
|
-
<tr
|
|
15095
|
-
class="pf-v6-c-table__tr"
|
|
15096
|
-
role&#x3D;&quot;row&quot;
|
|
15097
|
-
[object
|
|
15098
|
-
Object]
|
|
15099
|
-
>
|
|
14411
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
15100
14412
|
<th
|
|
15101
14413
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
15102
14414
|
role="columnheader"
|
|
@@ -15150,12 +14462,7 @@ wrapperTag: div
|
|
|
15150
14462
|
data-label="Example td"
|
|
15151
14463
|
>Test cell 8-9</td>
|
|
15152
14464
|
</tr>
|
|
15153
|
-
<tr
|
|
15154
|
-
class="pf-v6-c-table__tr"
|
|
15155
|
-
role&#x3D;&quot;row&quot;
|
|
15156
|
-
[object
|
|
15157
|
-
Object]
|
|
15158
|
-
>
|
|
14465
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
15159
14466
|
<th
|
|
15160
14467
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
15161
14468
|
role="columnheader"
|
|
@@ -15801,12 +15108,7 @@ wrapperTag: div
|
|
|
15801
15108
|
id="sticky-right-column-example"
|
|
15802
15109
|
>
|
|
15803
15110
|
<thead class="pf-v6-c-table__thead">
|
|
15804
|
-
<tr
|
|
15805
|
-
class="pf-v6-c-table__tr"
|
|
15806
|
-
role&#x3D;&quot;row&quot;
|
|
15807
|
-
[object
|
|
15808
|
-
Object]
|
|
15809
|
-
>
|
|
15111
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
15810
15112
|
<th
|
|
15811
15113
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
15812
15114
|
role="columnheader"
|
|
@@ -15894,12 +15196,7 @@ wrapperTag: div
|
|
|
15894
15196
|
</thead>
|
|
15895
15197
|
|
|
15896
15198
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
15897
|
-
<tr
|
|
15898
|
-
class="pf-v6-c-table__tr"
|
|
15899
|
-
role&#x3D;&quot;row&quot;
|
|
15900
|
-
[object
|
|
15901
|
-
Object]
|
|
15902
|
-
>
|
|
15199
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
15903
15200
|
<td
|
|
15904
15201
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15905
15202
|
role="cell"
|
|
@@ -15949,12 +15246,7 @@ wrapperTag: div
|
|
|
15949
15246
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15950
15247
|
>Test cell 1-9</th>
|
|
15951
15248
|
</tr>
|
|
15952
|
-
<tr
|
|
15953
|
-
class="pf-v6-c-table__tr"
|
|
15954
|
-
role&#x3D;&quot;row&quot;
|
|
15955
|
-
[object
|
|
15956
|
-
Object]
|
|
15957
|
-
>
|
|
15249
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
15958
15250
|
<td
|
|
15959
15251
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15960
15252
|
role="cell"
|
|
@@ -16004,12 +15296,7 @@ wrapperTag: div
|
|
|
16004
15296
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16005
15297
|
>Test cell 2-9</th>
|
|
16006
15298
|
</tr>
|
|
16007
|
-
<tr
|
|
16008
|
-
class="pf-v6-c-table__tr"
|
|
16009
|
-
role&#x3D;&quot;row&quot;
|
|
16010
|
-
[object
|
|
16011
|
-
Object]
|
|
16012
|
-
>
|
|
15299
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16013
15300
|
<td
|
|
16014
15301
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16015
15302
|
role="cell"
|
|
@@ -16059,12 +15346,7 @@ wrapperTag: div
|
|
|
16059
15346
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16060
15347
|
>Test cell 3-9</th>
|
|
16061
15348
|
</tr>
|
|
16062
|
-
<tr
|
|
16063
|
-
class="pf-v6-c-table__tr"
|
|
16064
|
-
role&#x3D;&quot;row&quot;
|
|
16065
|
-
[object
|
|
16066
|
-
Object]
|
|
16067
|
-
>
|
|
15349
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16068
15350
|
<td
|
|
16069
15351
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16070
15352
|
role="cell"
|
|
@@ -16114,12 +15396,7 @@ wrapperTag: div
|
|
|
16114
15396
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16115
15397
|
>Test cell 4-9</th>
|
|
16116
15398
|
</tr>
|
|
16117
|
-
<tr
|
|
16118
|
-
class="pf-v6-c-table__tr"
|
|
16119
|
-
role&#x3D;&quot;row&quot;
|
|
16120
|
-
[object
|
|
16121
|
-
Object]
|
|
16122
|
-
>
|
|
15399
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16123
15400
|
<td
|
|
16124
15401
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16125
15402
|
role="cell"
|
|
@@ -16169,12 +15446,7 @@ wrapperTag: div
|
|
|
16169
15446
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16170
15447
|
>Test cell 5-9</th>
|
|
16171
15448
|
</tr>
|
|
16172
|
-
<tr
|
|
16173
|
-
class="pf-v6-c-table__tr"
|
|
16174
|
-
role&#x3D;&quot;row&quot;
|
|
16175
|
-
[object
|
|
16176
|
-
Object]
|
|
16177
|
-
>
|
|
15449
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16178
15450
|
<td
|
|
16179
15451
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16180
15452
|
role="cell"
|
|
@@ -16224,12 +15496,7 @@ wrapperTag: div
|
|
|
16224
15496
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16225
15497
|
>Test cell 6-9</th>
|
|
16226
15498
|
</tr>
|
|
16227
|
-
<tr
|
|
16228
|
-
class="pf-v6-c-table__tr"
|
|
16229
|
-
role&#x3D;&quot;row&quot;
|
|
16230
|
-
[object
|
|
16231
|
-
Object]
|
|
16232
|
-
>
|
|
15499
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16233
15500
|
<td
|
|
16234
15501
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16235
15502
|
role="cell"
|
|
@@ -16279,12 +15546,7 @@ wrapperTag: div
|
|
|
16279
15546
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16280
15547
|
>Test cell 7-9</th>
|
|
16281
15548
|
</tr>
|
|
16282
|
-
<tr
|
|
16283
|
-
class="pf-v6-c-table__tr"
|
|
16284
|
-
role&#x3D;&quot;row&quot;
|
|
16285
|
-
[object
|
|
16286
|
-
Object]
|
|
16287
|
-
>
|
|
15549
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16288
15550
|
<td
|
|
16289
15551
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16290
15552
|
role="cell"
|
|
@@ -16334,12 +15596,7 @@ wrapperTag: div
|
|
|
16334
15596
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
16335
15597
|
>Test cell 8-9</th>
|
|
16336
15598
|
</tr>
|
|
16337
|
-
<tr
|
|
16338
|
-
class="pf-v6-c-table__tr"
|
|
16339
|
-
role&#x3D;&quot;row&quot;
|
|
16340
|
-
[object
|
|
16341
|
-
Object]
|
|
16342
|
-
>
|
|
15599
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16343
15600
|
<td
|
|
16344
15601
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
16345
15602
|
role="cell"
|
|
@@ -16756,12 +16013,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
16756
16013
|
id="image-alignment-demo-table"
|
|
16757
16014
|
>
|
|
16758
16015
|
<thead class="pf-v6-c-table__thead">
|
|
16759
|
-
<tr
|
|
16760
|
-
class="pf-v6-c-table__tr"
|
|
16761
|
-
role&#x3D;&quot;row&quot;
|
|
16762
|
-
[object
|
|
16763
|
-
Object]
|
|
16764
|
-
>
|
|
16016
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16765
16017
|
<th
|
|
16766
16018
|
class="pf-v6-c-table__th pf-m-nowrap pf-v6-c-table__sort pf-m-selected"
|
|
16767
16019
|
role="columnheader"
|
|
@@ -16853,12 +16105,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
16853
16105
|
</thead>
|
|
16854
16106
|
|
|
16855
16107
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
16856
|
-
<tr
|
|
16857
|
-
class="pf-v6-c-table__tr"
|
|
16858
|
-
role&#x3D;&quot;row&quot;
|
|
16859
|
-
[object
|
|
16860
|
-
Object]
|
|
16861
|
-
>
|
|
16108
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16862
16109
|
<td
|
|
16863
16110
|
class="pf-v6-c-table__td"
|
|
16864
16111
|
role="cell"
|
|
@@ -16923,12 +16170,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
16923
16170
|
>2 days ago</td>
|
|
16924
16171
|
</tr>
|
|
16925
16172
|
|
|
16926
|
-
<tr
|
|
16927
|
-
class="pf-v6-c-table__tr"
|
|
16928
|
-
role&#x3D;&quot;row&quot;
|
|
16929
|
-
[object
|
|
16930
|
-
Object]
|
|
16931
|
-
>
|
|
16173
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16932
16174
|
<td
|
|
16933
16175
|
class="pf-v6-c-table__td"
|
|
16934
16176
|
role="cell"
|
|
@@ -16982,12 +16224,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
16982
16224
|
>2 days ago</td>
|
|
16983
16225
|
</tr>
|
|
16984
16226
|
|
|
16985
|
-
<tr
|
|
16986
|
-
class="pf-v6-c-table__tr"
|
|
16987
|
-
role&#x3D;&quot;row&quot;
|
|
16988
|
-
[object
|
|
16989
|
-
Object]
|
|
16990
|
-
>
|
|
16227
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
16991
16228
|
<td
|
|
16992
16229
|
class="pf-v6-c-table__td"
|
|
16993
16230
|
role="cell"
|