@patternfly/patternfly 5.0.0-alpha.2 → 5.0.0-alpha.21
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/README.md +1 -1
- package/RELEASE-NOTES.md +47 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pficon.scss +6 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +9 -12
- package/components/Card/card.scss +11 -17
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +6 -0
- package/components/Content/content.scss +8 -0
- package/components/ContextSelector/context-selector.css +5 -1
- package/components/ContextSelector/context-selector.scss +6 -2
- package/components/DataList/data-list.css +2 -1
- package/components/DataList/data-list.scss +2 -1
- package/components/Drawer/drawer.css +13 -14
- package/components/Drawer/drawer.scss +0 -1
- package/components/Dropdown/dropdown.css +27 -10
- package/components/Dropdown/dropdown.scss +22 -0
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InputGroup/input-group.css +14 -0
- package/components/InputGroup/input-group.scss +9 -0
- package/components/InputGroup/themes/dark/input-group.scss +8 -0
- package/components/Label/label.css +2 -0
- package/components/Label/label.scss +2 -0
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Login/login.css +1 -1
- package/components/Menu/menu.css +7 -0
- package/components/Menu/menu.scss +8 -0
- package/components/MenuToggle/menu-toggle.css +2 -0
- package/components/MenuToggle/menu-toggle.scss +2 -0
- package/components/ModalBox/modal-box.css +9 -8
- package/components/ModalBox/modal-box.scss +11 -11
- package/components/Page/page.css +60 -60
- package/components/Pagination/pagination.css +122 -2
- package/components/Pagination/pagination.scss +24 -1
- package/components/Popover/popover.css +2 -7
- package/components/Popover/themes/dark/popover.scss +2 -8
- package/components/Progress/progress.css +5 -2
- package/components/Progress/progress.scss +5 -2
- package/components/SearchInput/search-input.css +2 -0
- package/components/SearchInput/search-input.scss +2 -0
- package/components/Slider/slider.css +0 -7
- package/components/Slider/slider.scss +0 -9
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table.css +4 -0
- package/components/Table/table.scss +4 -0
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +4 -2
- package/components/TextInputGroup/text-input-group.scss +4 -3
- package/components/Toolbar/toolbar.css +65 -37
- package/components/Toolbar/toolbar.scss +37 -3
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +2 -0
- package/components/Wizard/wizard.scss +2 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +19 -19
- package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
- package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/Check/examples/Check.md +15 -19
- package/docs/components/Chip/examples/Chip.md +13 -13
- package/docs/components/ChipGroup/examples/ChipGroup.md +15 -344
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +86 -80
- package/docs/components/DataList/examples/DataList.md +187 -148
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +311 -71
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +64 -64
- package/docs/components/FormControl/examples/FormControl.md +20 -20
- package/docs/components/HelperText/examples/HelperText.md +12 -12
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +10 -10
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +10 -9
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +31 -31
- package/docs/components/LabelGroup/examples/LabelGroup.md +24 -36
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +69 -69
- package/docs/components/Login/examples/Login.md +32 -32
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +82 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +28 -28
- package/docs/components/ModalBox/examples/ModalBox.md +106 -85
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
- package/docs/components/NumberInput/examples/NumberInput.md +12 -12
- package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.md +54 -54
- package/docs/components/Pagination/examples/Pagination.md +129 -30
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +34 -34
- package/docs/components/Progress/examples/Progress.md +31 -60
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
- package/docs/components/Radio/examples/Radio.md +11 -11
- package/docs/components/SearchInput/examples/SearchInput.md +34 -34
- package/docs/components/Select/examples/Select.md +143 -143
- package/docs/components/Sidebar/examples/Sidebar.md +14 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +30 -30
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.md +1272 -855
- package/docs/components/Tabs/examples/Tabs.md +149 -149
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
- package/docs/components/Tile/examples/Tile.md +15 -15
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +165 -144
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +63 -70
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
- package/docs/demos/Alert/examples/Alert.md +13 -13
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +10 -11
- package/docs/demos/Card/examples/Card.md +151 -116
- package/docs/demos/CardView/examples/CardView.md +16 -15
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +10 -9
- package/docs/demos/DataList/examples/DataList.md +160 -111
- package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -13
- package/docs/demos/Drawer/examples/Drawer.md +20 -20
- package/docs/demos/HelperText/examples/HelperText.md +8 -9
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +32 -35
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +720 -767
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
- package/docs/demos/Page/examples/Page.md +37 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -33
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +53 -49
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +522 -378
- package/docs/demos/Tabs/examples/Tabs.md +120 -601
- package/docs/demos/Toolbar/examples/Toolbar.md +1781 -171
- package/docs/demos/Wizard/examples/Wizard.md +229 -225
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +6 -6
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
- package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
- package/docs/utilities/Display/examples/Display.md +11 -11
- package/docs/utilities/Flex/examples/Flex.md +34 -34
- package/docs/utilities/Float/examples/Float.md +4 -4
- package/docs/utilities/Sizing/examples/Sizing.md +50 -50
- package/docs/utilities/Spacing/examples/Spacing.md +34 -34
- package/docs/utilities/Text/examples/Text.md +27 -27
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Grid/grid.css +5 -5
- package/package.json +59 -64
- package/patternfly-base-no-reset.css +5 -11
- package/patternfly-base.css +5 -11
- package/patternfly-no-reset.css +528 -336
- package/patternfly.css +528 -336
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +0 -1
|
@@ -67,19 +67,19 @@ cssPrefix: pf-c-table
|
|
|
67
67
|
|
|
68
68
|
### Basic table accessibility
|
|
69
69
|
|
|
70
|
-
| Attribute
|
|
71
|
-
|
|
|
72
|
-
| `role="grid"`
|
|
73
|
-
| `aria-label`
|
|
74
|
-
| `data-label="[td description]"` | `<td>`
|
|
70
|
+
| Attribute | Applied to | Outcome |
|
|
71
|
+
| -- | -- | -- |
|
|
72
|
+
| `role="grid"` | `.pf-c-table` | Identifies the element that serves as the grid widget container. **Required** |
|
|
73
|
+
| `aria-label` | `.pf-c-table` | Provides an accessible name for the table when a descriptive `<caption>` or `<h*>` is not available. **Required in the absence of `<caption>` or `<h*>`** |
|
|
74
|
+
| `data-label="[td description]"` | `<td>` | This attribute replaces table header in mobile viewport. It is rendered by `::before` pseudo element. |
|
|
75
75
|
|
|
76
76
|
### Basic table usage
|
|
77
77
|
|
|
78
|
-
| Class
|
|
79
|
-
|
|
|
80
|
-
| `.pf-c-table`
|
|
81
|
-
| `.pf-c-table__caption` | `<caption>`
|
|
82
|
-
| `.pf-m-center`
|
|
78
|
+
| Class | Applied to | Outcome |
|
|
79
|
+
| -- | -- | -- |
|
|
80
|
+
| `.pf-c-table` | `<table>` | Initiates a table element. **Required** |
|
|
81
|
+
| `.pf-c-table__caption` | `<caption>` | Initiates a table caption. |
|
|
82
|
+
| `.pf-m-center` | `<th>`, `<td>` | Modifies cell to center its contents. |
|
|
83
83
|
|
|
84
84
|
## Responsive table behavior
|
|
85
85
|
|
|
@@ -87,10 +87,10 @@ cssPrefix: pf-c-table
|
|
|
87
87
|
|
|
88
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
89
|
|
|
90
|
-
| Class
|
|
91
|
-
|
|
|
90
|
+
| Class | Applied to | Outcome |
|
|
91
|
+
| -- | -- | -- |
|
|
92
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 optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
93
|
-
| `.pf-m-grid`
|
|
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
94
|
|
|
95
95
|
## Sortable
|
|
96
96
|
|
|
@@ -218,23 +218,23 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
218
218
|
|
|
219
219
|
### Sortable accessibility
|
|
220
220
|
|
|
221
|
-
| Attribute
|
|
222
|
-
|
|
|
221
|
+
| Attribute | Applied to | Outcome |
|
|
222
|
+
| -- | -- | -- |
|
|
223
223
|
| `aria-sort=[ascending or descending]` | `.pf-c-table__sort` | Indicates if columns in a table are sorted in ascending or descending order. For each table, authors **SHOULD** apply aria-sort to only one header at a time. **Required** |
|
|
224
224
|
|
|
225
225
|
### Sortable usage
|
|
226
226
|
|
|
227
|
-
| Class
|
|
228
|
-
|
|
|
229
|
-
| `.pf-c-table__sort`
|
|
230
|
-
| `.pf-c-table__button`
|
|
231
|
-
| `.pf-c-table__button-content` | `<div>`
|
|
232
|
-
| `.pf-c-table__sort-indicator` | `.pf-c-table__sort > .pf-c-table__button > span`
|
|
233
|
-
| `.pf-m-selected`
|
|
234
|
-
| `.pf-m-help`
|
|
235
|
-
| `.fa-arrows-alt-v`
|
|
236
|
-
| `.fa-long-arrow-alt-up`
|
|
237
|
-
| `.fa-long-arrow-alt-down`
|
|
227
|
+
| Class | Applied to | Outcome |
|
|
228
|
+
| -- | -- | -- |
|
|
229
|
+
| `.pf-c-table__sort` | `<th>` | Initiates a table header sort cell. **Required for sortable table columns** |
|
|
230
|
+
| `.pf-c-table__button` | `<button>`, `<a>` | Initiates a table header sort cell button. If sorting a table row generates a unique URL that can be used as the `href` value for this element, use an `<a>`. Otherwise, use a `<button>`. **Required for sortable table columns** |
|
|
231
|
+
| `.pf-c-table__button-content` | `<div>` | Initiates a table header sort cell button content container. **Required for sortable table columns** Note: this is only necessary because `<button>` does not support`display: grid`. |
|
|
232
|
+
| `.pf-c-table__sort-indicator` | `.pf-c-table__sort > .pf-c-table__button > span` | Initiates a sort indicator. **Required for sortable table columns** |
|
|
233
|
+
| `.pf-m-selected` | `.pf-c-table__sort` | Modifies for sort selected state. **Required for sortable table columns** |
|
|
234
|
+
| `.pf-m-help` | `.pf-c-table__sort`, `.pf-c-table th` | Modifies a sortable table header to accommodate a help tooltip. **Required for sortable table columns with help tooltips** |
|
|
235
|
+
| `.fa-arrows-alt-v` | `.pf-c-table__sort > .pf-c-table__button > .pf-c-table__sort-indicator > .fas` | Initiates icon within unsorted, sortable table header. **Required for sortable table columns** |
|
|
236
|
+
| `.fa-long-arrow-alt-up` | `.pf-c-table__sort > .pf-c-table__button > .pf-c-table__sort-indicator > .fas` | Initiates icon within ascending sorted and selected, sortable table header. **Required for sortable table columns** |
|
|
237
|
+
| `.fa-long-arrow-alt-down` | `.pf-c-table__sort > .pf-c-table__button > .pf-c-table__sort-indicator > .fas` | Initiates icon within descending sorted and selected, sortable table header. **Required for sortable table columns** |
|
|
238
238
|
|
|
239
239
|
### Overflow menu usage, desktop
|
|
240
240
|
|
|
@@ -515,11 +515,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
515
515
|
<tr role="row">
|
|
516
516
|
<td class="pf-c-table__check" role="cell">
|
|
517
517
|
<label>
|
|
518
|
-
<
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
518
|
+
<div class="pf-c-check pf-m-standalone">
|
|
519
|
+
<input
|
|
520
|
+
class="pf-c-check__input"
|
|
521
|
+
type="checkbox"
|
|
522
|
+
name="table-checkboxes-and-actions-checkrowthead"
|
|
523
|
+
aria-label="Select all rows"
|
|
524
|
+
/>
|
|
525
|
+
</div>
|
|
523
526
|
</label>
|
|
524
527
|
</td>
|
|
525
528
|
<th role="columnheader" scope="col">Repositories</th>
|
|
@@ -535,11 +538,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
535
538
|
<tr role="row">
|
|
536
539
|
<td class="pf-c-table__check" role="cell">
|
|
537
540
|
<label>
|
|
538
|
-
<
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
541
|
+
<div class="pf-c-check pf-m-standalone">
|
|
542
|
+
<input
|
|
543
|
+
class="pf-c-check__input"
|
|
544
|
+
type="checkbox"
|
|
545
|
+
name="table-checkboxes-and-actions-checkrow1"
|
|
546
|
+
aria-labelledby="table-checkboxes-and-actions-node1"
|
|
547
|
+
/>
|
|
548
|
+
</div>
|
|
543
549
|
</label>
|
|
544
550
|
</td>
|
|
545
551
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -598,11 +604,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
598
604
|
<tr role="row">
|
|
599
605
|
<td class="pf-c-table__check" role="cell">
|
|
600
606
|
<label>
|
|
601
|
-
<
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
607
|
+
<div class="pf-c-check pf-m-standalone">
|
|
608
|
+
<input
|
|
609
|
+
class="pf-c-check__input"
|
|
610
|
+
type="checkbox"
|
|
611
|
+
name="table-checkboxes-and-actions-checkrow2"
|
|
612
|
+
aria-labelledby="table-checkboxes-and-actions-node2"
|
|
613
|
+
/>
|
|
614
|
+
</div>
|
|
606
615
|
</label>
|
|
607
616
|
</td>
|
|
608
617
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -662,11 +671,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
662
671
|
<tr role="row">
|
|
663
672
|
<td class="pf-c-table__check" role="cell">
|
|
664
673
|
<label>
|
|
665
|
-
<
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
674
|
+
<div class="pf-c-check pf-m-standalone">
|
|
675
|
+
<input
|
|
676
|
+
class="pf-c-check__input"
|
|
677
|
+
type="checkbox"
|
|
678
|
+
name="table-checkboxes-and-actions-checkrow3"
|
|
679
|
+
aria-labelledby="table-checkboxes-and-actions-node3"
|
|
680
|
+
/>
|
|
681
|
+
</div>
|
|
670
682
|
</label>
|
|
671
683
|
</td>
|
|
672
684
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -726,11 +738,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
726
738
|
<tr role="row">
|
|
727
739
|
<td class="pf-c-table__check" role="cell">
|
|
728
740
|
<label>
|
|
729
|
-
<
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
741
|
+
<div class="pf-c-check pf-m-standalone">
|
|
742
|
+
<input
|
|
743
|
+
class="pf-c-check__input"
|
|
744
|
+
type="checkbox"
|
|
745
|
+
name="table-checkboxes-and-actions-checkrow4"
|
|
746
|
+
aria-labelledby="table-checkboxes-and-actions-node4"
|
|
747
|
+
/>
|
|
748
|
+
</div>
|
|
734
749
|
</label>
|
|
735
750
|
</td>
|
|
736
751
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -816,11 +831,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
816
831
|
<tr role="row">
|
|
817
832
|
<td class="pf-c-table__check" role="cell">
|
|
818
833
|
<label>
|
|
819
|
-
<
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
834
|
+
<div class="pf-c-radio pf-m-standalone">
|
|
835
|
+
<input
|
|
836
|
+
class="pf-c-radio__input"
|
|
837
|
+
type="radio"
|
|
838
|
+
name="table-single-select-radio-radio"
|
|
839
|
+
aria-labelledby="table-single-select-radio-node1"
|
|
840
|
+
/>
|
|
841
|
+
</div>
|
|
824
842
|
</label>
|
|
825
843
|
</td>
|
|
826
844
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -879,11 +897,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
879
897
|
<tr role="row">
|
|
880
898
|
<td class="pf-c-table__check" role="cell">
|
|
881
899
|
<label>
|
|
882
|
-
<
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
900
|
+
<div class="pf-c-radio pf-m-standalone">
|
|
901
|
+
<input
|
|
902
|
+
class="pf-c-radio__input"
|
|
903
|
+
type="radio"
|
|
904
|
+
name="table-single-select-radio-radio"
|
|
905
|
+
aria-labelledby="table-single-select-radio-node2"
|
|
906
|
+
/>
|
|
907
|
+
</div>
|
|
887
908
|
</label>
|
|
888
909
|
</td>
|
|
889
910
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -943,11 +964,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
943
964
|
<tr role="row">
|
|
944
965
|
<td class="pf-c-table__check" role="cell">
|
|
945
966
|
<label>
|
|
946
|
-
<
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
967
|
+
<div class="pf-c-radio pf-m-standalone">
|
|
968
|
+
<input
|
|
969
|
+
class="pf-c-radio__input"
|
|
970
|
+
type="radio"
|
|
971
|
+
name="table-single-select-radio-radio"
|
|
972
|
+
aria-labelledby="table-single-select-radio-node3"
|
|
973
|
+
/>
|
|
974
|
+
</div>
|
|
951
975
|
</label>
|
|
952
976
|
</td>
|
|
953
977
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1007,11 +1031,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
1007
1031
|
<tr role="row">
|
|
1008
1032
|
<td class="pf-c-table__check" role="cell">
|
|
1009
1033
|
<label>
|
|
1010
|
-
<
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1034
|
+
<div class="pf-c-radio pf-m-standalone">
|
|
1035
|
+
<input
|
|
1036
|
+
class="pf-c-radio__input"
|
|
1037
|
+
type="radio"
|
|
1038
|
+
name="table-single-select-radio-radio"
|
|
1039
|
+
aria-labelledby="table-single-select-radio-node4"
|
|
1040
|
+
/>
|
|
1041
|
+
</div>
|
|
1015
1042
|
</label>
|
|
1016
1043
|
</td>
|
|
1017
1044
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1078,18 +1105,18 @@ When header cells are empty or they contain interactive elements, `<th>` should
|
|
|
1078
1105
|
|
|
1079
1106
|
### Checkboxes, radio select, and actions accessibility
|
|
1080
1107
|
|
|
1081
|
-
| Attribute
|
|
1082
|
-
|
|
|
1083
|
-
| `aria-labelledby="[row_header_id]"` or `aria-label="[descriptive text]` | `.pf-c-table__check input` | Provides an accessible name for the checkbox or radio input. **Required**
|
|
1084
|
-
| `id`
|
|
1108
|
+
| Attribute | Applied to | Outcome |
|
|
1109
|
+
| -- | -- | -- |
|
|
1110
|
+
| `aria-labelledby="[row_header_id]"` or `aria-label="[descriptive text]` | `.pf-c-table__check input` | Provides an accessible name for the checkbox or radio input. **Required** |
|
|
1111
|
+
| `id` | row header `<th> > *` | Provides an accessible description for the checkbox or radio. **Required if using `aria-labelledby` for `.pf-c-table__check input`** |
|
|
1085
1112
|
|
|
1086
1113
|
### Checkboxes, radio select, and actions usage
|
|
1087
1114
|
|
|
1088
|
-
| Class
|
|
1089
|
-
|
|
|
1090
|
-
| `.pf-c-table__check`
|
|
1091
|
-
| `.pf-c-table__action`
|
|
1092
|
-
| `.pf-c-table__inline-edit-action` | `<th>`, `<td>` | Initiates an inline edit action table cell.
|
|
1115
|
+
| Class | Applied to | Outcome |
|
|
1116
|
+
| -- | -- | -- |
|
|
1117
|
+
| `.pf-c-table__check` | `<th>`, `<td>` | Initiates a checkbox or radio input table cell. |
|
|
1118
|
+
| `.pf-c-table__action` | `<th>`, `<td>` | Initiates an action table cell. |
|
|
1119
|
+
| `.pf-c-table__inline-edit-action` | `<th>`, `<td>` | Initiates an inline edit action table cell. |
|
|
1093
1120
|
|
|
1094
1121
|
## Expandable
|
|
1095
1122
|
|
|
@@ -1120,11 +1147,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1120
1147
|
|
|
1121
1148
|
<td class="pf-c-table__check" role="cell">
|
|
1122
1149
|
<label>
|
|
1123
|
-
<
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1150
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1151
|
+
<input
|
|
1152
|
+
class="pf-c-check__input"
|
|
1153
|
+
type="checkbox"
|
|
1154
|
+
name="table-expandable-checkrowthead"
|
|
1155
|
+
aria-label="Select all rows"
|
|
1156
|
+
/>
|
|
1157
|
+
</div>
|
|
1128
1158
|
</label>
|
|
1129
1159
|
</td>
|
|
1130
1160
|
<th
|
|
@@ -1196,11 +1226,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1196
1226
|
|
|
1197
1227
|
<td class="pf-c-table__check" role="cell">
|
|
1198
1228
|
<label>
|
|
1199
|
-
<
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1229
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1230
|
+
<input
|
|
1231
|
+
class="pf-c-check__input"
|
|
1232
|
+
type="checkbox"
|
|
1233
|
+
name="table-expandable-checkrow1"
|
|
1234
|
+
aria-labelledby="table-expandable-node1"
|
|
1235
|
+
/>
|
|
1236
|
+
</div>
|
|
1204
1237
|
</label>
|
|
1205
1238
|
</td>
|
|
1206
1239
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1288,11 +1321,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1288
1321
|
|
|
1289
1322
|
<td class="pf-c-table__check" role="cell">
|
|
1290
1323
|
<label>
|
|
1291
|
-
<
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1324
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1325
|
+
<input
|
|
1326
|
+
class="pf-c-check__input"
|
|
1327
|
+
type="checkbox"
|
|
1328
|
+
name="table-expandable-checkrow2"
|
|
1329
|
+
aria-labelledby="table-expandable-node2"
|
|
1330
|
+
/>
|
|
1331
|
+
</div>
|
|
1296
1332
|
</label>
|
|
1297
1333
|
</td>
|
|
1298
1334
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1378,11 +1414,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1378
1414
|
|
|
1379
1415
|
<td class="pf-c-table__check" role="cell">
|
|
1380
1416
|
<label>
|
|
1381
|
-
<
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1417
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1418
|
+
<input
|
|
1419
|
+
class="pf-c-check__input"
|
|
1420
|
+
type="checkbox"
|
|
1421
|
+
name="table-expandable-checkrow3"
|
|
1422
|
+
aria-labelledby="table-expandable-node3"
|
|
1423
|
+
/>
|
|
1424
|
+
</div>
|
|
1386
1425
|
</label>
|
|
1387
1426
|
</td>
|
|
1388
1427
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1468,11 +1507,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1468
1507
|
|
|
1469
1508
|
<td class="pf-c-table__check" role="cell">
|
|
1470
1509
|
<label>
|
|
1471
|
-
<
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1510
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1511
|
+
<input
|
|
1512
|
+
class="pf-c-check__input"
|
|
1513
|
+
type="checkbox"
|
|
1514
|
+
name="table-expandable-checkrow4"
|
|
1515
|
+
aria-labelledby="table-expandable-node4"
|
|
1516
|
+
/>
|
|
1517
|
+
</div>
|
|
1476
1518
|
</label>
|
|
1477
1519
|
</td>
|
|
1478
1520
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1573,11 +1615,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1573
1615
|
|
|
1574
1616
|
<td class="pf-c-table__check" role="cell">
|
|
1575
1617
|
<label>
|
|
1576
|
-
<
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1618
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1619
|
+
<input
|
|
1620
|
+
class="pf-c-check__input"
|
|
1621
|
+
type="checkbox"
|
|
1622
|
+
name="expandable-set-width-columns-example-checkrowthead"
|
|
1623
|
+
aria-label="Select all rows"
|
|
1624
|
+
/>
|
|
1625
|
+
</div>
|
|
1581
1626
|
</label>
|
|
1582
1627
|
</td>
|
|
1583
1628
|
<th
|
|
@@ -1649,11 +1694,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1649
1694
|
|
|
1650
1695
|
<td class="pf-c-table__check" role="cell">
|
|
1651
1696
|
<label>
|
|
1652
|
-
<
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1697
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1698
|
+
<input
|
|
1699
|
+
class="pf-c-check__input"
|
|
1700
|
+
type="checkbox"
|
|
1701
|
+
name="expandable-set-width-columns-example-checkrow1"
|
|
1702
|
+
aria-labelledby="expandable-set-width-columns-example-node1"
|
|
1703
|
+
/>
|
|
1704
|
+
</div>
|
|
1657
1705
|
</label>
|
|
1658
1706
|
</td>
|
|
1659
1707
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1746,11 +1794,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1746
1794
|
|
|
1747
1795
|
<td class="pf-c-table__check" role="cell">
|
|
1748
1796
|
<label>
|
|
1749
|
-
<
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1797
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1798
|
+
<input
|
|
1799
|
+
class="pf-c-check__input"
|
|
1800
|
+
type="checkbox"
|
|
1801
|
+
name="expandable-set-width-columns-example-checkrow2"
|
|
1802
|
+
aria-labelledby="expandable-set-width-columns-example-node2"
|
|
1803
|
+
/>
|
|
1804
|
+
</div>
|
|
1754
1805
|
</label>
|
|
1755
1806
|
</td>
|
|
1756
1807
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1844,11 +1895,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1844
1895
|
|
|
1845
1896
|
<td class="pf-c-table__check" role="cell">
|
|
1846
1897
|
<label>
|
|
1847
|
-
<
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1898
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1899
|
+
<input
|
|
1900
|
+
class="pf-c-check__input"
|
|
1901
|
+
type="checkbox"
|
|
1902
|
+
name="expandable-set-width-columns-example-checkrow3"
|
|
1903
|
+
aria-labelledby="expandable-set-width-columns-example-node3"
|
|
1904
|
+
/>
|
|
1905
|
+
</div>
|
|
1852
1906
|
</label>
|
|
1853
1907
|
</td>
|
|
1854
1908
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -1938,11 +1992,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1938
1992
|
|
|
1939
1993
|
<td class="pf-c-table__check" role="cell">
|
|
1940
1994
|
<label>
|
|
1941
|
-
<
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1995
|
+
<div class="pf-c-check pf-m-standalone">
|
|
1996
|
+
<input
|
|
1997
|
+
class="pf-c-check__input"
|
|
1998
|
+
type="checkbox"
|
|
1999
|
+
name="expandable-set-width-columns-example-checkrow4"
|
|
2000
|
+
aria-labelledby="expandable-set-width-columns-example-node4"
|
|
2001
|
+
/>
|
|
2002
|
+
</div>
|
|
1946
2003
|
</label>
|
|
1947
2004
|
</td>
|
|
1948
2005
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -2045,11 +2102,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2045
2102
|
|
|
2046
2103
|
<td class="pf-c-table__check" role="cell">
|
|
2047
2104
|
<label>
|
|
2048
|
-
<
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2105
|
+
<div class="pf-c-check pf-m-standalone">
|
|
2106
|
+
<input
|
|
2107
|
+
class="pf-c-check__input"
|
|
2108
|
+
type="checkbox"
|
|
2109
|
+
name="table-expandable-nested-table-checkrowthead"
|
|
2110
|
+
aria-label="Select all rows"
|
|
2111
|
+
/>
|
|
2112
|
+
</div>
|
|
2053
2113
|
</label>
|
|
2054
2114
|
</td>
|
|
2055
2115
|
<th
|
|
@@ -2121,11 +2181,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2121
2181
|
|
|
2122
2182
|
<td class="pf-c-table__check" role="cell">
|
|
2123
2183
|
<label>
|
|
2124
|
-
<
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2184
|
+
<div class="pf-c-check pf-m-standalone">
|
|
2185
|
+
<input
|
|
2186
|
+
class="pf-c-check__input"
|
|
2187
|
+
type="checkbox"
|
|
2188
|
+
name="table-expandable-nested-table-checkrow1"
|
|
2189
|
+
aria-labelledby="table-expandable-nested-table-node1"
|
|
2190
|
+
/>
|
|
2191
|
+
</div>
|
|
2129
2192
|
</label>
|
|
2130
2193
|
</td>
|
|
2131
2194
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -2264,11 +2327,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2264
2327
|
|
|
2265
2328
|
<td class="pf-c-table__check" role="cell">
|
|
2266
2329
|
<label>
|
|
2267
|
-
<
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2330
|
+
<div class="pf-c-check pf-m-standalone">
|
|
2331
|
+
<input
|
|
2332
|
+
class="pf-c-check__input"
|
|
2333
|
+
type="checkbox"
|
|
2334
|
+
name="table-expandable-nested-table-checkrow2"
|
|
2335
|
+
aria-labelledby="table-expandable-nested-table-node2"
|
|
2336
|
+
/>
|
|
2337
|
+
</div>
|
|
2272
2338
|
</label>
|
|
2273
2339
|
</td>
|
|
2274
2340
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -2359,11 +2425,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2359
2425
|
|
|
2360
2426
|
<td class="pf-c-table__check" role="cell">
|
|
2361
2427
|
<label>
|
|
2362
|
-
<
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2428
|
+
<div class="pf-c-check pf-m-standalone">
|
|
2429
|
+
<input
|
|
2430
|
+
class="pf-c-check__input"
|
|
2431
|
+
type="checkbox"
|
|
2432
|
+
name="table-expandable-nested-table-checkrow3"
|
|
2433
|
+
aria-labelledby="table-expandable-nested-table-node3"
|
|
2434
|
+
/>
|
|
2435
|
+
</div>
|
|
2367
2436
|
</label>
|
|
2368
2437
|
</td>
|
|
2369
2438
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -2454,11 +2523,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2454
2523
|
|
|
2455
2524
|
<td class="pf-c-table__check" role="cell">
|
|
2456
2525
|
<label>
|
|
2457
|
-
<
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2526
|
+
<div class="pf-c-check pf-m-standalone">
|
|
2527
|
+
<input
|
|
2528
|
+
class="pf-c-check__input"
|
|
2529
|
+
type="checkbox"
|
|
2530
|
+
name="table-expandable-nested-table-checkrow4"
|
|
2531
|
+
aria-labelledby="table-expandable-nested-table-node4"
|
|
2532
|
+
/>
|
|
2533
|
+
</div>
|
|
2462
2534
|
</label>
|
|
2463
2535
|
</td>
|
|
2464
2536
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -2537,24 +2609,24 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
2537
2609
|
|
|
2538
2610
|
### Expandable accessibility
|
|
2539
2611
|
|
|
2540
|
-
| Attribute
|
|
2541
|
-
|
|
|
2542
|
-
| `hidden`
|
|
2543
|
-
| `aria-expanded="true"`
|
|
2544
|
-
| `aria-label="[descriptive text]"`
|
|
2545
|
-
| `aria-labelledby="[title_cell_id] [button_id]"`
|
|
2546
|
-
| `id="[button_id]"`
|
|
2612
|
+
| Attribute | Applied to | Outcome |
|
|
2613
|
+
| -- | -- | -- |
|
|
2614
|
+
| `hidden` | `.pf-c-table__expandable-row` | Indicates that the expandable content is hidden. **Required** |
|
|
2615
|
+
| `aria-expanded="true"` | `.pf-c-table__toggle` > `.pf-c-button` | Indicates that the row is visible. **Required**|
|
|
2616
|
+
| `aria-label="[descriptive text]"` | `.pf-c-table__toggle` > `.pf-c-button` | Provides an accessible name for toggle button. **Required**|
|
|
2617
|
+
| `aria-labelledby="[title_cell_id] [button_id]"` | `.pf-c-table__toggle` > `.pf-c-button` | Provides an accessible description for toggle button. **Required** |
|
|
2618
|
+
| `id="[button_id]"` | `.pf-c-table__toggle` > `.pf-c-button` | Provides a reference for toggle button description. **Required** |
|
|
2547
2619
|
| `aria-controls="[id of element the button controls]"` | `.pf-c-table__toggle` > `.pf-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
|
|
2548
2620
|
|
|
2549
2621
|
### Expandable usage
|
|
2550
2622
|
|
|
2551
|
-
| Class
|
|
2552
|
-
|
|
|
2553
|
-
| `.pf-c-table__toggle-icon`
|
|
2554
|
-
| `.pf-c-table__expandable-row`
|
|
2555
|
-
| `.pf-c-table__expandable-row-content` | `.pf-c-table__expandable-row` > `<td>` > `<div>`
|
|
2556
|
-
| `.pf-m-expanded`
|
|
2557
|
-
| `.pf-m-no-padding`
|
|
2623
|
+
| Class | Applied to | Outcome |
|
|
2624
|
+
| -- | -- | -- |
|
|
2625
|
+
| `.pf-c-table__toggle-icon` | `<span>` | Initiates the table toggle icon wrapper. |
|
|
2626
|
+
| `.pf-c-table__expandable-row` | `<tr>` | Initiates an expandable row. |
|
|
2627
|
+
| `.pf-c-table__expandable-row-content` | `.pf-c-table__expandable-row` > `<td>` > `<div>` | Initiates an expandable row content wrapper. |
|
|
2628
|
+
| `.pf-m-expanded` | `.pf-c-table__toggle` > `.pf-c-button`, `.pf-c-table__expandable-row` | Modifies for expanded state. |
|
|
2629
|
+
| `.pf-m-no-padding` | `.pf-c-table__expandable-row` > `<td>` | Modifies the expandable row to have no padding. |
|
|
2558
2630
|
|
|
2559
2631
|
## Compound expansion
|
|
2560
2632
|
|
|
@@ -5868,19 +5940,19 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5868
5940
|
|
|
5869
5941
|
### Compound expansion accessibility
|
|
5870
5942
|
|
|
5871
|
-
| Attribute
|
|
5872
|
-
|
|
|
5873
|
-
| `hidden`
|
|
5874
|
-
| `aria-expanded="true"`
|
|
5943
|
+
| Attribute | Applied to | Outcome |
|
|
5944
|
+
| -- | -- | -- |
|
|
5945
|
+
| `hidden` | `.pf-c-table__expandable-row` | Indicates that the expandable content is hidden. **Required** |
|
|
5946
|
+
| `aria-expanded="true"` | `.pf-c-table__compound-expansion-toggle` > `.pf-c-button` | Indicates that the row is visible. **Required**|
|
|
5875
5947
|
| `aria-controls="[id of element the button controls]"` | `.pf-c-table__compound-expansion-toggle` > `.pf-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
|
|
5876
5948
|
|
|
5877
5949
|
### Compound expansion usage
|
|
5878
5950
|
|
|
5879
|
-
| Class
|
|
5880
|
-
|
|
|
5881
|
-
| `.pf-c-table__control-row`
|
|
5882
|
-
| `.pf-m-expanded`
|
|
5883
|
-
| `.pf-c-table__compound-expansion-toggle` | `<td>`
|
|
5951
|
+
| Class | Applied to | Outcome |
|
|
5952
|
+
| -- | -- | -- |
|
|
5953
|
+
| `.pf-c-table__control-row` | `.pf-c-table__expandable > <tr>` | Modifies a compound expandable table control row. |
|
|
5954
|
+
| `.pf-m-expanded` | `<tbody>`, `.pf-c-table__compound-expansion-toggle` > `.pf-c-button` | Modifies a tbody with a row and an expandable row. |
|
|
5955
|
+
| `.pf-c-table__compound-expansion-toggle` | `<td>` | Modifies a `<td>` on active/focus. |
|
|
5884
5956
|
|
|
5885
5957
|
## Compact variant
|
|
5886
5958
|
|
|
@@ -5897,11 +5969,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5897
5969
|
<tr role="row">
|
|
5898
5970
|
<td class="pf-c-table__check" role="cell">
|
|
5899
5971
|
<label>
|
|
5900
|
-
<
|
|
5901
|
-
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5972
|
+
<div class="pf-c-check pf-m-standalone">
|
|
5973
|
+
<input
|
|
5974
|
+
class="pf-c-check__input"
|
|
5975
|
+
type="checkbox"
|
|
5976
|
+
name="table-compact-checkrowthead"
|
|
5977
|
+
aria-label="Select all rows"
|
|
5978
|
+
/>
|
|
5979
|
+
</div>
|
|
5905
5980
|
</label>
|
|
5906
5981
|
</td>
|
|
5907
5982
|
<th role="columnheader" scope="col">Contributor</th>
|
|
@@ -5919,11 +5994,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5919
5994
|
<tr role="row">
|
|
5920
5995
|
<td class="pf-c-table__check" role="cell">
|
|
5921
5996
|
<label>
|
|
5922
|
-
<
|
|
5923
|
-
|
|
5924
|
-
|
|
5925
|
-
|
|
5926
|
-
|
|
5997
|
+
<div class="pf-c-check pf-m-standalone">
|
|
5998
|
+
<input
|
|
5999
|
+
class="pf-c-check__input"
|
|
6000
|
+
type="checkbox"
|
|
6001
|
+
name="table-compact-checkrow1"
|
|
6002
|
+
aria-labelledby="table-compact-node1"
|
|
6003
|
+
/>
|
|
6004
|
+
</div>
|
|
5927
6005
|
</label>
|
|
5928
6006
|
</td>
|
|
5929
6007
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -5988,11 +6066,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
5988
6066
|
<tr role="row">
|
|
5989
6067
|
<td class="pf-c-table__check" role="cell">
|
|
5990
6068
|
<label>
|
|
5991
|
-
<
|
|
5992
|
-
|
|
5993
|
-
|
|
5994
|
-
|
|
5995
|
-
|
|
6069
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6070
|
+
<input
|
|
6071
|
+
class="pf-c-check__input"
|
|
6072
|
+
type="checkbox"
|
|
6073
|
+
name="table-compact-checkrow2"
|
|
6074
|
+
aria-labelledby="table-compact-node2"
|
|
6075
|
+
/>
|
|
6076
|
+
</div>
|
|
5996
6077
|
</label>
|
|
5997
6078
|
</td>
|
|
5998
6079
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6057,11 +6138,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6057
6138
|
<tr role="row">
|
|
6058
6139
|
<td class="pf-c-table__check" role="cell">
|
|
6059
6140
|
<label>
|
|
6060
|
-
<
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6141
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6142
|
+
<input
|
|
6143
|
+
class="pf-c-check__input"
|
|
6144
|
+
type="checkbox"
|
|
6145
|
+
name="table-compact-checkrow3"
|
|
6146
|
+
aria-labelledby="table-compact-node3"
|
|
6147
|
+
/>
|
|
6148
|
+
</div>
|
|
6065
6149
|
</label>
|
|
6066
6150
|
</td>
|
|
6067
6151
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6126,11 +6210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6126
6210
|
<tr role="row">
|
|
6127
6211
|
<td class="pf-c-table__check" role="cell">
|
|
6128
6212
|
<label>
|
|
6129
|
-
<
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6213
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6214
|
+
<input
|
|
6215
|
+
class="pf-c-check__input"
|
|
6216
|
+
type="checkbox"
|
|
6217
|
+
name="table-compact-checkrow4"
|
|
6218
|
+
aria-labelledby="table-compact-node4"
|
|
6219
|
+
/>
|
|
6220
|
+
</div>
|
|
6134
6221
|
</label>
|
|
6135
6222
|
</td>
|
|
6136
6223
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6221,11 +6308,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6221
6308
|
|
|
6222
6309
|
<td class="pf-c-table__check" role="cell">
|
|
6223
6310
|
<label>
|
|
6224
|
-
<
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6311
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6312
|
+
<input
|
|
6313
|
+
class="pf-c-check__input"
|
|
6314
|
+
type="checkbox"
|
|
6315
|
+
name="table-compact-expandable-checkrowthead"
|
|
6316
|
+
aria-label="Select all rows"
|
|
6317
|
+
/>
|
|
6318
|
+
</div>
|
|
6229
6319
|
</label>
|
|
6230
6320
|
</td>
|
|
6231
6321
|
<th class="pf-m-width-30" role="columnheader" scope="col">Repositories</th>
|
|
@@ -6255,11 +6345,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6255
6345
|
|
|
6256
6346
|
<td class="pf-c-table__check" role="cell">
|
|
6257
6347
|
<label>
|
|
6258
|
-
<
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6348
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6349
|
+
<input
|
|
6350
|
+
class="pf-c-check__input"
|
|
6351
|
+
type="checkbox"
|
|
6352
|
+
name="table-compact-expandable-checkrow1"
|
|
6353
|
+
aria-labelledby="table-compact-expandable-node1"
|
|
6354
|
+
/>
|
|
6355
|
+
</div>
|
|
6263
6356
|
</label>
|
|
6264
6357
|
</td>
|
|
6265
6358
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6346,11 +6439,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6346
6439
|
|
|
6347
6440
|
<td class="pf-c-table__check" role="cell">
|
|
6348
6441
|
<label>
|
|
6349
|
-
<
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6442
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6443
|
+
<input
|
|
6444
|
+
class="pf-c-check__input"
|
|
6445
|
+
type="checkbox"
|
|
6446
|
+
name="table-compact-expandable-checkrow2"
|
|
6447
|
+
aria-labelledby="table-compact-expandable-node2"
|
|
6448
|
+
/>
|
|
6449
|
+
</div>
|
|
6354
6450
|
</label>
|
|
6355
6451
|
</td>
|
|
6356
6452
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6440,11 +6536,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6440
6536
|
|
|
6441
6537
|
<td class="pf-c-table__check" role="cell">
|
|
6442
6538
|
<label>
|
|
6443
|
-
<
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
|
|
6539
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6540
|
+
<input
|
|
6541
|
+
class="pf-c-check__input"
|
|
6542
|
+
type="checkbox"
|
|
6543
|
+
name="table-compact-expandable-checkrow3"
|
|
6544
|
+
aria-labelledby="table-compact-expandable-node3"
|
|
6545
|
+
/>
|
|
6546
|
+
</div>
|
|
6448
6547
|
</label>
|
|
6449
6548
|
</td>
|
|
6450
6549
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6529,11 +6628,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6529
6628
|
|
|
6530
6629
|
<td class="pf-c-table__check" role="cell">
|
|
6531
6630
|
<label>
|
|
6532
|
-
<
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6631
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6632
|
+
<input
|
|
6633
|
+
class="pf-c-check__input"
|
|
6634
|
+
type="checkbox"
|
|
6635
|
+
name="table-compact-expandable-checkrow4"
|
|
6636
|
+
aria-labelledby="table-compact-expandable-node4"
|
|
6637
|
+
/>
|
|
6638
|
+
</div>
|
|
6537
6639
|
</label>
|
|
6538
6640
|
</td>
|
|
6539
6641
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6622,11 +6724,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6622
6724
|
|
|
6623
6725
|
<td class="pf-c-table__check" role="cell">
|
|
6624
6726
|
<label>
|
|
6625
|
-
<
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6727
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6728
|
+
<input
|
|
6729
|
+
class="pf-c-check__input"
|
|
6730
|
+
type="checkbox"
|
|
6731
|
+
name="table-compact-expandable-checkrow5"
|
|
6732
|
+
aria-labelledby="table-compact-expandable-node5"
|
|
6733
|
+
/>
|
|
6734
|
+
</div>
|
|
6630
6735
|
</label>
|
|
6631
6736
|
</td>
|
|
6632
6737
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6711,11 +6816,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6711
6816
|
|
|
6712
6817
|
<td class="pf-c-table__check" role="cell">
|
|
6713
6818
|
<label>
|
|
6714
|
-
<
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6819
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6820
|
+
<input
|
|
6821
|
+
class="pf-c-check__input"
|
|
6822
|
+
type="checkbox"
|
|
6823
|
+
name="table-compact-expandable-checkrow6"
|
|
6824
|
+
aria-labelledby="table-compact-expandable-node6"
|
|
6825
|
+
/>
|
|
6826
|
+
</div>
|
|
6719
6827
|
</label>
|
|
6720
6828
|
</td>
|
|
6721
6829
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6812,14 +6920,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6812
6920
|
|
|
6813
6921
|
<td class="pf-c-table__check" role="cell">
|
|
6814
6922
|
<label>
|
|
6815
|
-
<
|
|
6816
|
-
|
|
6817
|
-
|
|
6818
|
-
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6923
|
+
<div class="pf-c-check pf-m-standalone">
|
|
6924
|
+
<input
|
|
6925
|
+
class="pf-c-check__input"
|
|
6926
|
+
type="checkbox"
|
|
6927
|
+
name="table-compact-expandable-checkrow7"
|
|
6928
|
+
aria-labelledby="table-compact-expandable-node7"
|
|
6929
|
+
/>
|
|
6930
|
+
</div>
|
|
6931
|
+
</label>
|
|
6932
|
+
</td>
|
|
6933
|
+
<th role="columnheader" data-label="Data label name">
|
|
6823
6934
|
<div id="table-compact-expandable-node7">Node 7</div>
|
|
6824
6935
|
</th>
|
|
6825
6936
|
<td role="cell" data-label="Branches">10</td>
|
|
@@ -6901,11 +7012,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6901
7012
|
|
|
6902
7013
|
<td class="pf-c-table__check" role="cell">
|
|
6903
7014
|
<label>
|
|
6904
|
-
<
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
7015
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7016
|
+
<input
|
|
7017
|
+
class="pf-c-check__input"
|
|
7018
|
+
type="checkbox"
|
|
7019
|
+
name="table-compact-expandable-checkrow8"
|
|
7020
|
+
aria-labelledby="table-compact-expandable-node8"
|
|
7021
|
+
/>
|
|
7022
|
+
</div>
|
|
6909
7023
|
</label>
|
|
6910
7024
|
</td>
|
|
6911
7025
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -6999,11 +7113,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
6999
7113
|
|
|
7000
7114
|
<td class="pf-c-table__check" role="cell">
|
|
7001
7115
|
<label>
|
|
7002
|
-
<
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
|
|
7116
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7117
|
+
<input
|
|
7118
|
+
class="pf-c-check__input"
|
|
7119
|
+
type="checkbox"
|
|
7120
|
+
name="table-compact-expandable-checkrow9"
|
|
7121
|
+
aria-labelledby="table-compact-expandable-node9"
|
|
7122
|
+
/>
|
|
7123
|
+
</div>
|
|
7007
7124
|
</label>
|
|
7008
7125
|
</td>
|
|
7009
7126
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -7074,8 +7191,8 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7074
7191
|
|
|
7075
7192
|
### Compact Usage
|
|
7076
7193
|
|
|
7077
|
-
| Class
|
|
7078
|
-
|
|
|
7194
|
+
| Class | Applied to | Outcome |
|
|
7195
|
+
| -- | -- | -- |
|
|
7079
7196
|
| `.pf-m-compact` | `.pf-c-table` | Modifies for a compact table. |
|
|
7080
7197
|
|
|
7081
7198
|
## Hoverable and selected
|
|
@@ -7093,11 +7210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7093
7210
|
<tr role="row">
|
|
7094
7211
|
<td class="pf-c-table__check" role="cell">
|
|
7095
7212
|
<label>
|
|
7096
|
-
<
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
7213
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7214
|
+
<input
|
|
7215
|
+
class="pf-c-check__input"
|
|
7216
|
+
type="checkbox"
|
|
7217
|
+
name="table-hoverable-checkrowthead"
|
|
7218
|
+
aria-label="Select all rows"
|
|
7219
|
+
/>
|
|
7220
|
+
</div>
|
|
7101
7221
|
</label>
|
|
7102
7222
|
</td>
|
|
7103
7223
|
<th
|
|
@@ -7121,11 +7241,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7121
7241
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
7122
7242
|
<td class="pf-c-table__check" role="cell">
|
|
7123
7243
|
<label>
|
|
7124
|
-
<
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7244
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7245
|
+
<input
|
|
7246
|
+
class="pf-c-check__input"
|
|
7247
|
+
type="checkbox"
|
|
7248
|
+
name="table-hoverable-checkrow1"
|
|
7249
|
+
aria-labelledby="table-hoverable-node1"
|
|
7250
|
+
/>
|
|
7251
|
+
</div>
|
|
7129
7252
|
</label>
|
|
7130
7253
|
</td>
|
|
7131
7254
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7179,11 +7302,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7179
7302
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
7180
7303
|
<td class="pf-c-table__check" role="cell">
|
|
7181
7304
|
<label>
|
|
7182
|
-
<
|
|
7183
|
-
|
|
7184
|
-
|
|
7185
|
-
|
|
7186
|
-
|
|
7305
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7306
|
+
<input
|
|
7307
|
+
class="pf-c-check__input"
|
|
7308
|
+
type="checkbox"
|
|
7309
|
+
name="table-hoverable-checkrow2"
|
|
7310
|
+
aria-labelledby="table-hoverable-node2"
|
|
7311
|
+
/>
|
|
7312
|
+
</div>
|
|
7187
7313
|
</label>
|
|
7188
7314
|
</td>
|
|
7189
7315
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7239,11 +7365,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7239
7365
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
7240
7366
|
<td class="pf-c-table__check" role="cell">
|
|
7241
7367
|
<label>
|
|
7242
|
-
<
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7368
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7369
|
+
<input
|
|
7370
|
+
class="pf-c-check__input"
|
|
7371
|
+
type="checkbox"
|
|
7372
|
+
name="table-hoverable-checkrow3"
|
|
7373
|
+
aria-labelledby="table-hoverable-node3"
|
|
7374
|
+
/>
|
|
7375
|
+
</div>
|
|
7247
7376
|
</label>
|
|
7248
7377
|
</td>
|
|
7249
7378
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7297,11 +7426,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7297
7426
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
7298
7427
|
<td class="pf-c-table__check" role="cell">
|
|
7299
7428
|
<label>
|
|
7300
|
-
<
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7429
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7430
|
+
<input
|
|
7431
|
+
class="pf-c-check__input"
|
|
7432
|
+
type="checkbox"
|
|
7433
|
+
name="table-hoverable-checkrow4"
|
|
7434
|
+
aria-labelledby="table-hoverable-node4"
|
|
7435
|
+
/>
|
|
7436
|
+
</div>
|
|
7305
7437
|
</label>
|
|
7306
7438
|
</td>
|
|
7307
7439
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7355,11 +7487,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7355
7487
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
7356
7488
|
<td class="pf-c-table__check" role="cell">
|
|
7357
7489
|
<label>
|
|
7358
|
-
<
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7490
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7491
|
+
<input
|
|
7492
|
+
class="pf-c-check__input"
|
|
7493
|
+
type="checkbox"
|
|
7494
|
+
name="table-hoverable-checkrow5"
|
|
7495
|
+
aria-labelledby="table-hoverable-node5"
|
|
7496
|
+
/>
|
|
7497
|
+
</div>
|
|
7363
7498
|
</label>
|
|
7364
7499
|
</td>
|
|
7365
7500
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7415,11 +7550,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7415
7550
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
7416
7551
|
<td class="pf-c-table__check" role="cell">
|
|
7417
7552
|
<label>
|
|
7418
|
-
<
|
|
7419
|
-
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7553
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7554
|
+
<input
|
|
7555
|
+
class="pf-c-check__input"
|
|
7556
|
+
type="checkbox"
|
|
7557
|
+
name="table-hoverable-checkrow6"
|
|
7558
|
+
aria-labelledby="table-hoverable-node6"
|
|
7559
|
+
/>
|
|
7560
|
+
</div>
|
|
7423
7561
|
</label>
|
|
7424
7562
|
</td>
|
|
7425
7563
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7475,11 +7613,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7475
7613
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
7476
7614
|
<td class="pf-c-table__check" role="cell">
|
|
7477
7615
|
<label>
|
|
7478
|
-
<
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7616
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7617
|
+
<input
|
|
7618
|
+
class="pf-c-check__input"
|
|
7619
|
+
type="checkbox"
|
|
7620
|
+
name="table-hoverable-checkrow7"
|
|
7621
|
+
aria-labelledby="table-hoverable-node7"
|
|
7622
|
+
/>
|
|
7623
|
+
</div>
|
|
7483
7624
|
</label>
|
|
7484
7625
|
</td>
|
|
7485
7626
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7535,11 +7676,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7535
7676
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
7536
7677
|
<td class="pf-c-table__check" role="cell">
|
|
7537
7678
|
<label>
|
|
7538
|
-
<
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7679
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7680
|
+
<input
|
|
7681
|
+
class="pf-c-check__input"
|
|
7682
|
+
type="checkbox"
|
|
7683
|
+
name="table-hoverable-checkrow8"
|
|
7684
|
+
aria-labelledby="table-hoverable-node8"
|
|
7685
|
+
/>
|
|
7686
|
+
</div>
|
|
7543
7687
|
</label>
|
|
7544
7688
|
</td>
|
|
7545
7689
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7593,11 +7737,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7593
7737
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
7594
7738
|
<td class="pf-c-table__check" role="cell">
|
|
7595
7739
|
<label>
|
|
7596
|
-
<
|
|
7597
|
-
|
|
7598
|
-
|
|
7599
|
-
|
|
7600
|
-
|
|
7740
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7741
|
+
<input
|
|
7742
|
+
class="pf-c-check__input"
|
|
7743
|
+
type="checkbox"
|
|
7744
|
+
name="table-hoverable-checkrow9"
|
|
7745
|
+
aria-labelledby="table-hoverable-node9"
|
|
7746
|
+
/>
|
|
7747
|
+
</div>
|
|
7601
7748
|
</label>
|
|
7602
7749
|
</td>
|
|
7603
7750
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7651,11 +7798,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7651
7798
|
<tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
|
|
7652
7799
|
<td class="pf-c-table__check" role="cell">
|
|
7653
7800
|
<label>
|
|
7654
|
-
<
|
|
7655
|
-
|
|
7656
|
-
|
|
7657
|
-
|
|
7658
|
-
|
|
7801
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7802
|
+
<input
|
|
7803
|
+
class="pf-c-check__input"
|
|
7804
|
+
type="checkbox"
|
|
7805
|
+
name="table-hoverable-checkrow10"
|
|
7806
|
+
aria-labelledby="table-hoverable-node10"
|
|
7807
|
+
/>
|
|
7808
|
+
</div>
|
|
7659
7809
|
</label>
|
|
7660
7810
|
</td>
|
|
7661
7811
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7711,11 +7861,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7711
7861
|
<tr class="pf-m-hoverable" role="row" tabindex="0">
|
|
7712
7862
|
<td class="pf-c-table__check" role="cell">
|
|
7713
7863
|
<label>
|
|
7714
|
-
<
|
|
7715
|
-
|
|
7716
|
-
|
|
7717
|
-
|
|
7718
|
-
|
|
7864
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7865
|
+
<input
|
|
7866
|
+
class="pf-c-check__input"
|
|
7867
|
+
type="checkbox"
|
|
7868
|
+
name="table-hoverable-checkrow11"
|
|
7869
|
+
aria-labelledby="table-hoverable-node11"
|
|
7870
|
+
/>
|
|
7871
|
+
</div>
|
|
7719
7872
|
</label>
|
|
7720
7873
|
</td>
|
|
7721
7874
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7784,11 +7937,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7784
7937
|
<td></td>
|
|
7785
7938
|
<td class="pf-c-table__check" role="cell">
|
|
7786
7939
|
<label>
|
|
7787
|
-
<
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7940
|
+
<div class="pf-c-check pf-m-standalone">
|
|
7941
|
+
<input
|
|
7942
|
+
class="pf-c-check__input"
|
|
7943
|
+
type="checkbox"
|
|
7944
|
+
name="table-expandable-hoverable-checkrowthead"
|
|
7945
|
+
aria-label="Select all rows"
|
|
7946
|
+
/>
|
|
7947
|
+
</div>
|
|
7792
7948
|
</label>
|
|
7793
7949
|
</td>
|
|
7794
7950
|
<th
|
|
@@ -7858,11 +8014,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7858
8014
|
|
|
7859
8015
|
<td class="pf-c-table__check" role="cell">
|
|
7860
8016
|
<label>
|
|
7861
|
-
<
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
8017
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8018
|
+
<input
|
|
8019
|
+
class="pf-c-check__input"
|
|
8020
|
+
type="checkbox"
|
|
8021
|
+
name="table-expandable-hoverable-checkrow1"
|
|
8022
|
+
aria-labelledby="table-expandable-hoverable-node1"
|
|
8023
|
+
/>
|
|
8024
|
+
</div>
|
|
7866
8025
|
</label>
|
|
7867
8026
|
</td>
|
|
7868
8027
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -7953,11 +8112,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
7953
8112
|
|
|
7954
8113
|
<td class="pf-c-table__check" role="cell">
|
|
7955
8114
|
<label>
|
|
7956
|
-
<
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
|
|
8115
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8116
|
+
<input
|
|
8117
|
+
class="pf-c-check__input"
|
|
8118
|
+
type="checkbox"
|
|
8119
|
+
name="table-expandable-hoverable-checkrow2"
|
|
8120
|
+
aria-labelledby="table-expandable-hoverable-node2"
|
|
8121
|
+
/>
|
|
8122
|
+
</div>
|
|
7961
8123
|
</label>
|
|
7962
8124
|
</td>
|
|
7963
8125
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8050,11 +8212,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8050
8212
|
|
|
8051
8213
|
<td class="pf-c-table__check" role="cell">
|
|
8052
8214
|
<label>
|
|
8053
|
-
<
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8215
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8216
|
+
<input
|
|
8217
|
+
class="pf-c-check__input"
|
|
8218
|
+
type="checkbox"
|
|
8219
|
+
name="table-expandable-hoverable-checkrow3"
|
|
8220
|
+
aria-labelledby="table-expandable-hoverable-node3"
|
|
8221
|
+
/>
|
|
8222
|
+
</div>
|
|
8058
8223
|
</label>
|
|
8059
8224
|
</td>
|
|
8060
8225
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8145,11 +8310,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8145
8310
|
|
|
8146
8311
|
<td class="pf-c-table__check" role="cell">
|
|
8147
8312
|
<label>
|
|
8148
|
-
<
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8313
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8314
|
+
<input
|
|
8315
|
+
class="pf-c-check__input"
|
|
8316
|
+
type="checkbox"
|
|
8317
|
+
name="table-expandable-hoverable-checkrow4"
|
|
8318
|
+
aria-labelledby="table-expandable-hoverable-node4"
|
|
8319
|
+
/>
|
|
8320
|
+
</div>
|
|
8153
8321
|
</label>
|
|
8154
8322
|
</td>
|
|
8155
8323
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8240,11 +8408,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8240
8408
|
|
|
8241
8409
|
<td class="pf-c-table__check" role="cell">
|
|
8242
8410
|
<label>
|
|
8243
|
-
<
|
|
8244
|
-
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
|
|
8411
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8412
|
+
<input
|
|
8413
|
+
class="pf-c-check__input"
|
|
8414
|
+
type="checkbox"
|
|
8415
|
+
name="table-expandable-hoverable-checkrow5"
|
|
8416
|
+
aria-labelledby="table-expandable-hoverable-node5"
|
|
8417
|
+
/>
|
|
8418
|
+
</div>
|
|
8248
8419
|
</label>
|
|
8249
8420
|
</td>
|
|
8250
8421
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8337,11 +8508,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8337
8508
|
|
|
8338
8509
|
<td class="pf-c-table__check" role="cell">
|
|
8339
8510
|
<label>
|
|
8340
|
-
<
|
|
8341
|
-
|
|
8342
|
-
|
|
8343
|
-
|
|
8344
|
-
|
|
8511
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8512
|
+
<input
|
|
8513
|
+
class="pf-c-check__input"
|
|
8514
|
+
type="checkbox"
|
|
8515
|
+
name="table-expandable-hoverable-checkrow6"
|
|
8516
|
+
aria-labelledby="table-expandable-hoverable-node6"
|
|
8517
|
+
/>
|
|
8518
|
+
</div>
|
|
8345
8519
|
</label>
|
|
8346
8520
|
</td>
|
|
8347
8521
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8434,11 +8608,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8434
8608
|
|
|
8435
8609
|
<td class="pf-c-table__check" role="cell">
|
|
8436
8610
|
<label>
|
|
8437
|
-
<
|
|
8438
|
-
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8611
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8612
|
+
<input
|
|
8613
|
+
class="pf-c-check__input"
|
|
8614
|
+
type="checkbox"
|
|
8615
|
+
name="table-expandable-hoverable-checkrow7"
|
|
8616
|
+
aria-labelledby="table-expandable-hoverable-node7"
|
|
8617
|
+
/>
|
|
8618
|
+
</div>
|
|
8442
8619
|
</label>
|
|
8443
8620
|
</td>
|
|
8444
8621
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8531,11 +8708,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8531
8708
|
|
|
8532
8709
|
<td class="pf-c-table__check" role="cell">
|
|
8533
8710
|
<label>
|
|
8534
|
-
<
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
|
|
8538
|
-
|
|
8711
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8712
|
+
<input
|
|
8713
|
+
class="pf-c-check__input"
|
|
8714
|
+
type="checkbox"
|
|
8715
|
+
name="table-expandable-hoverable-checkrow8"
|
|
8716
|
+
aria-labelledby="table-expandable-hoverable-node8"
|
|
8717
|
+
/>
|
|
8718
|
+
</div>
|
|
8539
8719
|
</label>
|
|
8540
8720
|
</td>
|
|
8541
8721
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8626,11 +8806,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8626
8806
|
|
|
8627
8807
|
<td class="pf-c-table__check" role="cell">
|
|
8628
8808
|
<label>
|
|
8629
|
-
<
|
|
8630
|
-
|
|
8631
|
-
|
|
8632
|
-
|
|
8633
|
-
|
|
8809
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8810
|
+
<input
|
|
8811
|
+
class="pf-c-check__input"
|
|
8812
|
+
type="checkbox"
|
|
8813
|
+
name="table-expandable-hoverable-checkrow9"
|
|
8814
|
+
aria-labelledby="table-expandable-hoverable-node9"
|
|
8815
|
+
/>
|
|
8816
|
+
</div>
|
|
8634
8817
|
</label>
|
|
8635
8818
|
</td>
|
|
8636
8819
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8721,11 +8904,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8721
8904
|
|
|
8722
8905
|
<td class="pf-c-table__check" role="cell">
|
|
8723
8906
|
<label>
|
|
8724
|
-
<
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8907
|
+
<div class="pf-c-check pf-m-standalone">
|
|
8908
|
+
<input
|
|
8909
|
+
class="pf-c-check__input"
|
|
8910
|
+
type="checkbox"
|
|
8911
|
+
name="table-expandable-hoverable-checkrow10"
|
|
8912
|
+
aria-labelledby="table-expandable-hoverable-node10"
|
|
8913
|
+
/>
|
|
8914
|
+
</div>
|
|
8729
8915
|
</label>
|
|
8730
8916
|
</td>
|
|
8731
8917
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8821,11 +9007,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8821
9007
|
|
|
8822
9008
|
<td class="pf-c-table__check" role="cell">
|
|
8823
9009
|
<label>
|
|
8824
|
-
<
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
9010
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9011
|
+
<input
|
|
9012
|
+
class="pf-c-check__input"
|
|
9013
|
+
type="checkbox"
|
|
9014
|
+
name="table-expandable-hoverable-checkrow11"
|
|
9015
|
+
aria-labelledby="table-expandable-hoverable-node11"
|
|
9016
|
+
/>
|
|
9017
|
+
</div>
|
|
8829
9018
|
</label>
|
|
8830
9019
|
</td>
|
|
8831
9020
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -8918,11 +9107,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
8918
9107
|
|
|
8919
9108
|
<td class="pf-c-table__check" role="cell">
|
|
8920
9109
|
<label>
|
|
8921
|
-
<
|
|
8922
|
-
|
|
8923
|
-
|
|
8924
|
-
|
|
8925
|
-
|
|
9110
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9111
|
+
<input
|
|
9112
|
+
class="pf-c-check__input"
|
|
9113
|
+
type="checkbox"
|
|
9114
|
+
name="table-expandable-hoverable-checkrow12"
|
|
9115
|
+
aria-labelledby="table-expandable-hoverable-node12"
|
|
9116
|
+
/>
|
|
9117
|
+
</div>
|
|
8926
9118
|
</label>
|
|
8927
9119
|
</td>
|
|
8928
9120
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9018,11 +9210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9018
9210
|
|
|
9019
9211
|
<td class="pf-c-table__check" role="cell">
|
|
9020
9212
|
<label>
|
|
9021
|
-
<
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9213
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9214
|
+
<input
|
|
9215
|
+
class="pf-c-check__input"
|
|
9216
|
+
type="checkbox"
|
|
9217
|
+
name="table-expandable-hoverable-checkrow13"
|
|
9218
|
+
aria-labelledby="table-expandable-hoverable-node13"
|
|
9219
|
+
/>
|
|
9220
|
+
</div>
|
|
9026
9221
|
</label>
|
|
9027
9222
|
</td>
|
|
9028
9223
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9120,11 +9315,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9120
9315
|
|
|
9121
9316
|
<td class="pf-c-table__check" role="cell">
|
|
9122
9317
|
<label>
|
|
9123
|
-
<
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9318
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9319
|
+
<input
|
|
9320
|
+
class="pf-c-check__input"
|
|
9321
|
+
type="checkbox"
|
|
9322
|
+
name="table-expandable-hoverable-checkrow15"
|
|
9323
|
+
aria-labelledby="table-expandable-hoverable-node15"
|
|
9324
|
+
/>
|
|
9325
|
+
</div>
|
|
9128
9326
|
</label>
|
|
9129
9327
|
</td>
|
|
9130
9328
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9218,11 +9416,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9218
9416
|
|
|
9219
9417
|
<td class="pf-c-table__check" role="cell">
|
|
9220
9418
|
<label>
|
|
9221
|
-
<
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
|
|
9419
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9420
|
+
<input
|
|
9421
|
+
class="pf-c-check__input"
|
|
9422
|
+
type="checkbox"
|
|
9423
|
+
name="table-expandable-hoverable-checkrow14"
|
|
9424
|
+
aria-labelledby="table-expandable-hoverable-node14"
|
|
9425
|
+
/>
|
|
9426
|
+
</div>
|
|
9226
9427
|
</label>
|
|
9227
9428
|
</td>
|
|
9228
9429
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9313,11 +9514,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9313
9514
|
|
|
9314
9515
|
<td class="pf-c-table__check" role="cell">
|
|
9315
9516
|
<label>
|
|
9316
|
-
<
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
|
|
9320
|
-
|
|
9517
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9518
|
+
<input
|
|
9519
|
+
class="pf-c-check__input"
|
|
9520
|
+
type="checkbox"
|
|
9521
|
+
name="table-expandable-hoverable-checkrow16"
|
|
9522
|
+
aria-labelledby="table-expandable-hoverable-node16"
|
|
9523
|
+
/>
|
|
9524
|
+
</div>
|
|
9321
9525
|
</label>
|
|
9322
9526
|
</td>
|
|
9323
9527
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9409,11 +9613,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9409
9613
|
|
|
9410
9614
|
<td class="pf-c-table__check" role="cell">
|
|
9411
9615
|
<label>
|
|
9412
|
-
<
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9616
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9617
|
+
<input
|
|
9618
|
+
class="pf-c-check__input"
|
|
9619
|
+
type="checkbox"
|
|
9620
|
+
name="table-expandable-hoverable-checkrow17"
|
|
9621
|
+
aria-labelledby="table-expandable-hoverable-node17"
|
|
9622
|
+
/>
|
|
9623
|
+
</div>
|
|
9417
9624
|
</label>
|
|
9418
9625
|
</td>
|
|
9419
9626
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9504,11 +9711,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9504
9711
|
|
|
9505
9712
|
<td class="pf-c-table__check" role="cell">
|
|
9506
9713
|
<label>
|
|
9507
|
-
<
|
|
9508
|
-
|
|
9509
|
-
|
|
9510
|
-
|
|
9511
|
-
|
|
9714
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9715
|
+
<input
|
|
9716
|
+
class="pf-c-check__input"
|
|
9717
|
+
type="checkbox"
|
|
9718
|
+
name="table-expandable-hoverable-checkrow18"
|
|
9719
|
+
aria-labelledby="table-expandable-hoverable-node18"
|
|
9720
|
+
/>
|
|
9721
|
+
</div>
|
|
9512
9722
|
</label>
|
|
9513
9723
|
</td>
|
|
9514
9724
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9599,11 +9809,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9599
9809
|
|
|
9600
9810
|
<td class="pf-c-table__check" role="cell">
|
|
9601
9811
|
<label>
|
|
9602
|
-
<
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9812
|
+
<div class="pf-c-check pf-m-standalone">
|
|
9813
|
+
<input
|
|
9814
|
+
class="pf-c-check__input"
|
|
9815
|
+
type="checkbox"
|
|
9816
|
+
name="table-expandable-hoverable-checkrow19"
|
|
9817
|
+
aria-labelledby="table-expandable-hoverable-node19"
|
|
9818
|
+
/>
|
|
9819
|
+
</div>
|
|
9607
9820
|
</label>
|
|
9608
9821
|
</td>
|
|
9609
9822
|
<th role="columnheader" data-label="Repository name">
|
|
@@ -9682,16 +9895,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
9682
9895
|
|
|
9683
9896
|
### Hoverable accessibility
|
|
9684
9897
|
|
|
9685
|
-
| Attribute
|
|
9686
|
-
|
|
|
9898
|
+
| Attribute | Applied to | Outcome |
|
|
9899
|
+
| -- | -- | -- |
|
|
9687
9900
|
| `tabindex="0"` | `.pf-c-table tbody.pf-m-hoverable` | Inserts the hoverable table element into the tab order of the page so that it is focusable. **Required** |
|
|
9688
9901
|
|
|
9689
9902
|
### Hoverable and selected usage
|
|
9690
9903
|
|
|
9691
|
-
| Class
|
|
9692
|
-
|
|
|
9693
|
-
| `.pf-m-hoverable` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a tbody or tr table element to be hoverable.
|
|
9694
|
-
| `.pf-m-selected`
|
|
9904
|
+
| Class | Applied to | Outcome |
|
|
9905
|
+
| -- | -- | -- |
|
|
9906
|
+
| `.pf-m-hoverable` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a tbody or tr table element to be hoverable. |
|
|
9907
|
+
| `.pf-m-selected` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a selectable tbody or tr table element to be selected. |
|
|
9695
9908
|
|
|
9696
9909
|
## Tree table
|
|
9697
9910
|
|
|
@@ -11167,11 +11380,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11167
11380
|
</span>
|
|
11168
11381
|
<span class="pf-c-table__check">
|
|
11169
11382
|
<label>
|
|
11170
|
-
<
|
|
11171
|
-
|
|
11172
|
-
|
|
11173
|
-
|
|
11174
|
-
|
|
11383
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11384
|
+
<input
|
|
11385
|
+
class="pf-c-check__input"
|
|
11386
|
+
type="checkbox"
|
|
11387
|
+
name="tree-table-with-checkboxes-example-checkrow-1"
|
|
11388
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-1"
|
|
11389
|
+
/>
|
|
11390
|
+
</div>
|
|
11175
11391
|
</label>
|
|
11176
11392
|
</span>
|
|
11177
11393
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11267,11 +11483,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11267
11483
|
</span>
|
|
11268
11484
|
<span class="pf-c-table__check">
|
|
11269
11485
|
<label>
|
|
11270
|
-
<
|
|
11271
|
-
|
|
11272
|
-
|
|
11273
|
-
|
|
11274
|
-
|
|
11486
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11487
|
+
<input
|
|
11488
|
+
class="pf-c-check__input"
|
|
11489
|
+
type="checkbox"
|
|
11490
|
+
name="tree-table-with-checkboxes-example-checkrow-2"
|
|
11491
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-2"
|
|
11492
|
+
/>
|
|
11493
|
+
</div>
|
|
11275
11494
|
</label>
|
|
11276
11495
|
</span>
|
|
11277
11496
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11355,11 +11574,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11355
11574
|
<div class="pf-c-table__tree-view-main">
|
|
11356
11575
|
<span class="pf-c-table__check">
|
|
11357
11576
|
<label>
|
|
11358
|
-
<
|
|
11359
|
-
|
|
11360
|
-
|
|
11361
|
-
|
|
11362
|
-
|
|
11577
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11578
|
+
<input
|
|
11579
|
+
class="pf-c-check__input"
|
|
11580
|
+
type="checkbox"
|
|
11581
|
+
name="tree-table-with-checkboxes-example-checkrow-3"
|
|
11582
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-3"
|
|
11583
|
+
/>
|
|
11584
|
+
</div>
|
|
11363
11585
|
</label>
|
|
11364
11586
|
</span>
|
|
11365
11587
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11442,11 +11664,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11442
11664
|
<div class="pf-c-table__tree-view-main">
|
|
11443
11665
|
<span class="pf-c-table__check">
|
|
11444
11666
|
<label>
|
|
11445
|
-
<
|
|
11446
|
-
|
|
11447
|
-
|
|
11448
|
-
|
|
11449
|
-
|
|
11667
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11668
|
+
<input
|
|
11669
|
+
class="pf-c-check__input"
|
|
11670
|
+
type="checkbox"
|
|
11671
|
+
name="tree-table-with-checkboxes-example-checkrow-4"
|
|
11672
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-4"
|
|
11673
|
+
/>
|
|
11674
|
+
</div>
|
|
11450
11675
|
</label>
|
|
11451
11676
|
</span>
|
|
11452
11677
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11529,11 +11754,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11529
11754
|
<div class="pf-c-table__tree-view-main">
|
|
11530
11755
|
<span class="pf-c-table__check">
|
|
11531
11756
|
<label>
|
|
11532
|
-
<
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
|
|
11536
|
-
|
|
11757
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11758
|
+
<input
|
|
11759
|
+
class="pf-c-check__input"
|
|
11760
|
+
type="checkbox"
|
|
11761
|
+
name="tree-table-with-checkboxes-example-checkrow-5"
|
|
11762
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-5"
|
|
11763
|
+
/>
|
|
11764
|
+
</div>
|
|
11537
11765
|
</label>
|
|
11538
11766
|
</span>
|
|
11539
11767
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11615,11 +11843,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11615
11843
|
<div class="pf-c-table__tree-view-main">
|
|
11616
11844
|
<span class="pf-c-table__check">
|
|
11617
11845
|
<label>
|
|
11618
|
-
<
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11622
|
-
|
|
11846
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11847
|
+
<input
|
|
11848
|
+
class="pf-c-check__input"
|
|
11849
|
+
type="checkbox"
|
|
11850
|
+
name="tree-table-with-checkboxes-example-checkrow-6"
|
|
11851
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-6"
|
|
11852
|
+
/>
|
|
11853
|
+
</div>
|
|
11623
11854
|
</label>
|
|
11624
11855
|
</span>
|
|
11625
11856
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11716,11 +11947,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11716
11947
|
</span>
|
|
11717
11948
|
<span class="pf-c-table__check">
|
|
11718
11949
|
<label>
|
|
11719
|
-
<
|
|
11720
|
-
|
|
11721
|
-
|
|
11722
|
-
|
|
11723
|
-
|
|
11950
|
+
<div class="pf-c-check pf-m-standalone">
|
|
11951
|
+
<input
|
|
11952
|
+
class="pf-c-check__input"
|
|
11953
|
+
type="checkbox"
|
|
11954
|
+
name="tree-table-with-checkboxes-example-checkrow-7"
|
|
11955
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-7"
|
|
11956
|
+
/>
|
|
11957
|
+
</div>
|
|
11724
11958
|
</label>
|
|
11725
11959
|
</span>
|
|
11726
11960
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11802,11 +12036,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11802
12036
|
<div class="pf-c-table__tree-view-main">
|
|
11803
12037
|
<span class="pf-c-table__check">
|
|
11804
12038
|
<label>
|
|
11805
|
-
<
|
|
11806
|
-
|
|
11807
|
-
|
|
11808
|
-
|
|
11809
|
-
|
|
12039
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12040
|
+
<input
|
|
12041
|
+
class="pf-c-check__input"
|
|
12042
|
+
type="checkbox"
|
|
12043
|
+
name="tree-table-with-checkboxes-example-checkrow-8"
|
|
12044
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-8"
|
|
12045
|
+
/>
|
|
12046
|
+
</div>
|
|
11810
12047
|
</label>
|
|
11811
12048
|
</span>
|
|
11812
12049
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11902,11 +12139,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11902
12139
|
</span>
|
|
11903
12140
|
<span class="pf-c-table__check">
|
|
11904
12141
|
<label>
|
|
11905
|
-
<
|
|
11906
|
-
|
|
11907
|
-
|
|
11908
|
-
|
|
11909
|
-
|
|
12142
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12143
|
+
<input
|
|
12144
|
+
class="pf-c-check__input"
|
|
12145
|
+
type="checkbox"
|
|
12146
|
+
name="tree-table-with-checkboxes-example-checkrow-9"
|
|
12147
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-9"
|
|
12148
|
+
/>
|
|
12149
|
+
</div>
|
|
11910
12150
|
</label>
|
|
11911
12151
|
</span>
|
|
11912
12152
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -11988,11 +12228,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
11988
12228
|
<div class="pf-c-table__tree-view-main">
|
|
11989
12229
|
<span class="pf-c-table__check">
|
|
11990
12230
|
<label>
|
|
11991
|
-
<
|
|
11992
|
-
|
|
11993
|
-
|
|
11994
|
-
|
|
11995
|
-
|
|
12231
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12232
|
+
<input
|
|
12233
|
+
class="pf-c-check__input"
|
|
12234
|
+
type="checkbox"
|
|
12235
|
+
name="tree-table-with-checkboxes-example-checkrow-10"
|
|
12236
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-10"
|
|
12237
|
+
/>
|
|
12238
|
+
</div>
|
|
11996
12239
|
</label>
|
|
11997
12240
|
</span>
|
|
11998
12241
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12075,11 +12318,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12075
12318
|
<div class="pf-c-table__tree-view-main">
|
|
12076
12319
|
<span class="pf-c-table__check">
|
|
12077
12320
|
<label>
|
|
12078
|
-
<
|
|
12079
|
-
|
|
12080
|
-
|
|
12081
|
-
|
|
12082
|
-
|
|
12321
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12322
|
+
<input
|
|
12323
|
+
class="pf-c-check__input"
|
|
12324
|
+
type="checkbox"
|
|
12325
|
+
name="tree-table-with-checkboxes-example-checkrow-11"
|
|
12326
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-11"
|
|
12327
|
+
/>
|
|
12328
|
+
</div>
|
|
12083
12329
|
</label>
|
|
12084
12330
|
</span>
|
|
12085
12331
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12176,11 +12422,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12176
12422
|
</span>
|
|
12177
12423
|
<span class="pf-c-table__check">
|
|
12178
12424
|
<label>
|
|
12179
|
-
<
|
|
12180
|
-
|
|
12181
|
-
|
|
12182
|
-
|
|
12183
|
-
|
|
12425
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12426
|
+
<input
|
|
12427
|
+
class="pf-c-check__input"
|
|
12428
|
+
type="checkbox"
|
|
12429
|
+
name="tree-table-with-checkboxes-example-checkrow-12"
|
|
12430
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-12"
|
|
12431
|
+
/>
|
|
12432
|
+
</div>
|
|
12184
12433
|
</label>
|
|
12185
12434
|
</span>
|
|
12186
12435
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12262,11 +12511,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12262
12511
|
<div class="pf-c-table__tree-view-main">
|
|
12263
12512
|
<span class="pf-c-table__check">
|
|
12264
12513
|
<label>
|
|
12265
|
-
<
|
|
12266
|
-
|
|
12267
|
-
|
|
12268
|
-
|
|
12269
|
-
|
|
12514
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12515
|
+
<input
|
|
12516
|
+
class="pf-c-check__input"
|
|
12517
|
+
type="checkbox"
|
|
12518
|
+
name="tree-table-with-checkboxes-example-checkrow-13"
|
|
12519
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-13"
|
|
12520
|
+
/>
|
|
12521
|
+
</div>
|
|
12270
12522
|
</label>
|
|
12271
12523
|
</span>
|
|
12272
12524
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12348,11 +12600,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12348
12600
|
<div class="pf-c-table__tree-view-main">
|
|
12349
12601
|
<span class="pf-c-table__check">
|
|
12350
12602
|
<label>
|
|
12351
|
-
<
|
|
12352
|
-
|
|
12353
|
-
|
|
12354
|
-
|
|
12355
|
-
|
|
12603
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12604
|
+
<input
|
|
12605
|
+
class="pf-c-check__input"
|
|
12606
|
+
type="checkbox"
|
|
12607
|
+
name="tree-table-with-checkboxes-example-checkrow-14"
|
|
12608
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-14"
|
|
12609
|
+
/>
|
|
12610
|
+
</div>
|
|
12356
12611
|
</label>
|
|
12357
12612
|
</span>
|
|
12358
12613
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12448,11 +12703,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12448
12703
|
</span>
|
|
12449
12704
|
<span class="pf-c-table__check">
|
|
12450
12705
|
<label>
|
|
12451
|
-
<
|
|
12452
|
-
|
|
12453
|
-
|
|
12454
|
-
|
|
12455
|
-
|
|
12706
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12707
|
+
<input
|
|
12708
|
+
class="pf-c-check__input"
|
|
12709
|
+
type="checkbox"
|
|
12710
|
+
name="tree-table-with-checkboxes-example-checkrow-15"
|
|
12711
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-15"
|
|
12712
|
+
/>
|
|
12713
|
+
</div>
|
|
12456
12714
|
</label>
|
|
12457
12715
|
</span>
|
|
12458
12716
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12535,11 +12793,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12535
12793
|
<div class="pf-c-table__tree-view-main">
|
|
12536
12794
|
<span class="pf-c-table__check">
|
|
12537
12795
|
<label>
|
|
12538
|
-
<
|
|
12539
|
-
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12796
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12797
|
+
<input
|
|
12798
|
+
class="pf-c-check__input"
|
|
12799
|
+
type="checkbox"
|
|
12800
|
+
name="tree-table-with-checkboxes-example-checkrow-16"
|
|
12801
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-16"
|
|
12802
|
+
/>
|
|
12803
|
+
</div>
|
|
12543
12804
|
</label>
|
|
12544
12805
|
</span>
|
|
12545
12806
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12622,11 +12883,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12622
12883
|
<div class="pf-c-table__tree-view-main">
|
|
12623
12884
|
<span class="pf-c-table__check">
|
|
12624
12885
|
<label>
|
|
12625
|
-
<
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12886
|
+
<div class="pf-c-check pf-m-standalone">
|
|
12887
|
+
<input
|
|
12888
|
+
class="pf-c-check__input"
|
|
12889
|
+
type="checkbox"
|
|
12890
|
+
name="tree-table-with-checkboxes-example-checkrow-17"
|
|
12891
|
+
aria-labelledby="tree-table-with-checkboxes-example-node-17"
|
|
12892
|
+
/>
|
|
12893
|
+
</div>
|
|
12630
12894
|
</label>
|
|
12631
12895
|
</span>
|
|
12632
12896
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12746,11 +13010,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12746
13010
|
</span>
|
|
12747
13011
|
<span class="pf-c-table__check">
|
|
12748
13012
|
<label>
|
|
12749
|
-
<
|
|
12750
|
-
|
|
12751
|
-
|
|
12752
|
-
|
|
12753
|
-
|
|
13013
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13014
|
+
<input
|
|
13015
|
+
class="pf-c-check__input"
|
|
13016
|
+
type="checkbox"
|
|
13017
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-1"
|
|
13018
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-1"
|
|
13019
|
+
/>
|
|
13020
|
+
</div>
|
|
12754
13021
|
</label>
|
|
12755
13022
|
</span>
|
|
12756
13023
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12849,11 +13116,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12849
13116
|
</span>
|
|
12850
13117
|
<span class="pf-c-table__check">
|
|
12851
13118
|
<label>
|
|
12852
|
-
<
|
|
12853
|
-
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
|
|
13119
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13120
|
+
<input
|
|
13121
|
+
class="pf-c-check__input"
|
|
13122
|
+
type="checkbox"
|
|
13123
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-2"
|
|
13124
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-2"
|
|
13125
|
+
/>
|
|
13126
|
+
</div>
|
|
12857
13127
|
</label>
|
|
12858
13128
|
</span>
|
|
12859
13129
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -12940,11 +13210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
12940
13210
|
<div class="pf-c-table__tree-view-main">
|
|
12941
13211
|
<span class="pf-c-table__check">
|
|
12942
13212
|
<label>
|
|
12943
|
-
<
|
|
12944
|
-
|
|
12945
|
-
|
|
12946
|
-
|
|
12947
|
-
|
|
13213
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13214
|
+
<input
|
|
13215
|
+
class="pf-c-check__input"
|
|
13216
|
+
type="checkbox"
|
|
13217
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-3"
|
|
13218
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-3"
|
|
13219
|
+
/>
|
|
13220
|
+
</div>
|
|
12948
13221
|
</label>
|
|
12949
13222
|
</span>
|
|
12950
13223
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13030,11 +13303,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13030
13303
|
<div class="pf-c-table__tree-view-main">
|
|
13031
13304
|
<span class="pf-c-table__check">
|
|
13032
13305
|
<label>
|
|
13033
|
-
<
|
|
13034
|
-
|
|
13035
|
-
|
|
13036
|
-
|
|
13037
|
-
|
|
13306
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13307
|
+
<input
|
|
13308
|
+
class="pf-c-check__input"
|
|
13309
|
+
type="checkbox"
|
|
13310
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-4"
|
|
13311
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-4"
|
|
13312
|
+
/>
|
|
13313
|
+
</div>
|
|
13038
13314
|
</label>
|
|
13039
13315
|
</span>
|
|
13040
13316
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13120,11 +13396,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13120
13396
|
<div class="pf-c-table__tree-view-main">
|
|
13121
13397
|
<span class="pf-c-table__check">
|
|
13122
13398
|
<label>
|
|
13123
|
-
<
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13399
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13400
|
+
<input
|
|
13401
|
+
class="pf-c-check__input"
|
|
13402
|
+
type="checkbox"
|
|
13403
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-5"
|
|
13404
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-5"
|
|
13405
|
+
/>
|
|
13406
|
+
</div>
|
|
13128
13407
|
</label>
|
|
13129
13408
|
</span>
|
|
13130
13409
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13209,11 +13488,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13209
13488
|
<div class="pf-c-table__tree-view-main">
|
|
13210
13489
|
<span class="pf-c-table__check">
|
|
13211
13490
|
<label>
|
|
13212
|
-
<
|
|
13213
|
-
|
|
13214
|
-
|
|
13215
|
-
|
|
13216
|
-
|
|
13491
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13492
|
+
<input
|
|
13493
|
+
class="pf-c-check__input"
|
|
13494
|
+
type="checkbox"
|
|
13495
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-6"
|
|
13496
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-6"
|
|
13497
|
+
/>
|
|
13498
|
+
</div>
|
|
13217
13499
|
</label>
|
|
13218
13500
|
</span>
|
|
13219
13501
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13313,11 +13595,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13313
13595
|
</span>
|
|
13314
13596
|
<span class="pf-c-table__check">
|
|
13315
13597
|
<label>
|
|
13316
|
-
<
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13598
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13599
|
+
<input
|
|
13600
|
+
class="pf-c-check__input"
|
|
13601
|
+
type="checkbox"
|
|
13602
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-7"
|
|
13603
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-7"
|
|
13604
|
+
/>
|
|
13605
|
+
</div>
|
|
13321
13606
|
</label>
|
|
13322
13607
|
</span>
|
|
13323
13608
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13402,11 +13687,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13402
13687
|
<div class="pf-c-table__tree-view-main">
|
|
13403
13688
|
<span class="pf-c-table__check">
|
|
13404
13689
|
<label>
|
|
13405
|
-
<
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13690
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13691
|
+
<input
|
|
13692
|
+
class="pf-c-check__input"
|
|
13693
|
+
type="checkbox"
|
|
13694
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-8"
|
|
13695
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-8"
|
|
13696
|
+
/>
|
|
13697
|
+
</div>
|
|
13410
13698
|
</label>
|
|
13411
13699
|
</span>
|
|
13412
13700
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13505,11 +13793,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13505
13793
|
</span>
|
|
13506
13794
|
<span class="pf-c-table__check">
|
|
13507
13795
|
<label>
|
|
13508
|
-
<
|
|
13509
|
-
|
|
13510
|
-
|
|
13511
|
-
|
|
13512
|
-
|
|
13796
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13797
|
+
<input
|
|
13798
|
+
class="pf-c-check__input"
|
|
13799
|
+
type="checkbox"
|
|
13800
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-9"
|
|
13801
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-9"
|
|
13802
|
+
/>
|
|
13803
|
+
</div>
|
|
13513
13804
|
</label>
|
|
13514
13805
|
</span>
|
|
13515
13806
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13594,11 +13885,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13594
13885
|
<div class="pf-c-table__tree-view-main">
|
|
13595
13886
|
<span class="pf-c-table__check">
|
|
13596
13887
|
<label>
|
|
13597
|
-
<
|
|
13598
|
-
|
|
13599
|
-
|
|
13600
|
-
|
|
13601
|
-
|
|
13888
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13889
|
+
<input
|
|
13890
|
+
class="pf-c-check__input"
|
|
13891
|
+
type="checkbox"
|
|
13892
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-10"
|
|
13893
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-10"
|
|
13894
|
+
/>
|
|
13895
|
+
</div>
|
|
13602
13896
|
</label>
|
|
13603
13897
|
</span>
|
|
13604
13898
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13684,11 +13978,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13684
13978
|
<div class="pf-c-table__tree-view-main">
|
|
13685
13979
|
<span class="pf-c-table__check">
|
|
13686
13980
|
<label>
|
|
13687
|
-
<
|
|
13688
|
-
|
|
13689
|
-
|
|
13690
|
-
|
|
13691
|
-
|
|
13981
|
+
<div class="pf-c-check pf-m-standalone">
|
|
13982
|
+
<input
|
|
13983
|
+
class="pf-c-check__input"
|
|
13984
|
+
type="checkbox"
|
|
13985
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-11"
|
|
13986
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-11"
|
|
13987
|
+
/>
|
|
13988
|
+
</div>
|
|
13692
13989
|
</label>
|
|
13693
13990
|
</span>
|
|
13694
13991
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13788,11 +14085,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13788
14085
|
</span>
|
|
13789
14086
|
<span class="pf-c-table__check">
|
|
13790
14087
|
<label>
|
|
13791
|
-
<
|
|
13792
|
-
|
|
13793
|
-
|
|
13794
|
-
|
|
13795
|
-
|
|
14088
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14089
|
+
<input
|
|
14090
|
+
class="pf-c-check__input"
|
|
14091
|
+
type="checkbox"
|
|
14092
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-12"
|
|
14093
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-12"
|
|
14094
|
+
/>
|
|
14095
|
+
</div>
|
|
13796
14096
|
</label>
|
|
13797
14097
|
</span>
|
|
13798
14098
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13877,11 +14177,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13877
14177
|
<div class="pf-c-table__tree-view-main">
|
|
13878
14178
|
<span class="pf-c-table__check">
|
|
13879
14179
|
<label>
|
|
13880
|
-
<
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
|
|
14180
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14181
|
+
<input
|
|
14182
|
+
class="pf-c-check__input"
|
|
14183
|
+
type="checkbox"
|
|
14184
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-13"
|
|
14185
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-13"
|
|
14186
|
+
/>
|
|
14187
|
+
</div>
|
|
13885
14188
|
</label>
|
|
13886
14189
|
</span>
|
|
13887
14190
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -13966,11 +14269,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
13966
14269
|
<div class="pf-c-table__tree-view-main">
|
|
13967
14270
|
<span class="pf-c-table__check">
|
|
13968
14271
|
<label>
|
|
13969
|
-
<
|
|
13970
|
-
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
14272
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14273
|
+
<input
|
|
14274
|
+
class="pf-c-check__input"
|
|
14275
|
+
type="checkbox"
|
|
14276
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-14"
|
|
14277
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-14"
|
|
14278
|
+
/>
|
|
14279
|
+
</div>
|
|
13974
14280
|
</label>
|
|
13975
14281
|
</span>
|
|
13976
14282
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -14067,13 +14373,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14067
14373
|
</div>
|
|
14068
14374
|
</button>
|
|
14069
14375
|
</span>
|
|
14070
|
-
<span class="pf-c-table__check">
|
|
14071
|
-
<label>
|
|
14072
|
-
<
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
14376
|
+
<span class="pf-c-table__check">
|
|
14377
|
+
<label>
|
|
14378
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14379
|
+
<input
|
|
14380
|
+
class="pf-c-check__input"
|
|
14381
|
+
type="checkbox"
|
|
14382
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-15"
|
|
14383
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-15"
|
|
14384
|
+
/>
|
|
14385
|
+
</div>
|
|
14077
14386
|
</label>
|
|
14078
14387
|
</span>
|
|
14079
14388
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -14159,11 +14468,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14159
14468
|
<div class="pf-c-table__tree-view-main">
|
|
14160
14469
|
<span class="pf-c-table__check">
|
|
14161
14470
|
<label>
|
|
14162
|
-
<
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14166
|
-
|
|
14471
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14472
|
+
<input
|
|
14473
|
+
class="pf-c-check__input"
|
|
14474
|
+
type="checkbox"
|
|
14475
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-16"
|
|
14476
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-16"
|
|
14477
|
+
/>
|
|
14478
|
+
</div>
|
|
14167
14479
|
</label>
|
|
14168
14480
|
</span>
|
|
14169
14481
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -14249,11 +14561,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14249
14561
|
<div class="pf-c-table__tree-view-main">
|
|
14250
14562
|
<span class="pf-c-table__check">
|
|
14251
14563
|
<label>
|
|
14252
|
-
<
|
|
14253
|
-
|
|
14254
|
-
|
|
14255
|
-
|
|
14256
|
-
|
|
14564
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14565
|
+
<input
|
|
14566
|
+
class="pf-c-check__input"
|
|
14567
|
+
type="checkbox"
|
|
14568
|
+
name="tree-table-with-checkboxes-icons-example-checkrow-17"
|
|
14569
|
+
aria-labelledby="tree-table-with-checkboxes-icons-example-node-17"
|
|
14570
|
+
/>
|
|
14571
|
+
</div>
|
|
14257
14572
|
</label>
|
|
14258
14573
|
</span>
|
|
14259
14574
|
<div class="pf-c-table__tree-view-text">
|
|
@@ -14333,30 +14648,30 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14333
14648
|
|
|
14334
14649
|
### Tree table accessibility
|
|
14335
14650
|
|
|
14336
|
-
| Attribute
|
|
14337
|
-
|
|
|
14338
|
-
| `role="treegrid"`
|
|
14339
|
-
| `role="row"`
|
|
14340
|
-
| `role="gridcell"`
|
|
14341
|
-
| `tabindex="-1"`
|
|
14342
|
-
| `tabindex="0"`
|
|
14343
|
-
| `aria-expanded="false"`
|
|
14344
|
-
| `aria-expanded="true"`
|
|
14345
|
-
| `aria-level="number"`
|
|
14346
|
-
| `aria-setsize="number"`
|
|
14347
|
-
| `aria-posinset="number"` | `.pf-c-table.pf-m-tree-view tr`
|
|
14651
|
+
| Attribute | Applied to | Outcome |
|
|
14652
|
+
| -- | -- | -- |
|
|
14653
|
+
| `role="treegrid"` | `.pf-c-table.pf-m-tree-view` | Identifies the `table` as a treegrid. **Place on the outermost `table` only** |
|
|
14654
|
+
| `role="row"` | `.pf-c-table.pf-m-tree-view tr` | Identifies the `tr` element as a `row`. The row role is not an implicit semantic for the tr element when in a treegrid. |
|
|
14655
|
+
| `role="gridcell"` | `.pf-c-table.pf-m-tree-view tr` | Identifies the `td` as a gridcell. The `gridcell` role is not an implicit semantic for the td element when in a treegrid. |
|
|
14656
|
+
| `tabindex="-1"` | `.pf-c-table.pf-m-tree-view tr` | Makes the element with the treeitem role focusable without including it in the tab sequence of the page. |
|
|
14657
|
+
| `tabindex="0"` | `.pf-c-table.pf-m-tree-view tr` | Includes the element with the treeitem role in the tab sequence. Only one treeitem in the tree has tabindex="0". When the user moves focus in the tree, the element included in the tab sequence changes to the element with focus. |
|
|
14658
|
+
| `aria-expanded="false"` | `.pf-c-table.pf-m-tree-view tr` | For an expandable item, indicates the parent node is closed, i.e., the descendant elements are not visible. |
|
|
14659
|
+
| `aria-expanded="true"` | `.pf-c-table.pf-m-tree-view tr.pf-m-expanded` | Indicates the parent node is open, i.e., the descendant elements are visible. |
|
|
14660
|
+
| `aria-level="number"` | `.pf-c-table.pf-m-tree-view tr` | Defines the level of the row in the hierarchical treegrid structure. Counting is one-based. Root rows have aria-level=“1”. |
|
|
14661
|
+
| `aria-setsize="number"` | `.pf-c-table.pf-m-tree-view tr` | Defines the number of rows in the set of rows that are in the same branch and at the same level within the hierarchy. |
|
|
14662
|
+
| `aria-posinset="number"` | `.pf-c-table.pf-m-tree-view tr` | Defines the position of the row within the set of other rows that are in the same branch and at the same level within the hierarchy. Counting is one-based, not zero-based. |
|
|
14348
14663
|
|
|
14349
14664
|
### Tree table usage
|
|
14350
14665
|
|
|
14351
|
-
| Class
|
|
14352
|
-
|
|
|
14353
|
-
| `.pf-c-table__tree-view-main`
|
|
14354
|
-
| `.pf-c-table__tree-view-text`
|
|
14355
|
-
| `.pf-c-table__tree-view-icon`
|
|
14356
|
-
| `.pf-c-table__tree-view-title-header-cell`
|
|
14357
|
-
| `.pf-c-table__tree-view-details-toggle`
|
|
14358
|
-
| `.pf-c-table__tree-view-details-toggle-icon` | `<span>` | Initiates a tree view details toggle icon.
|
|
14359
|
-
| `.pf-m-treeview-details-expanded`
|
|
14666
|
+
| Class | Applied | Outcome |
|
|
14667
|
+
| -- | -- | -- |
|
|
14668
|
+
| `.pf-c-table__tree-view-main` | `<div>` | Initiates a tree view table main container. **Required with tree view** |
|
|
14669
|
+
| `.pf-c-table__tree-view-text` | `<div>` | Initiates a tree view table text element. **Required with tree view** |
|
|
14670
|
+
| `.pf-c-table__tree-view-icon` | `<span>` | Initiates a tree view icon wrapper. **Required with tree view** |
|
|
14671
|
+
| `.pf-c-table__tree-view-title-header-cell` | `<th>` | Initiates a tree view title header cell. **Required with tree view** |
|
|
14672
|
+
| `.pf-c-table__tree-view-details-toggle` | `<span>` | Initiates a tree view details toggle container. |
|
|
14673
|
+
| `.pf-c-table__tree-view-details-toggle-icon` | `<span>` | Initiates a tree view details toggle icon. |
|
|
14674
|
+
| `.pf-m-treeview-details-expanded` | `<tr>` | Modifies a tbody with a row and an expandable row. |
|
|
14360
14675
|
|
|
14361
14676
|
## Borderless variant
|
|
14362
14677
|
|
|
@@ -14373,11 +14688,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14373
14688
|
<tr role="row">
|
|
14374
14689
|
<td class="pf-c-table__check" role="cell">
|
|
14375
14690
|
<label>
|
|
14376
|
-
<
|
|
14377
|
-
|
|
14378
|
-
|
|
14379
|
-
|
|
14380
|
-
|
|
14691
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14692
|
+
<input
|
|
14693
|
+
class="pf-c-check__input"
|
|
14694
|
+
type="checkbox"
|
|
14695
|
+
name="borderless-table-checkrowthead"
|
|
14696
|
+
aria-label="Select all rows"
|
|
14697
|
+
/>
|
|
14698
|
+
</div>
|
|
14381
14699
|
</label>
|
|
14382
14700
|
</td>
|
|
14383
14701
|
<th role="columnheader" scope="col">Contributor</th>
|
|
@@ -14395,11 +14713,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14395
14713
|
<tr role="row">
|
|
14396
14714
|
<td class="pf-c-table__check" role="cell">
|
|
14397
14715
|
<label>
|
|
14398
|
-
<
|
|
14399
|
-
|
|
14400
|
-
|
|
14401
|
-
|
|
14402
|
-
|
|
14716
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14717
|
+
<input
|
|
14718
|
+
class="pf-c-check__input"
|
|
14719
|
+
type="checkbox"
|
|
14720
|
+
name="borderless-table-checkrow1"
|
|
14721
|
+
aria-labelledby="borderless-table-node1"
|
|
14722
|
+
/>
|
|
14723
|
+
</div>
|
|
14403
14724
|
</label>
|
|
14404
14725
|
</td>
|
|
14405
14726
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14464,11 +14785,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14464
14785
|
<tr role="row">
|
|
14465
14786
|
<td class="pf-c-table__check" role="cell">
|
|
14466
14787
|
<label>
|
|
14467
|
-
<
|
|
14468
|
-
|
|
14469
|
-
|
|
14470
|
-
|
|
14471
|
-
|
|
14788
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14789
|
+
<input
|
|
14790
|
+
class="pf-c-check__input"
|
|
14791
|
+
type="checkbox"
|
|
14792
|
+
name="borderless-table-checkrow2"
|
|
14793
|
+
aria-labelledby="borderless-table-node2"
|
|
14794
|
+
/>
|
|
14795
|
+
</div>
|
|
14472
14796
|
</label>
|
|
14473
14797
|
</td>
|
|
14474
14798
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14533,11 +14857,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14533
14857
|
<tr role="row">
|
|
14534
14858
|
<td class="pf-c-table__check" role="cell">
|
|
14535
14859
|
<label>
|
|
14536
|
-
<
|
|
14537
|
-
|
|
14538
|
-
|
|
14539
|
-
|
|
14540
|
-
|
|
14860
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14861
|
+
<input
|
|
14862
|
+
class="pf-c-check__input"
|
|
14863
|
+
type="checkbox"
|
|
14864
|
+
name="borderless-table-checkrow3"
|
|
14865
|
+
aria-labelledby="borderless-table-node3"
|
|
14866
|
+
/>
|
|
14867
|
+
</div>
|
|
14541
14868
|
</label>
|
|
14542
14869
|
</td>
|
|
14543
14870
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14602,11 +14929,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14602
14929
|
<tr role="row">
|
|
14603
14930
|
<td class="pf-c-table__check" role="cell">
|
|
14604
14931
|
<label>
|
|
14605
|
-
<
|
|
14606
|
-
|
|
14607
|
-
|
|
14608
|
-
|
|
14609
|
-
|
|
14932
|
+
<div class="pf-c-check pf-m-standalone">
|
|
14933
|
+
<input
|
|
14934
|
+
class="pf-c-check__input"
|
|
14935
|
+
type="checkbox"
|
|
14936
|
+
name="borderless-table-checkrow4"
|
|
14937
|
+
aria-labelledby="borderless-table-node4"
|
|
14938
|
+
/>
|
|
14939
|
+
</div>
|
|
14610
14940
|
</label>
|
|
14611
14941
|
</td>
|
|
14612
14942
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14685,11 +15015,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14685
15015
|
<tr role="row">
|
|
14686
15016
|
<td class="pf-c-table__check" role="cell">
|
|
14687
15017
|
<label>
|
|
14688
|
-
<
|
|
14689
|
-
|
|
14690
|
-
|
|
14691
|
-
|
|
14692
|
-
|
|
15018
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15019
|
+
<input
|
|
15020
|
+
class="pf-c-check__input"
|
|
15021
|
+
type="checkbox"
|
|
15022
|
+
name="borderless-compact-table-checkrowthead"
|
|
15023
|
+
aria-label="Select all rows"
|
|
15024
|
+
/>
|
|
15025
|
+
</div>
|
|
14693
15026
|
</label>
|
|
14694
15027
|
</td>
|
|
14695
15028
|
<th role="columnheader" scope="col">Contributor</th>
|
|
@@ -14707,11 +15040,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14707
15040
|
<tr role="row">
|
|
14708
15041
|
<td class="pf-c-table__check" role="cell">
|
|
14709
15042
|
<label>
|
|
14710
|
-
<
|
|
14711
|
-
|
|
14712
|
-
|
|
14713
|
-
|
|
14714
|
-
|
|
15043
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15044
|
+
<input
|
|
15045
|
+
class="pf-c-check__input"
|
|
15046
|
+
type="checkbox"
|
|
15047
|
+
name="borderless-compact-table-checkrow1"
|
|
15048
|
+
aria-labelledby="borderless-compact-table-node1"
|
|
15049
|
+
/>
|
|
15050
|
+
</div>
|
|
14715
15051
|
</label>
|
|
14716
15052
|
</td>
|
|
14717
15053
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14776,11 +15112,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14776
15112
|
<tr role="row">
|
|
14777
15113
|
<td class="pf-c-table__check" role="cell">
|
|
14778
15114
|
<label>
|
|
14779
|
-
<
|
|
14780
|
-
|
|
14781
|
-
|
|
14782
|
-
|
|
14783
|
-
|
|
15115
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15116
|
+
<input
|
|
15117
|
+
class="pf-c-check__input"
|
|
15118
|
+
type="checkbox"
|
|
15119
|
+
name="borderless-compact-table-checkrow2"
|
|
15120
|
+
aria-labelledby="borderless-compact-table-node2"
|
|
15121
|
+
/>
|
|
15122
|
+
</div>
|
|
14784
15123
|
</label>
|
|
14785
15124
|
</td>
|
|
14786
15125
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14845,11 +15184,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14845
15184
|
<tr role="row">
|
|
14846
15185
|
<td class="pf-c-table__check" role="cell">
|
|
14847
15186
|
<label>
|
|
14848
|
-
<
|
|
14849
|
-
|
|
14850
|
-
|
|
14851
|
-
|
|
14852
|
-
|
|
15187
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15188
|
+
<input
|
|
15189
|
+
class="pf-c-check__input"
|
|
15190
|
+
type="checkbox"
|
|
15191
|
+
name="borderless-compact-table-checkrow3"
|
|
15192
|
+
aria-labelledby="borderless-compact-table-node3"
|
|
15193
|
+
/>
|
|
15194
|
+
</div>
|
|
14853
15195
|
</label>
|
|
14854
15196
|
</td>
|
|
14855
15197
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14914,11 +15256,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14914
15256
|
<tr role="row">
|
|
14915
15257
|
<td class="pf-c-table__check" role="cell">
|
|
14916
15258
|
<label>
|
|
14917
|
-
<
|
|
14918
|
-
|
|
14919
|
-
|
|
14920
|
-
|
|
14921
|
-
|
|
15259
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15260
|
+
<input
|
|
15261
|
+
class="pf-c-check__input"
|
|
15262
|
+
type="checkbox"
|
|
15263
|
+
name="borderless-compact-table-checkrow4"
|
|
15264
|
+
aria-labelledby="borderless-compact-table-node4"
|
|
15265
|
+
/>
|
|
15266
|
+
</div>
|
|
14922
15267
|
</label>
|
|
14923
15268
|
</td>
|
|
14924
15269
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -14998,11 +15343,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
14998
15343
|
<td></td>
|
|
14999
15344
|
<td class="pf-c-table__check" role="cell">
|
|
15000
15345
|
<label>
|
|
15001
|
-
<
|
|
15002
|
-
|
|
15003
|
-
|
|
15004
|
-
|
|
15005
|
-
|
|
15346
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15347
|
+
<input
|
|
15348
|
+
class="pf-c-check__input"
|
|
15349
|
+
type="checkbox"
|
|
15350
|
+
name="borderless-table-expandable-checkrowthead"
|
|
15351
|
+
aria-label="Select all rows"
|
|
15352
|
+
/>
|
|
15353
|
+
</div>
|
|
15006
15354
|
</label>
|
|
15007
15355
|
</td>
|
|
15008
15356
|
<th
|
|
@@ -15074,11 +15422,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15074
15422
|
|
|
15075
15423
|
<td class="pf-c-table__check" role="cell">
|
|
15076
15424
|
<label>
|
|
15077
|
-
<
|
|
15078
|
-
|
|
15079
|
-
|
|
15080
|
-
|
|
15081
|
-
|
|
15425
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15426
|
+
<input
|
|
15427
|
+
class="pf-c-check__input"
|
|
15428
|
+
type="checkbox"
|
|
15429
|
+
name="borderless-table-expandable-checkrow1"
|
|
15430
|
+
aria-labelledby="borderless-table-expandable-node1"
|
|
15431
|
+
/>
|
|
15432
|
+
</div>
|
|
15082
15433
|
</label>
|
|
15083
15434
|
</td>
|
|
15084
15435
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -15171,11 +15522,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15171
15522
|
|
|
15172
15523
|
<td class="pf-c-table__check" role="cell">
|
|
15173
15524
|
<label>
|
|
15174
|
-
<
|
|
15175
|
-
|
|
15176
|
-
|
|
15177
|
-
|
|
15178
|
-
|
|
15525
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15526
|
+
<input
|
|
15527
|
+
class="pf-c-check__input"
|
|
15528
|
+
type="checkbox"
|
|
15529
|
+
name="borderless-table-expandable-checkrow2"
|
|
15530
|
+
aria-labelledby="borderless-table-expandable-node2"
|
|
15531
|
+
/>
|
|
15532
|
+
</div>
|
|
15179
15533
|
</label>
|
|
15180
15534
|
</td>
|
|
15181
15535
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -15266,11 +15620,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15266
15620
|
|
|
15267
15621
|
<td class="pf-c-table__check" role="cell">
|
|
15268
15622
|
<label>
|
|
15269
|
-
<
|
|
15270
|
-
|
|
15271
|
-
|
|
15272
|
-
|
|
15273
|
-
|
|
15623
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15624
|
+
<input
|
|
15625
|
+
class="pf-c-check__input"
|
|
15626
|
+
type="checkbox"
|
|
15627
|
+
name="borderless-table-expandable-checkrow3"
|
|
15628
|
+
aria-labelledby="borderless-table-expandable-node3"
|
|
15629
|
+
/>
|
|
15630
|
+
</div>
|
|
15274
15631
|
</label>
|
|
15275
15632
|
</td>
|
|
15276
15633
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -15361,11 +15718,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
15361
15718
|
|
|
15362
15719
|
<td class="pf-c-table__check" role="cell">
|
|
15363
15720
|
<label>
|
|
15364
|
-
<
|
|
15365
|
-
|
|
15366
|
-
|
|
15367
|
-
|
|
15368
|
-
|
|
15721
|
+
<div class="pf-c-check pf-m-standalone">
|
|
15722
|
+
<input
|
|
15723
|
+
class="pf-c-check__input"
|
|
15724
|
+
type="checkbox"
|
|
15725
|
+
name="borderless-table-expandable-checkrow4"
|
|
15726
|
+
aria-labelledby="borderless-table-expandable-node4"
|
|
15727
|
+
/>
|
|
15728
|
+
</div>
|
|
15369
15729
|
</label>
|
|
15370
15730
|
</td>
|
|
15371
15731
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -19828,10 +20188,10 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19828
20188
|
|
|
19829
20189
|
### Borderless usage
|
|
19830
20190
|
|
|
19831
|
-
| Class
|
|
19832
|
-
|
|
|
20191
|
+
| Class | Applied to | Outcome |
|
|
20192
|
+
| -- | -- | -- |
|
|
19833
20193
|
| `.pf-m-no-border-rows` | `.pf-c-table.pf-m-compact` | Modifies to remove borders between rows. **Note: Does not affect `.pf-c-table__control-row`.** |
|
|
19834
|
-
| `.pf-m-expandable`
|
|
20194
|
+
| `.pf-m-expandable` | `.pf-c-table.pf-m-compact` | Indicates that the table has expandable rows. |
|
|
19835
20195
|
|
|
19836
20196
|
## Width modifiers
|
|
19837
20197
|
|
|
@@ -19848,11 +20208,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19848
20208
|
<tr role="row">
|
|
19849
20209
|
<td class="pf-c-table__check" role="cell">
|
|
19850
20210
|
<label>
|
|
19851
|
-
<
|
|
19852
|
-
|
|
19853
|
-
|
|
19854
|
-
|
|
19855
|
-
|
|
20211
|
+
<div class="pf-c-check pf-m-standalone">
|
|
20212
|
+
<input
|
|
20213
|
+
class="pf-c-check__input"
|
|
20214
|
+
type="checkbox"
|
|
20215
|
+
name="table-width-modifiers-checkrowthead"
|
|
20216
|
+
aria-label="Select all rows"
|
|
20217
|
+
/>
|
|
20218
|
+
</div>
|
|
19856
20219
|
</label>
|
|
19857
20220
|
</td>
|
|
19858
20221
|
<th
|
|
@@ -19909,11 +20272,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19909
20272
|
<tr role="row">
|
|
19910
20273
|
<td class="pf-c-table__check" role="cell">
|
|
19911
20274
|
<label>
|
|
19912
|
-
<
|
|
19913
|
-
|
|
19914
|
-
|
|
19915
|
-
|
|
19916
|
-
|
|
20275
|
+
<div class="pf-c-check pf-m-standalone">
|
|
20276
|
+
<input
|
|
20277
|
+
class="pf-c-check__input"
|
|
20278
|
+
type="checkbox"
|
|
20279
|
+
name="table-width-modifiers-checkrow1"
|
|
20280
|
+
aria-labelledby="table-width-modifiers-node1"
|
|
20281
|
+
/>
|
|
20282
|
+
</div>
|
|
19917
20283
|
</label>
|
|
19918
20284
|
</td>
|
|
19919
20285
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -19928,11 +20294,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19928
20294
|
<tr role="row">
|
|
19929
20295
|
<td class="pf-c-table__check" role="cell">
|
|
19930
20296
|
<label>
|
|
19931
|
-
<
|
|
19932
|
-
|
|
19933
|
-
|
|
19934
|
-
|
|
19935
|
-
|
|
20297
|
+
<div class="pf-c-check pf-m-standalone">
|
|
20298
|
+
<input
|
|
20299
|
+
class="pf-c-check__input"
|
|
20300
|
+
type="checkbox"
|
|
20301
|
+
name="table-width-modifiers-checkrow2"
|
|
20302
|
+
aria-labelledby="table-width-modifiers-node2"
|
|
20303
|
+
/>
|
|
20304
|
+
</div>
|
|
19936
20305
|
</label>
|
|
19937
20306
|
</td>
|
|
19938
20307
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -19948,11 +20317,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19948
20317
|
<tr role="row">
|
|
19949
20318
|
<td class="pf-c-table__check" role="cell">
|
|
19950
20319
|
<label>
|
|
19951
|
-
<
|
|
19952
|
-
|
|
19953
|
-
|
|
19954
|
-
|
|
19955
|
-
|
|
20320
|
+
<div class="pf-c-check pf-m-standalone">
|
|
20321
|
+
<input
|
|
20322
|
+
class="pf-c-check__input"
|
|
20323
|
+
type="checkbox"
|
|
20324
|
+
name="table-width-modifiers-checkrow3"
|
|
20325
|
+
aria-labelledby="table-width-modifiers-node3"
|
|
20326
|
+
/>
|
|
20327
|
+
</div>
|
|
19956
20328
|
</label>
|
|
19957
20329
|
</td>
|
|
19958
20330
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -19968,11 +20340,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19968
20340
|
<tr role="row">
|
|
19969
20341
|
<td class="pf-c-table__check" role="cell">
|
|
19970
20342
|
<label>
|
|
19971
|
-
<
|
|
19972
|
-
|
|
19973
|
-
|
|
19974
|
-
|
|
19975
|
-
|
|
20343
|
+
<div class="pf-c-check pf-m-standalone">
|
|
20344
|
+
<input
|
|
20345
|
+
class="pf-c-check__input"
|
|
20346
|
+
type="checkbox"
|
|
20347
|
+
name="table-width-modifiers-checkrow4"
|
|
20348
|
+
aria-labelledby="table-width-modifiers-node4"
|
|
20349
|
+
/>
|
|
20350
|
+
</div>
|
|
19976
20351
|
</label>
|
|
19977
20352
|
</td>
|
|
19978
20353
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -19993,11 +20368,11 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
|
|
|
19993
20368
|
|
|
19994
20369
|
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).
|
|
19995
20370
|
|
|
19996
|
-
| Class
|
|
19997
|
-
|
|
|
20371
|
+
| Class | Applied to | Outcome |
|
|
20372
|
+
| -- | -- | -- |
|
|
19998
20373
|
| `.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** |
|
|
19999
|
-
| `.pf-m-width-max`
|
|
20000
|
-
| `.pf-m-fit-content`
|
|
20374
|
+
| `.pf-m-width-max` | `<th>`, `<td>` | Percentage based modifier for `th` and `td` maximum width. |
|
|
20375
|
+
| `.pf-m-fit-content` | `<th>`, `<td>` | Percentage based modifier for `th` and `td` minimum width with no text wrapping. |
|
|
20001
20376
|
|
|
20002
20377
|
## Hidden/visible breakpoint modifiers
|
|
20003
20378
|
|
|
@@ -20119,14 +20494,14 @@ Width modifiers control the width of the columns. To control the responsive beha
|
|
|
20119
20494
|
|
|
20120
20495
|
### Hidden/visible breakpoint modifiers usage
|
|
20121
20496
|
|
|
20122
|
-
| Class
|
|
20123
|
-
|
|
|
20124
|
-
| `.pf-m-hidden{-on-[breakpoint]}`
|
|
20125
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-table tr > *` | Shows a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes).
|
|
20497
|
+
| Class | Applied to | Outcome |
|
|
20498
|
+
| -- | -- | -- |
|
|
20499
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-table tr > *` | Hides a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
|
|
20500
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-table tr > *` | Shows a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
20126
20501
|
|
|
20127
20502
|
## Text control modifiers
|
|
20128
20503
|
|
|
20129
|
-
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`].
|
|
20504
|
+
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`].
|
|
20130
20505
|
|
|
20131
20506
|
### Text control example
|
|
20132
20507
|
|
|
@@ -20517,14 +20892,14 @@ Add a [width modifier](#width-modifiers) to `thead th` to limit string length or
|
|
|
20517
20892
|
|
|
20518
20893
|
### Text control modifiers usage
|
|
20519
20894
|
|
|
20520
|
-
| Class
|
|
20521
|
-
|
|
|
20522
|
-
| `.pf-c-table__text` | `th > *`, `td > *`
|
|
20523
|
-
| `.pf-m-wrap`
|
|
20524
|
-
| `.pf-m-truncate`
|
|
20525
|
-
| `.pf-m-nowrap`
|
|
20526
|
-
| `.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.
|
|
20527
|
-
| `.pf-m-break-word`
|
|
20895
|
+
| Class | Applied to | Outcome |
|
|
20896
|
+
| -- | -- | -- |
|
|
20897
|
+
| `.pf-c-table__text` | `th > *`, `td > *` | Initiates a table text element. |
|
|
20898
|
+
| `.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. |
|
|
20899
|
+
| `.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. |
|
|
20900
|
+
| `.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. |
|
|
20901
|
+
| `.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. |
|
|
20902
|
+
| `.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. |
|
|
20528
20903
|
|
|
20529
20904
|
## Sticky table modifiers
|
|
20530
20905
|
|
|
@@ -20532,9 +20907,9 @@ Add a [width modifier](#width-modifiers) to `thead th` to limit string length or
|
|
|
20532
20907
|
|
|
20533
20908
|
There are a few ways this can be handled:
|
|
20534
20909
|
|
|
20535
|
-
|
|
20536
|
-
|
|
20537
|
-
|
|
20910
|
+
* Manipulate the `z-index` of the menu and/or table headers/columns manually.
|
|
20911
|
+
* Use the `menuAppendTo` prop in non-composable react components with menus to append the menu to an element outside of the table (e.g., the `<body>` element) so that the menu has a higher stacking context than - and can appear on top of - sticky headers/columns as well as appear outside of any scrollable content in the table.
|
|
20912
|
+
* In the case where the menu is outside of the table (e.g., above the table in a toolbar, or below the table and the menu expands up), assign the entire table a lower `z-index` than the `z-index` of the menu. This creates a lower stacking context for the entire table compared to the menu, while preserving the stacking context of the elements inside of the table.
|
|
20538
20913
|
|
|
20539
20914
|
### Sticky header
|
|
20540
20915
|
|
|
@@ -22214,12 +22589,12 @@ There are a few ways this can be handled:
|
|
|
22214
22589
|
|
|
22215
22590
|
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`)
|
|
22216
22591
|
|
|
22217
|
-
| Class
|
|
22218
|
-
|
|
|
22219
|
-
| `.pf-m-sticky-header`
|
|
22220
|
-
| `.pf-c-scroll-outer-wrapper` | `<div>`
|
|
22221
|
-
| `.pf-c-scroll-inner-wrapper` | `<div>`
|
|
22222
|
-
| `.pf-c-table__sticky-column` | `<th>`, `<td>` | Initiates a sticky table cell.
|
|
22592
|
+
| Class | Applied to | Outcome |
|
|
22593
|
+
| -- | -- | -- |
|
|
22594
|
+
| `.pf-m-sticky-header` | `.pf-c-table` | Makes the table cells in `<thead>` sticky to the top of the table on scroll. |
|
|
22595
|
+
| `.pf-c-scroll-outer-wrapper` | `<div>` | Initiates a table container sticky columns outer wrapper. |
|
|
22596
|
+
| `.pf-c-scroll-inner-wrapper` | `<div>` | Initiates a table container sticky columns inner wrapper. |
|
|
22597
|
+
| `.pf-c-table__sticky-column` | `<th>`, `<td>` | Initiates a sticky table cell. |
|
|
22223
22598
|
|
|
22224
22599
|
## Nested column headers
|
|
22225
22600
|
|
|
@@ -22238,11 +22613,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22238
22613
|
<td rowspan="2"></td>
|
|
22239
22614
|
<td class="pf-c-table__check" role="cell" rowspan="2">
|
|
22240
22615
|
<label>
|
|
22241
|
-
<
|
|
22242
|
-
|
|
22243
|
-
|
|
22244
|
-
|
|
22245
|
-
|
|
22616
|
+
<div class="pf-c-check pf-m-standalone">
|
|
22617
|
+
<input
|
|
22618
|
+
class="pf-c-check__input"
|
|
22619
|
+
type="checkbox"
|
|
22620
|
+
name="nested-columns-expandable-example-checkrow"
|
|
22621
|
+
aria-label="Select all rows"
|
|
22622
|
+
/>
|
|
22623
|
+
</div>
|
|
22246
22624
|
</label>
|
|
22247
22625
|
</td>
|
|
22248
22626
|
<th
|
|
@@ -22312,11 +22690,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22312
22690
|
|
|
22313
22691
|
<td class="pf-c-table__check" role="cell">
|
|
22314
22692
|
<label>
|
|
22315
|
-
<
|
|
22316
|
-
|
|
22317
|
-
|
|
22318
|
-
|
|
22319
|
-
|
|
22693
|
+
<div class="pf-c-check pf-m-standalone">
|
|
22694
|
+
<input
|
|
22695
|
+
class="pf-c-check__input"
|
|
22696
|
+
type="checkbox"
|
|
22697
|
+
name="nested-columns-expandable-example-checkrow1"
|
|
22698
|
+
aria-labelledby="nested-columns-expandable-example-node1"
|
|
22699
|
+
/>
|
|
22700
|
+
</div>
|
|
22320
22701
|
</label>
|
|
22321
22702
|
</td>
|
|
22322
22703
|
<th
|
|
@@ -22414,11 +22795,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22414
22795
|
|
|
22415
22796
|
<td class="pf-c-table__check" role="cell">
|
|
22416
22797
|
<label>
|
|
22417
|
-
<
|
|
22418
|
-
|
|
22419
|
-
|
|
22420
|
-
|
|
22421
|
-
|
|
22798
|
+
<div class="pf-c-check pf-m-standalone">
|
|
22799
|
+
<input
|
|
22800
|
+
class="pf-c-check__input"
|
|
22801
|
+
type="checkbox"
|
|
22802
|
+
name="nested-columns-expandable-example-checkrow2"
|
|
22803
|
+
aria-labelledby="nested-columns-expandable-example-node2"
|
|
22804
|
+
/>
|
|
22805
|
+
</div>
|
|
22422
22806
|
</label>
|
|
22423
22807
|
</td>
|
|
22424
22808
|
<th
|
|
@@ -22516,11 +22900,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22516
22900
|
|
|
22517
22901
|
<td class="pf-c-table__check" role="cell">
|
|
22518
22902
|
<label>
|
|
22519
|
-
<
|
|
22520
|
-
|
|
22521
|
-
|
|
22522
|
-
|
|
22523
|
-
|
|
22903
|
+
<div class="pf-c-check pf-m-standalone">
|
|
22904
|
+
<input
|
|
22905
|
+
class="pf-c-check__input"
|
|
22906
|
+
type="checkbox"
|
|
22907
|
+
name="nested-columns-expandable-example-checkrow3"
|
|
22908
|
+
aria-labelledby="nested-columns-expandable-example-node3"
|
|
22909
|
+
/>
|
|
22910
|
+
</div>
|
|
22524
22911
|
</label>
|
|
22525
22912
|
</td>
|
|
22526
22913
|
<th
|
|
@@ -24001,18 +24388,18 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24001
24388
|
|
|
24002
24389
|
### Accessibility
|
|
24003
24390
|
|
|
24004
|
-
| Attribute
|
|
24005
|
-
|
|
|
24006
|
-
| `aria-hidden="true"` | `.pf-m-border-row` |
|
|
24391
|
+
| Attribute | Applied to | Outcome |
|
|
24392
|
+
| -- | -- | -- |
|
|
24393
|
+
| `aria-hidden="true"` | `.pf-m-border-row` | Hides table row from assistive technologies. **Required** |
|
|
24007
24394
|
|
|
24008
24395
|
### Nested column header modifier usage
|
|
24009
24396
|
|
|
24010
|
-
| Class
|
|
24011
|
-
|
|
|
24012
|
-
| `.pf-m-nested-column-header` | `<thead>`
|
|
24013
|
-
| `.pf-m-border-row`
|
|
24014
|
-
| `.pf-m-border-right`
|
|
24015
|
-
| `.pf-m-border-left`
|
|
24397
|
+
| Class | Applied to | Outcome |
|
|
24398
|
+
| -- | -- | -- |
|
|
24399
|
+
| `.pf-m-nested-column-header` | `<thead>` | Modifies a table header to handle nested header cells. |
|
|
24400
|
+
| `.pf-m-border-row` | `.pf-m-sticky-header > .pf-m-nested-column-header > tr` | Modifies the last row in a sticky header with nested column headers to display as a border. |
|
|
24401
|
+
| `.pf-m-border-right` | `<th>`, `<td>` | Modifies a table cell to show a right border. |
|
|
24402
|
+
| `.pf-m-border-left` | `<th>`, `<td>` | Modifies a table cell to show a left border. |
|
|
24016
24403
|
|
|
24017
24404
|
## Favorites
|
|
24018
24405
|
|
|
@@ -24029,11 +24416,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24029
24416
|
<tr role="row">
|
|
24030
24417
|
<td class="pf-c-table__check" role="cell">
|
|
24031
24418
|
<label>
|
|
24032
|
-
<
|
|
24033
|
-
|
|
24034
|
-
|
|
24035
|
-
|
|
24036
|
-
|
|
24419
|
+
<div class="pf-c-check pf-m-standalone">
|
|
24420
|
+
<input
|
|
24421
|
+
class="pf-c-check__input"
|
|
24422
|
+
type="checkbox"
|
|
24423
|
+
name="table-favorites-checkrowthead"
|
|
24424
|
+
aria-label="Select all rows"
|
|
24425
|
+
/>
|
|
24426
|
+
</div>
|
|
24037
24427
|
</label>
|
|
24038
24428
|
</td>
|
|
24039
24429
|
<td></td>
|
|
@@ -24050,11 +24440,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24050
24440
|
<tr role="row">
|
|
24051
24441
|
<td class="pf-c-table__check" role="cell">
|
|
24052
24442
|
<label>
|
|
24053
|
-
<
|
|
24054
|
-
|
|
24055
|
-
|
|
24056
|
-
|
|
24057
|
-
|
|
24443
|
+
<div class="pf-c-check pf-m-standalone">
|
|
24444
|
+
<input
|
|
24445
|
+
class="pf-c-check__input"
|
|
24446
|
+
type="checkbox"
|
|
24447
|
+
name="table-favorites-checkrow1"
|
|
24448
|
+
aria-labelledby="table-favorites-node1"
|
|
24449
|
+
/>
|
|
24450
|
+
</div>
|
|
24058
24451
|
</label>
|
|
24059
24452
|
</td>
|
|
24060
24453
|
<td class="pf-c-table__favorite pf-m-favorited" role="cell">
|
|
@@ -24126,11 +24519,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24126
24519
|
<tr role="row">
|
|
24127
24520
|
<td class="pf-c-table__check" role="cell">
|
|
24128
24521
|
<label>
|
|
24129
|
-
<
|
|
24130
|
-
|
|
24131
|
-
|
|
24132
|
-
|
|
24133
|
-
|
|
24522
|
+
<div class="pf-c-check pf-m-standalone">
|
|
24523
|
+
<input
|
|
24524
|
+
class="pf-c-check__input"
|
|
24525
|
+
type="checkbox"
|
|
24526
|
+
name="table-favorites-checkrow2"
|
|
24527
|
+
aria-labelledby="table-favorites-node2"
|
|
24528
|
+
/>
|
|
24529
|
+
</div>
|
|
24134
24530
|
</label>
|
|
24135
24531
|
</td>
|
|
24136
24532
|
<td class="pf-c-table__favorite" role="cell">
|
|
@@ -24200,11 +24596,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24200
24596
|
<tr role="row">
|
|
24201
24597
|
<td class="pf-c-table__check" role="cell">
|
|
24202
24598
|
<label>
|
|
24203
|
-
<
|
|
24204
|
-
|
|
24205
|
-
|
|
24206
|
-
|
|
24207
|
-
|
|
24599
|
+
<div class="pf-c-check pf-m-standalone">
|
|
24600
|
+
<input
|
|
24601
|
+
class="pf-c-check__input"
|
|
24602
|
+
type="checkbox"
|
|
24603
|
+
name="table-favorites-checkrow3"
|
|
24604
|
+
aria-labelledby="table-favorites-node3"
|
|
24605
|
+
/>
|
|
24606
|
+
</div>
|
|
24208
24607
|
</label>
|
|
24209
24608
|
</td>
|
|
24210
24609
|
<td class="pf-c-table__favorite pf-m-favorited" role="cell">
|
|
@@ -24274,11 +24673,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24274
24673
|
<tr role="row">
|
|
24275
24674
|
<td class="pf-c-table__check" role="cell">
|
|
24276
24675
|
<label>
|
|
24277
|
-
<
|
|
24278
|
-
|
|
24279
|
-
|
|
24280
|
-
|
|
24281
|
-
|
|
24676
|
+
<div class="pf-c-check pf-m-standalone">
|
|
24677
|
+
<input
|
|
24678
|
+
class="pf-c-check__input"
|
|
24679
|
+
type="checkbox"
|
|
24680
|
+
name="table-favorites-checkrow4"
|
|
24681
|
+
aria-labelledby="table-favorites-node4"
|
|
24682
|
+
/>
|
|
24683
|
+
</div>
|
|
24282
24684
|
</label>
|
|
24283
24685
|
</td>
|
|
24284
24686
|
<td class="pf-c-table__favorite" role="cell">
|
|
@@ -24499,19 +24901,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24499
24901
|
|
|
24500
24902
|
### Favorites accessibility
|
|
24501
24903
|
|
|
24502
|
-
| Attribute
|
|
24503
|
-
|
|
|
24504
|
-
| `role="grid"`
|
|
24505
|
-
| `aria-label`
|
|
24506
|
-
| `data-label="[td description]"` | `<td>`
|
|
24904
|
+
| Attribute | Applied to | Outcome |
|
|
24905
|
+
| -- | -- | -- |
|
|
24906
|
+
| `role="grid"` | `.pf-c-table` | Identifies the element that serves as the grid widget container. **Required** |
|
|
24907
|
+
| `aria-label` | `.pf-c-table` | Provides an accessible name for the table when a descriptive `<caption>` or `<h*>` is not available. **Required in the absence of `<caption>` or `<h*>`** |
|
|
24908
|
+
| `data-label="[td description]"` | `<td>` | This attribute replaces table header in mobile viewport. It is rendered by `::before` pseudo element. |
|
|
24507
24909
|
|
|
24508
24910
|
### Favorites usage
|
|
24509
24911
|
|
|
24510
|
-
| Class
|
|
24511
|
-
|
|
|
24512
|
-
| `.pf-c-table__favorite` | `td`
|
|
24513
|
-
| `.pf-m-favorited`
|
|
24514
|
-
| `.pf-m-favorite`
|
|
24912
|
+
| Class | Applied to | Outcome |
|
|
24913
|
+
| -- | -- | -- |
|
|
24914
|
+
| `.pf-c-table__favorite` | `td` | Initiates a favorite table body cell. |
|
|
24915
|
+
| `.pf-m-favorited` | `.pf-c-table__favorite` | Modifies a favorite cell for the favorited state. |
|
|
24916
|
+
| `.pf-m-favorite` | `.pf-c-table__sort` | Modifies a sortable table header cell for use with a favorites column. |
|
|
24515
24917
|
|
|
24516
24918
|
## Draggable rows
|
|
24517
24919
|
|
|
@@ -24644,20 +25046,20 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
24644
25046
|
|
|
24645
25047
|
### Draggable rows accessibility
|
|
24646
25048
|
|
|
24647
|
-
| Attribute
|
|
24648
|
-
|
|
|
24649
|
-
| `aria-pressed="true or false"`
|
|
24650
|
-
| `aria-live`
|
|
24651
|
-
| `aria-describedby="[id value of applicable content]"`
|
|
24652
|
-
| `aria-labelledby="[id of .pf-c-table__draggable .pf-c-button] [id of row title text]"` | `.pf-c-table__draggable .pf-c-button`
|
|
24653
|
-
| `id="[]"`
|
|
25049
|
+
| Attribute | Applied to | Outcome |
|
|
25050
|
+
| -- | -- | -- |
|
|
25051
|
+
| `aria-pressed="true or false"` | `.pf-c-table__draggable .pf-c-button` | Indicates whether the button is currently pressed or not. |
|
|
25052
|
+
| `aria-live` | `[element with live text]` | To give screen reader users live feedback about what's happening during interaction with the table, both during drag and drop interactions and keyboard interactions. **Highly Recommended** |
|
|
25053
|
+
| `aria-describedby="[id value of applicable content]"` | `.pf-c-table__draggable .pf-c-button` | Gives the draggable button an accessible description by referring to the textual content that describes how to use the button to drag elements. The example here uses a `<div id="table-draggable-rows-help"></div>`. **Highly recommended** |
|
|
25054
|
+
| `aria-labelledby="[id of .pf-c-table__draggable .pf-c-button] [id of row title text]"` | `.pf-c-table__draggable .pf-c-button` | Provides an accessible name for the draggable button. |
|
|
25055
|
+
| `id="[]"` | `.pf-c-table__draggable .pf-c-button`, `[element with row title text]` | Gives the button and the text element accessible IDs. |
|
|
24654
25056
|
|
|
24655
25057
|
### Draggable rows usage
|
|
24656
25058
|
|
|
24657
|
-
| Class
|
|
24658
|
-
|
|
|
24659
|
-
| `.pf-c-table__draggable` | `<td>`
|
|
24660
|
-
| `.pf-m-drag-over`
|
|
25059
|
+
| Class | Applied to | Outcome |
|
|
25060
|
+
| -- | -- | -- |
|
|
25061
|
+
| `.pf-c-table__draggable` | `<td>` | Initiates a draggable table cell. |
|
|
25062
|
+
| `.pf-m-drag-over` | `.pf-c-table` | Modifies the table to indicate that a draggable item is being dragged over the table. |
|
|
24661
25063
|
|
|
24662
25064
|
## Striped
|
|
24663
25065
|
|
|
@@ -24734,11 +25136,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24734
25136
|
<td></td>
|
|
24735
25137
|
<td class="pf-c-table__check" role="cell">
|
|
24736
25138
|
<label>
|
|
24737
|
-
<
|
|
24738
|
-
|
|
24739
|
-
|
|
24740
|
-
|
|
24741
|
-
|
|
25139
|
+
<div class="pf-c-check pf-m-standalone">
|
|
25140
|
+
<input
|
|
25141
|
+
class="pf-c-check__input"
|
|
25142
|
+
type="checkbox"
|
|
25143
|
+
name="table-striped-expandable-checkrowthead"
|
|
25144
|
+
aria-label="Select all rows"
|
|
25145
|
+
/>
|
|
25146
|
+
</div>
|
|
24742
25147
|
</label>
|
|
24743
25148
|
</td>
|
|
24744
25149
|
<th
|
|
@@ -24810,11 +25215,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24810
25215
|
|
|
24811
25216
|
<td class="pf-c-table__check" role="cell">
|
|
24812
25217
|
<label>
|
|
24813
|
-
<
|
|
24814
|
-
|
|
24815
|
-
|
|
24816
|
-
|
|
24817
|
-
|
|
25218
|
+
<div class="pf-c-check pf-m-standalone">
|
|
25219
|
+
<input
|
|
25220
|
+
class="pf-c-check__input"
|
|
25221
|
+
type="checkbox"
|
|
25222
|
+
name="table-striped-expandable-checkrow1"
|
|
25223
|
+
aria-labelledby="table-striped-expandable-node1"
|
|
25224
|
+
/>
|
|
25225
|
+
</div>
|
|
24818
25226
|
</label>
|
|
24819
25227
|
</td>
|
|
24820
25228
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -24902,11 +25310,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24902
25310
|
|
|
24903
25311
|
<td class="pf-c-table__check" role="cell">
|
|
24904
25312
|
<label>
|
|
24905
|
-
<
|
|
24906
|
-
|
|
24907
|
-
|
|
24908
|
-
|
|
24909
|
-
|
|
25313
|
+
<div class="pf-c-check pf-m-standalone">
|
|
25314
|
+
<input
|
|
25315
|
+
class="pf-c-check__input"
|
|
25316
|
+
type="checkbox"
|
|
25317
|
+
name="table-striped-expandable-checkrow2"
|
|
25318
|
+
aria-labelledby="table-striped-expandable-node2"
|
|
25319
|
+
/>
|
|
25320
|
+
</div>
|
|
24910
25321
|
</label>
|
|
24911
25322
|
</td>
|
|
24912
25323
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -24992,11 +25403,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24992
25403
|
|
|
24993
25404
|
<td class="pf-c-table__check" role="cell">
|
|
24994
25405
|
<label>
|
|
24995
|
-
<
|
|
24996
|
-
|
|
24997
|
-
|
|
24998
|
-
|
|
24999
|
-
|
|
25406
|
+
<div class="pf-c-check pf-m-standalone">
|
|
25407
|
+
<input
|
|
25408
|
+
class="pf-c-check__input"
|
|
25409
|
+
type="checkbox"
|
|
25410
|
+
name="table-striped-expandable-checkrow3"
|
|
25411
|
+
aria-labelledby="table-striped-expandable-node3"
|
|
25412
|
+
/>
|
|
25413
|
+
</div>
|
|
25000
25414
|
</label>
|
|
25001
25415
|
</td>
|
|
25002
25416
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -25082,11 +25496,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
25082
25496
|
|
|
25083
25497
|
<td class="pf-c-table__check" role="cell">
|
|
25084
25498
|
<label>
|
|
25085
|
-
<
|
|
25086
|
-
|
|
25087
|
-
|
|
25088
|
-
|
|
25089
|
-
|
|
25499
|
+
<div class="pf-c-check pf-m-standalone">
|
|
25500
|
+
<input
|
|
25501
|
+
class="pf-c-check__input"
|
|
25502
|
+
type="checkbox"
|
|
25503
|
+
name="table-striped-expandable-checkrow4"
|
|
25504
|
+
aria-labelledby="table-striped-expandable-node4"
|
|
25505
|
+
/>
|
|
25506
|
+
</div>
|
|
25090
25507
|
</label>
|
|
25091
25508
|
</td>
|
|
25092
25509
|
<th role="columnheader" data-label="Data label name">
|
|
@@ -25319,10 +25736,10 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
25319
25736
|
|
|
25320
25737
|
### Striped table usage
|
|
25321
25738
|
|
|
25322
|
-
| Class
|
|
25323
|
-
|
|
|
25324
|
-
| `.pf-m-striped`
|
|
25325
|
-
| `.pf-m-striped-even` | `tbody`
|
|
25739
|
+
| Class | Applied to | Outcome |
|
|
25740
|
+
| -- | -- | -- |
|
|
25741
|
+
| `.pf-m-striped` | `.pf-c-table`, `tbody`, `tr` | Modifies odd table rows to be striped. |
|
|
25742
|
+
| `.pf-m-striped-even` | `tbody` | Modifies even table rows to be striped. For use in tables with multiple `tbody` elements where adjacent `tbody` elements need even row striping to maintain visual consistency. |
|
|
25326
25743
|
|
|
25327
25744
|
## Documentation
|
|
25328
25745
|
|
|
@@ -25344,8 +25761,8 @@ By default, all table header cells are set to `white-space: nowrap`. If a `<th>`
|
|
|
25344
25761
|
|
|
25345
25762
|
### Implementation support
|
|
25346
25763
|
|
|
25347
|
-
|
|
25348
|
-
|
|
25349
|
-
|
|
25350
|
-
|
|
25351
|
-
|
|
25764
|
+
* One expandable toggle button, positioned in the first cell of a non-expandable row, preceding an expandable row.
|
|
25765
|
+
* One checkbox or radio input, positioned in the first or second cell of a non-expandable row.
|
|
25766
|
+
* One action button, positioned in the last cell of a non-expandable row.
|
|
25767
|
+
* Tabular data.
|
|
25768
|
+
* Compact presentation modifier (not compatible with expandable table).
|