@patternfly/patternfly-doc-core 1.15.4 → 1.15.5

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.
Files changed (312) hide show
  1. package/.astro/content-modules.mjs +124 -124
  2. package/README.mdx +1 -0
  3. package/cli/cli.ts +54 -35
  4. package/{src → dist}/apiIndex.json +94 -94
  5. package/dist/cli/cli.js +48 -30
  6. package/dist/docs/_worker.js/chunks/fetch_CoXtH9RF.mjs +12 -0
  7. package/dist/docs/_worker.js/chunks/getConfig_DO3RhTb7.mjs +18 -0
  8. package/dist/docs/_worker.js/index.js +11 -9
  9. package/dist/docs/_worker.js/manifest_DIDAejNV.mjs +100 -0
  10. package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_.astro.mjs +18 -10
  11. package/dist/docs/_worker.js/pages/api/_version_/_section_.astro.mjs +17 -8
  12. package/dist/docs/_worker.js/pages/api/_version_.astro.mjs +15 -8
  13. package/dist/docs/_worker.js/pages/api/openapi.json.astro.mjs +14 -3
  14. package/dist/docs/_worker.js/pages/api/versions.astro.mjs +11 -4
  15. package/dist/docs/_worker.js/pages/apiindex.json.astro.mjs +1 -0
  16. package/dist/docs/_worker.js/pages/props.astro.mjs +1 -16
  17. package/dist/docs/apiIndex.json +561 -0
  18. package/dist/docs/components/about-modal/html/index.html +8 -8
  19. package/dist/docs/components/about-modal/html-demos/index.html +4 -4
  20. package/dist/docs/components/about-modal/index.html +5 -5
  21. package/dist/docs/components/accordion/html/index.html +22 -22
  22. package/dist/docs/components/accordion/index.html +7 -7
  23. package/dist/docs/components/action-list/html/index.html +11 -11
  24. package/dist/docs/components/action-list/index.html +9 -9
  25. package/dist/docs/components/alert/html/index.html +31 -31
  26. package/dist/docs/components/alert/html-demos/index.html +10 -10
  27. package/dist/docs/components/alert/index.html +83 -83
  28. package/dist/docs/components/alert/react/index.html +83 -83
  29. package/dist/docs/components/avatar/html/index.html +16 -16
  30. package/dist/docs/components/avatar/index.html +8 -8
  31. package/dist/docs/components/avatar/react/index.html +5 -5
  32. package/dist/docs/components/back-to-top/html/index.html +9 -9
  33. package/dist/docs/components/back-to-top/html-demos/index.html +4 -4
  34. package/dist/docs/components/back-to-top/index.html +8 -8
  35. package/dist/docs/components/back-to-top/react/index.html +8 -8
  36. package/dist/docs/components/backdrop/html/index.html +11 -11
  37. package/dist/docs/components/backdrop/index.html +6 -6
  38. package/dist/docs/components/backdrop/react/index.html +6 -6
  39. package/dist/docs/components/background-image/html/index.html +11 -11
  40. package/dist/docs/components/background-image/index.html +6 -6
  41. package/dist/docs/components/background-image/react/index.html +6 -6
  42. package/dist/docs/components/badge/html/index.html +12 -12
  43. package/dist/docs/components/badge/index.html +8 -8
  44. package/dist/docs/components/badge/react/index.html +8 -8
  45. package/dist/docs/components/banner/html/index.html +12 -12
  46. package/dist/docs/components/banner/html-demos/index.html +9 -9
  47. package/dist/docs/components/banner/index.html +11 -11
  48. package/dist/docs/components/banner/react/index.html +11 -11
  49. package/dist/docs/components/brand/html/index.html +10 -10
  50. package/dist/docs/components/brand/index.html +6 -6
  51. package/dist/docs/components/breadcrumb/html/index.html +15 -15
  52. package/dist/docs/components/breadcrumb/index.html +6 -6
  53. package/dist/docs/components/breadcrumb/react/index.html +9 -9
  54. package/dist/docs/components/button/html/index.html +26 -26
  55. package/dist/docs/components/button/html-demos/index.html +5 -5
  56. package/dist/docs/components/button/index.html +34 -34
  57. package/dist/docs/components/button/react/index.html +37 -37
  58. package/dist/docs/components/calendar-month/html/index.html +9 -9
  59. package/dist/docs/components/calendar-month/index.html +6 -6
  60. package/dist/docs/components/calendar-month/react/index.html +9 -9
  61. package/dist/docs/components/card/html/index.html +37 -37
  62. package/dist/docs/components/card/html-demos/index.html +25 -25
  63. package/dist/docs/components/card/index.html +52 -52
  64. package/dist/docs/components/card/react/index.html +55 -55
  65. package/dist/docs/components/checkbox/html/index.html +21 -21
  66. package/dist/docs/components/checkbox/index.html +16 -16
  67. package/dist/docs/components/checkbox/react/index.html +13 -13
  68. package/dist/docs/components/chip/index.html +11 -11
  69. package/dist/docs/components/chip/react-deprecated/index.html +11 -11
  70. package/dist/docs/components/clipboard-copy/html/index.html +12 -12
  71. package/dist/docs/components/clipboard-copy/index.html +15 -15
  72. package/dist/docs/components/clipboard-copy/react/index.html +15 -15
  73. package/dist/docs/components/code-block/html/index.html +10 -10
  74. package/dist/docs/components/code-block/index.html +9 -9
  75. package/dist/docs/components/code-block/react/index.html +6 -6
  76. package/dist/docs/components/code-editor/html/index.html +16 -16
  77. package/dist/docs/components/code-editor/index.html +16 -16
  78. package/dist/docs/components/content/html/index.html +21 -21
  79. package/dist/docs/components/content/index.html +19 -19
  80. package/dist/docs/components/data-list/html/index.html +38 -38
  81. package/dist/docs/components/data-list/html-demos/index.html +12 -12
  82. package/dist/docs/components/data-list/index.html +21 -21
  83. package/dist/docs/components/date-picker/html/index.html +11 -11
  84. package/dist/docs/components/date-picker/index.html +14 -14
  85. package/dist/docs/components/date-picker/react/index.html +17 -17
  86. package/dist/docs/components/description-list/html/index.html +41 -41
  87. package/dist/docs/components/description-list/html-demos/index.html +8 -8
  88. package/dist/docs/components/description-list/index.html +36 -36
  89. package/dist/docs/components/description-list/react/index.html +39 -39
  90. package/dist/docs/components/divider/html/index.html +18 -18
  91. package/dist/docs/components/divider/index.html +11 -11
  92. package/dist/docs/components/drag-and-drop/html/index.html +11 -11
  93. package/dist/docs/components/drag-and-drop/index.html +9 -9
  94. package/dist/docs/components/drag-and-drop/react-deprecated/index.html +9 -9
  95. package/dist/docs/components/drawer/html/index.html +27 -27
  96. package/dist/docs/components/drawer/html-demos/index.html +16 -16
  97. package/dist/docs/components/drawer/index.html +25 -25
  98. package/dist/docs/components/dual-list-selector/html/index.html +13 -13
  99. package/dist/docs/components/dual-list-selector/index.html +17 -17
  100. package/dist/docs/components/empty-state/html/index.html +14 -14
  101. package/dist/docs/components/empty-state/index.html +13 -13
  102. package/dist/docs/components/empty-state/react/index.html +13 -13
  103. package/dist/docs/components/expandable-section/html/index.html +17 -17
  104. package/dist/docs/components/expandable-section/index.html +18 -18
  105. package/dist/docs/components/expandable-section/react/index.html +15 -15
  106. package/dist/docs/components/form/html/index.html +19 -19
  107. package/dist/docs/components/form/html-demos/index.html +6 -6
  108. package/dist/docs/components/form/index.html +19 -19
  109. package/dist/docs/components/form/react/index.html +19 -19
  110. package/dist/docs/components/form-control/html/index.html +12 -12
  111. package/dist/docs/components/form-control/index.html +12 -12
  112. package/dist/docs/components/form-select/index.html +9 -9
  113. package/dist/docs/components/form-select/react/index.html +9 -9
  114. package/dist/docs/components/helper-text/html/index.html +11 -11
  115. package/dist/docs/components/helper-text/html-demos/index.html +7 -7
  116. package/dist/docs/components/helper-text/index.html +9 -9
  117. package/dist/docs/components/hint/html/index.html +7 -7
  118. package/dist/docs/components/hint/index.html +8 -8
  119. package/dist/docs/components/hint/react/index.html +11 -11
  120. package/dist/docs/components/icon/html/index.html +16 -16
  121. package/dist/docs/components/icon/index.html +17 -17
  122. package/dist/docs/components/icon/react/index.html +20 -20
  123. package/dist/docs/components/inline-edit/html/index.html +29 -29
  124. package/dist/docs/components/inline-edit/index.html +29 -29
  125. package/dist/docs/components/input-group/html/index.html +12 -12
  126. package/dist/docs/components/input-group/index.html +12 -12
  127. package/dist/docs/components/input-group/react/index.html +12 -12
  128. package/dist/docs/components/jump-links/html/index.html +17 -17
  129. package/dist/docs/components/jump-links/html-demos/index.html +13 -13
  130. package/dist/docs/components/jump-links/index.html +9 -9
  131. package/dist/docs/components/jump-links/react/index.html +12 -12
  132. package/dist/docs/components/label/html/index.html +44 -44
  133. package/dist/docs/components/label/index.html +28 -28
  134. package/dist/docs/components/list/html/index.html +13 -13
  135. package/dist/docs/components/list/index.html +9 -9
  136. package/dist/docs/components/login-page/html/index.html +17 -17
  137. package/dist/docs/components/login-page/index.html +13 -13
  138. package/dist/docs/components/masthead/html/index.html +13 -13
  139. package/dist/docs/components/masthead/html-demos/index.html +20 -20
  140. package/dist/docs/components/masthead/index.html +18 -18
  141. package/dist/docs/components/menu/html/index.html +46 -46
  142. package/dist/docs/components/menu/index.html +68 -68
  143. package/dist/docs/components/menu/react/index.html +68 -68
  144. package/dist/docs/components/menu-toggle/html/index.html +35 -35
  145. package/dist/docs/components/menu-toggle/index.html +66 -66
  146. package/dist/docs/components/menu-toggle/react/index.html +66 -66
  147. package/dist/docs/components/modal/html/index.html +45 -45
  148. package/dist/docs/components/modal/html-demos/index.html +16 -16
  149. package/dist/docs/components/modal/index.html +41 -41
  150. package/dist/docs/components/multiple-file-upload/html/index.html +11 -11
  151. package/dist/docs/components/multiple-file-upload/index.html +26 -26
  152. package/dist/docs/components/navigation/html/index.html +26 -26
  153. package/dist/docs/components/navigation/html-demos/index.html +16 -16
  154. package/dist/docs/components/navigation/index.html +18 -18
  155. package/dist/docs/components/navigation/react/index.html +21 -21
  156. package/dist/docs/components/notification-badge/index.html +16 -16
  157. package/dist/docs/components/notification-badge/react/index.html +16 -16
  158. package/dist/docs/components/notification-drawer/html/index.html +9 -9
  159. package/dist/docs/components/notification-drawer/html-demos/index.html +13 -13
  160. package/dist/docs/components/notification-drawer/index.html +8 -8
  161. package/dist/docs/components/notification-drawer/react/index.html +8 -8
  162. package/dist/docs/components/number-input/html/index.html +12 -12
  163. package/dist/docs/components/number-input/index.html +11 -11
  164. package/dist/docs/components/number-input/react/index.html +14 -14
  165. package/dist/docs/components/overflow-menu/html/index.html +18 -18
  166. package/dist/docs/components/overflow-menu/index.html +9 -9
  167. package/dist/docs/components/overflow-menu/react/index.html +12 -12
  168. package/dist/docs/components/page/html/index.html +18 -18
  169. package/dist/docs/components/page/html-demos/index.html +32 -32
  170. package/dist/docs/components/page/index.html +50 -50
  171. package/dist/docs/components/page/react/index.html +50 -50
  172. package/dist/docs/components/pagination/html/index.html +20 -20
  173. package/dist/docs/components/pagination/index.html +17 -17
  174. package/dist/docs/components/pagination/react/index.html +14 -14
  175. package/dist/docs/components/panel/html/index.html +14 -14
  176. package/dist/docs/components/panel/html-demos/index.html +5 -5
  177. package/dist/docs/components/panel/index.html +22 -22
  178. package/dist/docs/components/password-generator/html-demos/index.html +4 -4
  179. package/dist/docs/components/password-generator/index.html +4 -4
  180. package/dist/docs/components/password-strength/html-demos/index.html +7 -7
  181. package/dist/docs/components/password-strength/index.html +7 -7
  182. package/dist/docs/components/popover/html/index.html +44 -44
  183. package/dist/docs/components/popover/index.html +20 -20
  184. package/dist/docs/components/popover/react/index.html +23 -23
  185. package/dist/docs/components/progress/html/index.html +31 -31
  186. package/dist/docs/components/progress/index.html +23 -23
  187. package/dist/docs/components/progress/react/index.html +23 -23
  188. package/dist/docs/components/progress-stepper/html/index.html +27 -27
  189. package/dist/docs/components/progress-stepper/index.html +16 -16
  190. package/dist/docs/components/progress-stepper/react/index.html +16 -16
  191. package/dist/docs/components/radio/html/index.html +20 -20
  192. package/dist/docs/components/radio/index.html +15 -15
  193. package/dist/docs/components/radio/react/index.html +15 -15
  194. package/dist/docs/components/sidebar/html/index.html +21 -21
  195. package/dist/docs/components/sidebar/index.html +17 -17
  196. package/dist/docs/components/simple-file-upload/html/index.html +15 -15
  197. package/dist/docs/components/simple-file-upload/index.html +32 -32
  198. package/dist/docs/components/simple-file-upload/react/index.html +32 -32
  199. package/dist/docs/components/simple-list/html/index.html +11 -11
  200. package/dist/docs/components/simple-list/index.html +9 -9
  201. package/dist/docs/components/simple-list/react/index.html +6 -6
  202. package/dist/docs/components/skeleton/html/index.html +13 -13
  203. package/dist/docs/components/skeleton/html-demos/index.html +3 -3
  204. package/dist/docs/components/skeleton/index.html +10 -10
  205. package/dist/docs/components/skeleton/react/index.html +10 -10
  206. package/dist/docs/components/skip-to-content/html/index.html +13 -13
  207. package/dist/docs/components/skip-to-content/index.html +6 -6
  208. package/dist/docs/components/skip-to-content/react/index.html +6 -6
  209. package/dist/docs/components/slider/html/index.html +14 -14
  210. package/dist/docs/components/slider/index.html +22 -22
  211. package/dist/docs/components/slider/react/index.html +22 -22
  212. package/dist/docs/components/spinner/html/index.html +16 -16
  213. package/dist/docs/components/spinner/index.html +9 -9
  214. package/dist/docs/components/spinner/react/index.html +6 -6
  215. package/dist/docs/components/switch/html/index.html +17 -17
  216. package/dist/docs/components/switch/index.html +12 -12
  217. package/dist/docs/components/switch/react/index.html +12 -12
  218. package/dist/docs/components/table/html/index.html +129 -129
  219. package/dist/docs/components/table/html-demos/index.html +33 -33
  220. package/dist/docs/components/table/index.html +129 -129
  221. package/dist/docs/components/tabs/html/index.html +67 -67
  222. package/dist/docs/components/tabs/html-demos/index.html +13 -13
  223. package/dist/docs/components/tabs/index.html +77 -77
  224. package/dist/docs/components/tabs/react/index.html +77 -77
  225. package/dist/docs/components/text-input/index.html +13 -13
  226. package/dist/docs/components/text-input/react/index.html +13 -13
  227. package/dist/docs/components/text-input-group/html/index.html +27 -27
  228. package/dist/docs/components/text-input-group/index.html +16 -16
  229. package/dist/docs/components/tile/html-deprecated/index.html +11 -11
  230. package/dist/docs/components/tile/index.html +23 -23
  231. package/dist/docs/components/tile/react-deprecated/index.html +26 -26
  232. package/dist/docs/components/time-picker/index.html +13 -13
  233. package/dist/docs/components/time-picker/react/index.html +13 -13
  234. package/dist/docs/components/timestamp/html/index.html +8 -8
  235. package/dist/docs/components/timestamp/index.html +21 -21
  236. package/dist/docs/components/timestamp/react/index.html +21 -21
  237. package/dist/docs/components/title/html/index.html +10 -10
  238. package/dist/docs/components/title/index.html +4 -4
  239. package/dist/docs/components/toggle-group/html/index.html +9 -9
  240. package/dist/docs/components/toggle-group/index.html +18 -18
  241. package/dist/docs/components/toolbar/html/index.html +55 -55
  242. package/dist/docs/components/toolbar/html-demos/index.html +12 -12
  243. package/dist/docs/components/toolbar/index.html +42 -42
  244. package/dist/docs/components/tooltip/html/index.html +17 -17
  245. package/dist/docs/components/tooltip/index.html +12 -12
  246. package/dist/docs/components/tree-view/html/index.html +21 -21
  247. package/dist/docs/components/tree-view/index.html +23 -23
  248. package/dist/docs/components/truncate/html/index.html +13 -13
  249. package/dist/docs/components/truncate/index.html +13 -13
  250. package/dist/docs/components/wizard/html/index.html +29 -29
  251. package/dist/docs/components/wizard/html-demos/index.html +22 -22
  252. package/dist/docs/components/wizard/index.html +32 -32
  253. package/dist/docs/components/wizard/react-deprecated/index.html +22 -22
  254. package/dist/docs/layouts/bullseye/html/index.html +11 -11
  255. package/dist/docs/layouts/bullseye/index.html +11 -11
  256. package/dist/docs/layouts/flex/html/index.html +87 -87
  257. package/dist/docs/layouts/flex/index.html +87 -87
  258. package/dist/docs/layouts/gallery/html/index.html +17 -17
  259. package/dist/docs/layouts/gallery/index.html +17 -17
  260. package/dist/docs/layouts/grid/html/index.html +22 -22
  261. package/dist/docs/layouts/grid/index.html +22 -22
  262. package/dist/docs/layouts/level/html/index.html +10 -10
  263. package/dist/docs/layouts/level/index.html +10 -10
  264. package/dist/docs/layouts/split/html/index.html +13 -13
  265. package/dist/docs/layouts/split/index.html +13 -13
  266. package/dist/docs/layouts/stack/html/index.html +12 -12
  267. package/dist/docs/layouts/stack/index.html +12 -12
  268. package/dist/docs/patterns/card-view/html-demos/index.html +4 -4
  269. package/dist/docs/patterns/card-view/index.html +4 -4
  270. package/dist/docs/patterns/dashboard/html-demos/index.html +4 -4
  271. package/dist/docs/patterns/dashboard/index.html +4 -4
  272. package/dist/docs/patterns/primary-detail/html-demos/index.html +17 -17
  273. package/dist/docs/patterns/primary-detail/index.html +17 -17
  274. package/dist/docs/utility-classes/accessibility/html/index.html +11 -11
  275. package/dist/docs/utility-classes/accessibility/index.html +11 -11
  276. package/dist/docs/utility-classes/alignment/html/index.html +7 -7
  277. package/dist/docs/utility-classes/alignment/index.html +7 -7
  278. package/dist/docs/utility-classes/background-color/html/index.html +9 -9
  279. package/dist/docs/utility-classes/background-color/index.html +9 -9
  280. package/dist/docs/utility-classes/box-shadow/html/index.html +12 -12
  281. package/dist/docs/utility-classes/box-shadow/index.html +12 -12
  282. package/dist/docs/utility-classes/display/html/index.html +18 -18
  283. package/dist/docs/utility-classes/display/index.html +18 -18
  284. package/dist/docs/utility-classes/flex/html/index.html +17 -17
  285. package/dist/docs/utility-classes/flex/index.html +17 -17
  286. package/dist/docs/utility-classes/float/html/index.html +7 -7
  287. package/dist/docs/utility-classes/float/index.html +7 -7
  288. package/dist/docs/utility-classes/sizing/html/index.html +28 -28
  289. package/dist/docs/utility-classes/sizing/index.html +28 -28
  290. package/dist/docs/utility-classes/spacing/html/index.html +12 -12
  291. package/dist/docs/utility-classes/spacing/index.html +12 -12
  292. package/dist/docs/utility-classes/text/html/index.html +18 -18
  293. package/dist/docs/utility-classes/text/index.html +18 -18
  294. package/jest.config.ts +1 -1
  295. package/package.json +5 -4
  296. package/src/pages/api/[version]/[section]/[page]/[tab].ts +11 -3
  297. package/src/pages/api/[version]/[section]/[page].ts +19 -11
  298. package/src/pages/api/[version]/[section].ts +18 -9
  299. package/src/pages/api/[version].ts +16 -9
  300. package/src/pages/api/openapi.json.ts +14 -3
  301. package/src/pages/api/versions.ts +11 -5
  302. package/src/pages/apiIndex.json.ts +27 -0
  303. package/src/utils/apiIndex/fetch.ts +20 -0
  304. package/src/utils/apiIndex/generate.ts +9 -5
  305. package/src/utils/apiIndex/get.ts +3 -1
  306. package/src/utils/getOutputDir.ts +19 -0
  307. package/src/utils/packageUtils.ts +5 -3
  308. package/tsconfig.json +9 -4
  309. package/dist/docs/_worker.js/chunks/apiIndex_rjiPwa_V.mjs +0 -9
  310. package/dist/docs/_worker.js/manifest_BOIk4wkr.mjs +0 -100
  311. /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_BIIrAXF8.mjs → _astro_data-layer-content_DGZXfKa-.mjs} +0 -0
  312. /package/dist/docs/_worker.js/chunks/{content-modules_BnWiSXLh.mjs → content-modules_Db1avyLw.mjs} +0 -0
@@ -42,13 +42,13 @@
42
42
  animation-fill-mode: both;
43
43
  animation-name: astroFadeIn; }</style><style>[data-astro-transition-scope="astro-2e6ke2uy-4"] { view-transition-name: astro-2e6ke2uy-4; }@layer astro { ::view-transition-old(astro-2e6ke2uy-4) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-2e6ke2uy-4) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-2e6ke2uy-4) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
44
44
  [data-astro-transition-fallback="old"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
45
- [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="Z17uPqv" prefix="r5" component-url="/_astro/PageToggle.Dnq2xvgl.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;data-astro-transition-persist&quot;:[0,&quot;astro-u5p5alki-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;PageToggle&quot;,&quot;value&quot;:true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-1213"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="2pDHse" prefix="r7" component-url="/_astro/Toolbar.BmprOKR8.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;ReactToolbar&quot;,&quot;value&quot;:true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-405"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-1214"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-1215"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-405"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="2tEdvJ" component-url="/_astro/Navigation.B03CQhTw.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;navData&quot;:[1,[[1,[[0,{&quot;id&quot;:[0,&quot;src/components/aboutmodal/examples/aboutmodal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;About modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/accordion/examples/accordion&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accordion&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/actionlist/examples/actionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Action list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/alert/examples/alert&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alert&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/avatar/examples/avatar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Avatar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backtotop/examples/backtotop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Back to top&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backdrop/examples/backdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Backdrop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backgroundimage/examples/backgroundimage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background image&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/badge/examples/badge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/banner/examples/banner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Banner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/brand/examples/brand&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Brand&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/breadcrumb/examples/breadcrumb&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Breadcrumb&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/button/examples/button&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Button&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/calendarmonth/examples/calendarmonth&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Calendar month&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/card/examples/card&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/checkbox/examples/checkbox&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Checkbox&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/chip/examples/chip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Chip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/clipboardcopy/examples/clipboardcopy&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Clipboard copy&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/codeblock/examples/codeblock&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code block&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/codeeditor/examples/codeeditor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code editor&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/content/examples/content&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datalist/examples/datalist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Data list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datepicker/examples/datepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Date picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/descriptionlist/examples/descriptionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Description list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/divider/examples/divider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Divider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/dragdrop/examples/dragdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drag and drop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/drawer/examples/drawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/dropdown/examples/dropdown&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dropdown&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/duallistselector/examples/duallistselector&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dual list selector&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/emptystate/examples/emptystate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Empty state&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/expandablesection/examples/expandablesection&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Expandable section&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/form/examples/form&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/formcontrol/examples/formcontrol&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form control&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/formselect/examples/formselect&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/helpertext/examples/helpertext&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Helper text&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/hint/examples/hint&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Hint&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/icon/examples/icon&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Icon&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/inlineedit/examples/inlineedit&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Inline edit&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/inputgroup/examples/inputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/jumplinks/examples/jumplinks&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Jump links&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/label/examples/label&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Label&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/list/examples/list&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;List&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/loginpage/examples/loginpage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Login page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/masthead/examples/masthead&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Masthead&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menu/examples/menu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menutoggle/examples/menutoggle&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu toggle&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/modal/examples/modal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/multiplefileupload/examples/multiplefileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Multiple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/nav/examples/nav&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Navigation&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationbadge/examples/notificationbadge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationdrawer/examples/notificationdrawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/numberinput/examples/numberinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Number input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/overflowmenu/examples/overflowmenu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Overflow menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/page/examples/page&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/pagination/examples/pagination&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Pagination&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/panel/examples/panel&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Panel&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordgenerator/examples/passwordgenerator&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password generator&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordstrength/examples/passwordstrength&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password strength&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/popover/examples/popover&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Popover&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progress/examples/progress&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progressstepper/examples/progressstepper&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress stepper&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/radio/examples/radio&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Radio&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/searchinput/examples/searchinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Search input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/select/examples/select&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/sidebar/examples/sidebar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sidebar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/fileupload/examples/fileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/simplelist/examples/simplelist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skeleton/examples/skeleton&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skeleton&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skiptocontent/examples/skiptocontent&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skip to content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/slider/examples/slider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Slider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/spinner/examples/spinner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spinner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/switch/examples/switch&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Switch&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/table/examples/table&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Table&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tabs/examples/tabs&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tabs&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textarea/examples/textarea&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text area&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinput/examples/textinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinputgroup/examples/textinputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/tile/examples/tile&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tile&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timepicker/examples/timepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Time picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timestamp/examples/timestamp&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Timestamp&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/title/examples/title&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Title&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/togglegroup/examples/togglegroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toggle group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/toolbar/examples/toolbar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toolbar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tooltip/examples/tooltip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tooltip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/treeview/examples/treeview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tree view&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/truncate/examples/truncate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Truncate&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/wizard/examples/wizard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Wizard&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Quick starts&quot;],&quot;section&quot;:[0,&quot;extensions&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/layouts/bullseye/examples/bullseye&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Bullseye&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/gallery/examples/gallery&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Gallery&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/grid/examples/grid&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Grid&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/level/examples/level&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Level&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/split/examples/split&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Split&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/stack/examples/stack&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Stack&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/demos/cardview/examples/cardview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card view&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/dashboard/examples/dashboard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dashboard&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/primarydetail/examples/primarydetail&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Primary-detail&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/utilities/accessibility/examples/accessibility&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accessibility&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/alignment/examples/alignment&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alignment&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/backgroundcolor/examples/backgroundcolor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background color&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/boxshadow/examples/box-shadow&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Box shadow&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/display/examples/display&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Display&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/float/examples/float&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Float&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/sizing/examples/sizing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sizing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/spacing/examples/spacing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spacing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/text/examples/text&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}]]]]],&quot;data-astro-transition-scope&quot;:[0,&quot;astro-xikxfxwm-3&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;ReactNav&quot;,&quot;value&quot;:&quot;react&quot;}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item pf-m-current"> <a class="pf-v6-c-tabs__link" href="/components/table/html"> HTML </a> </li><li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/table/html-demos"> HTML demos </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7862" data-pf-content="true" class="pf-v6-c-content--p">import ’./Table.css’</p>
46
- <h1 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7863" data-pf-content="true" class="pf-v6-c-content--h1">Examples</h1>
47
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7864" data-pf-content="true" class="pf-v6-c-content--h2">Basic table</h2>
48
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7865" data-pf-content="true" class="pf-v6-c-content--h3">Basic table example</h3>
45
+ [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="e5a0E" prefix="r5" component-url="/_astro/PageToggle.Dnq2xvgl.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;data-astro-transition-persist&quot;:[0,&quot;astro-u5p5alki-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;PageToggle&quot;,&quot;value&quot;:true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-1159"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="1mo0Kg" prefix="r7" component-url="/_astro/Toolbar.BmprOKR8.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;ReactToolbar&quot;,&quot;value&quot;:true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-387"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-1160"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-1161"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-387"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="2tEdvJ" component-url="/_astro/Navigation.B03CQhTw.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;navData&quot;:[1,[[1,[[0,{&quot;id&quot;:[0,&quot;src/components/aboutmodal/examples/aboutmodal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;About modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/accordion/examples/accordion&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accordion&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/actionlist/examples/actionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Action list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/alert/examples/alert&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alert&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/avatar/examples/avatar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Avatar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backtotop/examples/backtotop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Back to top&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backdrop/examples/backdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Backdrop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backgroundimage/examples/backgroundimage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background image&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/badge/examples/badge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/banner/examples/banner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Banner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/brand/examples/brand&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Brand&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/breadcrumb/examples/breadcrumb&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Breadcrumb&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/button/examples/button&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Button&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/calendarmonth/examples/calendarmonth&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Calendar month&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/card/examples/card&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/checkbox/examples/checkbox&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Checkbox&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/chip/examples/chip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Chip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/clipboardcopy/examples/clipboardcopy&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Clipboard copy&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/codeblock/examples/codeblock&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code block&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/codeeditor/examples/codeeditor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code editor&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/content/examples/content&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datalist/examples/datalist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Data list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datepicker/examples/datepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Date picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/descriptionlist/examples/descriptionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Description list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/divider/examples/divider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Divider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/dragdrop/examples/dragdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drag and drop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/drawer/examples/drawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/dropdown/examples/dropdown&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dropdown&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/duallistselector/examples/duallistselector&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dual list selector&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/emptystate/examples/emptystate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Empty state&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/expandablesection/examples/expandablesection&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Expandable section&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/form/examples/form&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/formcontrol/examples/formcontrol&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form control&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/formselect/examples/formselect&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/helpertext/examples/helpertext&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Helper text&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/hint/examples/hint&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Hint&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/icon/examples/icon&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Icon&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/components/inlineedit/examples/inlineedit&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Inline edit&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/inputgroup/examples/inputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/jumplinks/examples/jumplinks&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Jump links&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/label/examples/label&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Label&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/list/examples/list&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;List&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/loginpage/examples/loginpage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Login page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/masthead/examples/masthead&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Masthead&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menu/examples/menu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menutoggle/examples/menutoggle&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu toggle&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/modal/examples/modal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/multiplefileupload/examples/multiplefileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Multiple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/nav/examples/nav&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Navigation&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationbadge/examples/notificationbadge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationdrawer/examples/notificationdrawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/numberinput/examples/numberinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Number input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/overflowmenu/examples/overflowmenu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Overflow menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/page/examples/page&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/pagination/examples/pagination&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Pagination&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/panel/examples/panel&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Panel&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordgenerator/examples/passwordgenerator&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password generator&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/passwordstrength/examples/passwordstrength&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Password strength&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/popover/examples/popover&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Popover&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progress/examples/progress&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progressstepper/examples/progressstepper&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress stepper&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/radio/examples/radio&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Radio&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/searchinput/examples/searchinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Search input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/select/examples/select&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/sidebar/examples/sidebar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sidebar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/fileupload/examples/fileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/simplelist/examples/simplelist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skeleton/examples/skeleton&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skeleton&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skiptocontent/examples/skiptocontent&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skip to content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/slider/examples/slider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Slider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/spinner/examples/spinner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spinner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/switch/examples/switch&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Switch&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/table/examples/table&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Table&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tabs/examples/tabs&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tabs&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textarea/examples/textarea&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text area&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinput/examples/textinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinputgroup/examples/textinputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/tile/examples/tile&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tile&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timepicker/examples/timepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Time picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timestamp/examples/timestamp&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Timestamp&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/title/examples/title&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Title&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/togglegroup/examples/togglegroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toggle group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/toolbar/examples/toolbar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toolbar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tooltip/examples/tooltip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tooltip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/treeview/examples/treeview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tree view&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/truncate/examples/truncate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Truncate&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/wizard/examples/wizard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Wizard&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Quick starts&quot;],&quot;section&quot;:[0,&quot;extensions&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/layouts/bullseye/examples/bullseye&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Bullseye&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/gallery/examples/gallery&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Gallery&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/grid/examples/grid&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Grid&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/level/examples/level&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Level&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/split/examples/split&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Split&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/layouts/stack/examples/stack&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Stack&quot;],&quot;section&quot;:[0,&quot;layouts&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/demos/cardview/examples/cardview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card view&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/dashboard/examples/dashboard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dashboard&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/demos/primarydetail/examples/primarydetail&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Primary-detail&quot;],&quot;section&quot;:[0,&quot;patterns&quot;],&quot;sortValue&quot;:[0]}]}]]],[1,[[0,{&quot;id&quot;:[0,&quot;docs/utilities/accessibility/examples/accessibility&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accessibility&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/alignment/examples/alignment&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alignment&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/backgroundcolor/examples/backgroundcolor&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background color&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/boxshadow/examples/box-shadow&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Box shadow&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/display/examples/display&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Display&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/flex/examples/flex&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Flex&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/float/examples/float&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Float&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/sizing/examples/sizing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sizing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/spacing/examples/spacing&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spacing&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;docs/utilities/text/examples/text&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text&quot;],&quot;section&quot;:[0,&quot;utility-classes&quot;],&quot;sortValue&quot;:[0]}]}]]]]],&quot;data-astro-transition-scope&quot;:[0,&quot;astro-xikxfxwm-3&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;ReactNav&quot;,&quot;value&quot;:&quot;react&quot;}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item pf-m-current"> <a class="pf-v6-c-tabs__link" href="/components/table/html"> HTML </a> </li><li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/table/html-demos"> HTML demos </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7515" data-pf-content="true" class="pf-v6-c-content--p">import ’./Table.css’</p>
46
+ <h1 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7516" data-pf-content="true" class="pf-v6-c-content--h1">Examples</h1>
47
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7517" data-pf-content="true" class="pf-v6-c-content--h2">Basic table</h2>
48
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7518" data-pf-content="true" class="pf-v6-c-content--h3">Basic table example</h3>
49
49
 
50
50
  <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="1v5nzb" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;table-basic\&quot;\n&gt;\n &lt;caption class=\&quot;pf-v6-c-table__caption\&quot;&gt;This is the table caption&lt;/caption&gt;\n\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
51
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7866" data-pf-content="true" class="pf-v6-c-content--h3">Basic table accessibility</h3>
51
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7519" data-pf-content="true" class="pf-v6-c-content--h3">Basic table accessibility</h3>
52
52
 
53
53
 
54
54
 
@@ -75,7 +75,7 @@
75
75
 
76
76
 
77
77
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>role=&quot;grid&quot;</code></td><td><code>.pf-v6-c-table</code></td><td>Identifies the element that serves as the grid widget container. <strong>Required</strong></td></tr><tr><td><code>aria-label</code></td><td><code>.pf-v6-c-table</code></td><td>Provides an accessible name for the table when a descriptive <code>&lt;caption&gt;</code> or <code>&lt;h*&gt;</code> is not available. <strong>Required in the absence of <code>&lt;caption&gt;</code> or <code>&lt;h*&gt;</code></strong></td></tr><tr><td><code>data-label=&quot;[td description]&quot;</code></td><td><code>&lt;td&gt;</code></td><td>This attribute replaces table header in mobile viewport. It is rendered by <code>::before</code> pseudo element.</td></tr></tbody></table>
78
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7867" data-pf-content="true" class="pf-v6-c-content--h3">Basic table usage</h3>
78
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7520" data-pf-content="true" class="pf-v6-c-content--h3">Basic table usage</h3>
79
79
 
80
80
 
81
81
 
@@ -132,9 +132,9 @@
132
132
 
133
133
 
134
134
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table</code></td><td><code>&lt;table&gt;</code></td><td>Initiates a table element. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-table__thead</code></td><td><code>&lt;tr&gt;</code></td><td>Initiates a table header. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-table__tbody</code></td><td><code>&lt;tr&gt;</code></td><td>Initiates a table body. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-table__tfoot</code></td><td><code>&lt;tr&gt;</code></td><td>Initiates a table footer.</td></tr><tr><td><code>.pf-v6-c-table__tr</code></td><td><code>&lt;tr&gt;</code></td><td>Initiates a table row. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-table__th</code></td><td><code>&lt;th&gt;</code></td><td>Initiates a table header cell. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-table__td</code></td><td><code>&lt;td&gt;</code></td><td>Initiates a table data cell. <strong>Required</strong></td></tr><tr><td><code>.pf-v6-c-table__caption</code></td><td><code>&lt;caption&gt;</code></td><td>Initiates a table caption.</td></tr><tr><td><code>.pf-m-center</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Modifies cell to center its contents.</td></tr></tbody></table>
135
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7868" data-pf-content="true" class="pf-v6-c-content--h2">Responsive table behavior</h2>
136
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7869" data-pf-content="true" class="pf-v6-c-content--h3">Responsive layout modifier usage</h3>
137
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7870" data-pf-content="true" class="pf-v6-c-content--p">These classes can be used to ensure that the table changes between the tabular and grid-based layout at an appropriate screen width.</p>
135
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7521" data-pf-content="true" class="pf-v6-c-content--h2">Responsive table behavior</h2>
136
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7522" data-pf-content="true" class="pf-v6-c-content--h3">Responsive layout modifier usage</h3>
137
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7523" data-pf-content="true" class="pf-v6-c-content--p">These classes can be used to ensure that the table changes between the tabular and grid-based layout at an appropriate screen width.</p>
138
138
 
139
139
 
140
140
 
@@ -155,12 +155,12 @@
155
155
 
156
156
 
157
157
 
158
- <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-grid-md</code>, <code>.pf-m-grid-lg</code>, <code>.pf-m-grid-xl</code>, <code>.pf-m-grid-2xl</code></td><td><code>.pf-v6-c-table</code></td><td>Changes tabular layout to responsive, grid based layout at optional <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7871" data-pf-content="true" class="pf-v6-c-content--a">breakpoint</a>.</td></tr><tr><td><code>.pf-m-grid</code></td><td><code>.pf-v6-c-table</code></td><td>Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value.</td></tr></tbody></table>
159
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7872" data-pf-content="true" class="pf-v6-c-content--h2">Sortable</h2>
160
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7873" data-pf-content="true" class="pf-v6-c-content--h3">Sortable example</h3>
158
+ <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-grid-md</code>, <code>.pf-m-grid-lg</code>, <code>.pf-m-grid-xl</code>, <code>.pf-m-grid-2xl</code></td><td><code>.pf-v6-c-table</code></td><td>Changes tabular layout to responsive, grid based layout at optional <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7524" data-pf-content="true" class="pf-v6-c-content--a">breakpoint</a>.</td></tr><tr><td><code>.pf-m-grid</code></td><td><code>.pf-v6-c-table</code></td><td>Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value.</td></tr></tbody></table>
159
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7525" data-pf-content="true" class="pf-v6-c-content--h2">Sortable</h2>
160
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7526" data-pf-content="true" class="pf-v6-c-content--h3">Sortable example</h3>
161
161
 
162
162
  <astro-island uid="Z5QI6r" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a sortable table example\&quot;\n id=\&quot;table-sortable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort pf-m-help\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__column-help\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;span class=\&quot;pf-v6-c-table__column-help-action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;aria-label&amp;#x3D;&amp;quot;More info&amp;quot;\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-question-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th pf-m-help\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__column-help\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Last commit&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__column-help-action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-no-padding pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;aria-label&amp;#x3D;&amp;quot;More info&amp;quot;\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-question-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
163
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7874" data-pf-content="true" class="pf-v6-c-content--h3">Sortable accessibility</h3>
163
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7527" data-pf-content="true" class="pf-v6-c-content--h3">Sortable accessibility</h3>
164
164
 
165
165
 
166
166
 
@@ -177,7 +177,7 @@
177
177
 
178
178
 
179
179
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>aria-sort=[ascending or descending]</code></td><td><code>.pf-v6-c-table__sort</code></td><td>Indicates if columns in a table are sorted in ascending or descending order. For each table, authors <strong>SHOULD</strong> apply aria-sort to only one header at a time. <strong>Required</strong></td></tr></tbody></table>
180
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7875" data-pf-content="true" class="pf-v6-c-content--h3">Sortable usage</h3>
180
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7528" data-pf-content="true" class="pf-v6-c-content--h3">Sortable usage</h3>
181
181
 
182
182
 
183
183
 
@@ -234,25 +234,25 @@
234
234
 
235
235
 
236
236
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__sort</code></td><td><code>&lt;th&gt;</code></td><td>Initiates a table header sort cell. <strong>Required for sortable table columns</strong></td></tr><tr><td><code>.pf-v6-c-table__button</code></td><td><code>&lt;button&gt;</code>, <code>&lt;a&gt;</code></td><td>Initiates a table header sort cell button. If sorting a table row generates a unique URL that can be used as the <code>href</code> value for this element, use an <code>&lt;a&gt;</code>. Otherwise, use a <code>&lt;button&gt;</code>. <strong>Required for sortable table columns</strong></td></tr><tr><td><code>.pf-v6-c-table__button-content</code></td><td><code>&lt;div&gt;</code></td><td>Initiates a table header sort cell button content container. <strong>Required for sortable table columns</strong> Note: this is only necessary because <code>&lt;button&gt;</code> does not support<code>display: grid</code>.</td></tr><tr><td><code>.pf-v6-c-table__sort-indicator</code></td><td><code>.pf-v6-c-table__sort &gt; .pf-v6-c-table__button &gt; span</code></td><td>Initiates a sort indicator. <strong>Required for sortable table columns</strong></td></tr><tr><td><code>.pf-m-selected</code></td><td><code>.pf-v6-c-table__sort</code></td><td>Modifies for sort selected state. <strong>Required for sortable table columns</strong></td></tr><tr><td><code>.pf-m-help</code></td><td><code>.pf-v6-c-table__sort</code>, <code>.pf-v6-c-table th</code></td><td>Modifies a sortable table header to accommodate a help tooltip. <strong>Required for sortable table columns with help tooltips</strong></td></tr><tr><td><code>.fa-arrows-alt-v</code></td><td><code>.pf-v6-c-table__sort &gt; .pf-v6-c-table__button &gt; .pf-v6-c-table__sort-indicator &gt; .fas</code></td><td>Initiates icon within unsorted, sortable table header. <strong>Required for sortable table columns</strong></td></tr><tr><td><code>.fa-long-arrow-alt-up</code></td><td><code>.pf-v6-c-table__sort &gt; .pf-v6-c-table__button &gt; .pf-v6-c-table__sort-indicator &gt; .fas</code></td><td>Initiates icon within ascending sorted and selected, sortable table header. <strong>Required for sortable table columns</strong></td></tr><tr><td><code>.fa-long-arrow-alt-down</code></td><td><code>.pf-v6-c-table__sort &gt; .pf-v6-c-table__button &gt; .pf-v6-c-table__sort-indicator &gt; .fas</code></td><td>Initiates icon within descending sorted and selected, sortable table header. <strong>Required for sortable table columns</strong></td></tr></tbody></table>
237
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7876" data-pf-content="true" class="pf-v6-c-content--h3">Overflow menu usage, desktop</h3>
237
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7529" data-pf-content="true" class="pf-v6-c-content--h3">Overflow menu usage, desktop</h3>
238
238
 
239
239
  <astro-island uid="ZtVRyy" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;table-with-expanded-overflow-menu\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Pull requests&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-overflow-menu\&quot;\n id=\&quot;table-with-expanded-overflow-menu-overflow-menu-1\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__content\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__group pf-m-button-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-primary\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Start&lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-secondary\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Stop&lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-overflow-menu\&quot;\n id=\&quot;table-with-expanded-overflow-menu-overflow-menu-2\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__content\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__group pf-m-button-group\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-primary\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Start&lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__item\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-secondary\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Stop&lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
240
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7877" data-pf-content="true" class="pf-v6-c-content--h3">Overflow menu usage, overflow menu collapsed</h3>
240
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7530" data-pf-content="true" class="pf-v6-c-content--h3">Overflow menu usage, overflow menu collapsed</h3>
241
241
 
242
242
  <astro-island uid="Z1kMDkS" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;table-with-overflow-menu-collapsed\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-overflow-menu\&quot;\n id=\&quot;table-with-overflow-menu-collapsed-overflow-menu-1\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__control\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-overflow-menu\&quot;\n id=\&quot;table-with-overflow-menu-collapsed-overflow-menu-2\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__control\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
243
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7878" data-pf-content="true" class="pf-v6-c-content--h3">Overflow menu usage, mobile</h3>
243
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7531" data-pf-content="true" class="pf-v6-c-content--h3">Overflow menu usage, mobile</h3>
244
244
 
245
245
  <astro-island uid="ZyO660" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;table-with-overflow-menu-collapsed-mobile\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-overflow-menu\&quot;\n id=\&quot;table-with-overflow-menu-collapsed-mobile-overflow-menu-1\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__control\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-overflow-menu\&quot;\n id=\&quot;table-with-overflow-menu-collapsed-mobile-overflow-menu-2\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-overflow-menu__control\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
246
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7879" data-pf-content="true" class="pf-v6-c-content--h2">With checkboxes, radio select, and actions</h2>
247
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7880" data-pf-content="true" class="pf-v6-c-content--h3">Checkboxes and actions example</h3>
246
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7532" data-pf-content="true" class="pf-v6-c-content--h2">With checkboxes, radio select, and actions</h2>
247
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7533" data-pf-content="true" class="pf-v6-c-content--h3">Checkboxes and actions example</h3>
248
248
 
249
249
  <astro-island uid="1D3uPS" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a table with checkboxes\&quot;\n id=\&quot;table-checkboxes-and-actions\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-checkboxes-and-actions-checkrow-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-checkboxes-and-actions-checkrow-check-input\&quot;\n name=\&quot;table-checkboxes-and-actions-checkrow-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-checkboxes-and-actions-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-checkboxes-and-actions-checkrow-1-check-input\&quot;\n name=\&quot;table-checkboxes-and-actions-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-checkboxes-and-actions-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-checkboxes-and-actions-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-checkboxes-and-actions-checkrow-2-check-input\&quot;\n name=\&quot;table-checkboxes-and-actions-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-checkboxes-and-actions-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-checkboxes-and-actions-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-checkboxes-and-actions-checkrow-3-check-input\&quot;\n name=\&quot;table-checkboxes-and-actions-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-checkboxes-and-actions-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-checkboxes-and-actions-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-checkboxes-and-actions-checkrow-4-check-input\&quot;\n name=\&quot;table-checkboxes-and-actions-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-checkboxes-and-actions-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
250
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7881" data-pf-content="true" class="pf-v6-c-content--h3">Single select radio example</h3>
250
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7534" data-pf-content="true" class="pf-v6-c-content--h3">Single select radio example</h3>
251
251
 
252
252
  <astro-island uid="Z1CBs4L" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is single select table with radio inputs\&quot;\n id=\&quot;table-single-select-radio\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Row select&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-radio pf-m-standalone\&quot;\n id=\&quot;table-single-select-radio-node1-radio\&quot;\n for=\&quot;table-single-select-radio-node1-radio-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-radio__input\&quot;\n type=\&quot;radio\&quot;\n id=\&quot;table-single-select-radio-node1-radio-input\&quot;\n name=\&quot;table-single-select-radio-node1-radio-input\&quot;\n aria-label=\&quot;Standalone radio\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-single-select-radio-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-radio pf-m-standalone\&quot;\n id=\&quot;table-single-select-radio-node2-radio\&quot;\n for=\&quot;table-single-select-radio-node2-radio-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-radio__input\&quot;\n type=\&quot;radio\&quot;\n id=\&quot;table-single-select-radio-node2-radio-input\&quot;\n name=\&quot;table-single-select-radio-node2-radio-input\&quot;\n aria-label=\&quot;Standalone radio\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-single-select-radio-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-radio pf-m-standalone\&quot;\n id=\&quot;table-single-select-radio-node3-radio\&quot;\n for=\&quot;table-single-select-radio-node3-radio-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-radio__input\&quot;\n type=\&quot;radio\&quot;\n id=\&quot;table-single-select-radio-node3-radio-input\&quot;\n name=\&quot;table-single-select-radio-node3-radio-input\&quot;\n aria-label=\&quot;Standalone radio\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-single-select-radio-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-radio pf-m-standalone\&quot;\n id=\&quot;table-single-select-radio-node4-radio\&quot;\n for=\&quot;table-single-select-radio-node4-radio-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-radio__input\&quot;\n type=\&quot;radio\&quot;\n id=\&quot;table-single-select-radio-node4-radio-input\&quot;\n name=\&quot;table-single-select-radio-node4-radio-input\&quot;\n aria-label=\&quot;Standalone radio\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-single-select-radio-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
253
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7973" data-pf-content="true" class="pf-v6-c-content--p">When including interactive elements in a table, the primary, descriptive cell in the corresponding row is a <code>&lt;th&gt;</code>, rather than a <code>&lt;td&gt;</code>. In this example, ‘Node 1’ and ‘Node 2 siemur/test-space’ are <code>&lt;th&gt;</code>s.</p>
254
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7974" data-pf-content="true" class="pf-v6-c-content--p">When header cells are empty or they contain interactive elements, <code>&lt;th&gt;</code> should be replaced with <code>&lt;td&gt;</code>.</p>
255
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7882" data-pf-content="true" class="pf-v6-c-content--h3">Checkboxes, radio select, and actions accessibility</h3>
253
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7626" data-pf-content="true" class="pf-v6-c-content--p">When including interactive elements in a table, the primary, descriptive cell in the corresponding row is a <code>&lt;th&gt;</code>, rather than a <code>&lt;td&gt;</code>. In this example, ‘Node 1’ and ‘Node 2 siemur/test-space’ are <code>&lt;th&gt;</code>s.</p>
254
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7627" data-pf-content="true" class="pf-v6-c-content--p">When header cells are empty or they contain interactive elements, <code>&lt;th&gt;</code> should be replaced with <code>&lt;td&gt;</code>.</p>
255
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7535" data-pf-content="true" class="pf-v6-c-content--h3">Checkboxes, radio select, and actions accessibility</h3>
256
256
 
257
257
 
258
258
 
@@ -274,7 +274,7 @@
274
274
 
275
275
 
276
276
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>aria-labelledby=&quot;[row_header_id]&quot;</code> or <code>aria-label=&quot;[descriptive text]</code></td><td><code>.pf-v6-c-table__check input</code></td><td>Provides an accessible name for the checkbox or radio input. <strong>Required</strong></td></tr><tr><td><code>id</code></td><td>row header <code>&lt;th&gt; &gt; *</code></td><td>Provides an accessible description for the checkbox or radio. <strong>Required if using <code>aria-labelledby</code> for <code>.pf-v6-c-table__check input</code></strong></td></tr></tbody></table>
277
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7883" data-pf-content="true" class="pf-v6-c-content--h3">Checkboxes, radio select, and actions usage</h3>
277
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7536" data-pf-content="true" class="pf-v6-c-content--h3">Checkboxes, radio select, and actions usage</h3>
278
278
 
279
279
 
280
280
 
@@ -301,19 +301,19 @@
301
301
 
302
302
 
303
303
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__check</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Initiates a checkbox or radio input table cell.</td></tr><tr><td><code>.pf-v6-c-table__action</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Initiates an action table cell.</td></tr><tr><td><code>.pf-v6-c-table__inline-edit-action</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Initiates an inline edit action table cell.</td></tr></tbody></table>
304
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7884" data-pf-content="true" class="pf-v6-c-content--h2">Expandable</h2>
305
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7885" data-pf-content="true" class="pf-v6-c-content--p">Note: Table column widths will respond automatically when toggling expanded rows. To retain column widths between expanded and collapsed states, column header and/or data cell widths must be set.</p>
306
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7886" data-pf-content="true" class="pf-v6-c-content--h3">Expandable example</h3>
304
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7537" data-pf-content="true" class="pf-v6-c-content--h2">Expandable</h2>
305
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7538" data-pf-content="true" class="pf-v6-c-content--p">Note: Table column widths will respond automatically when toggling expanded rows. To retain column widths between expanded and collapsed states, column header and/or data cell widths must be set.</p>
306
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7539" data-pf-content="true" class="pf-v6-c-content--h3">Expandable example</h3>
307
307
 
308
308
  <astro-island uid="ocAsy" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Expandable table example\&quot;\n id=\&quot;table-expandable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-expandable-expandable-toggle-thead\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-expandable-content-thead\&quot;\n aria-labelledby=\&quot;table-expandable-node-thead\&quot;\n aria-label=\&quot;Toggle all rows\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-checkrow-thead-check-input\&quot;\n name=\&quot;table-expandable-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-content-1\&quot;\n aria-labelledby=\&quot;table-expandable-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-checkrow-1-check-input\&quot;\n name=\&quot;table-expandable-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 1&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-expandable-content-1\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-expandable-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-expandable-content-2\&quot;\n aria-labelledby=\&quot;table-expandable-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-checkrow-2-check-input\&quot;\n name=\&quot;table-expandable-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 2&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-content-2\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-content-3\&quot;\n aria-labelledby=\&quot;table-expandable-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-checkrow-3-check-input\&quot;\n name=\&quot;table-expandable-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 3&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-content-3\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-content-4\&quot;\n aria-labelledby=\&quot;table-expandable-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-checkrow-4-check-input\&quot;\n name=\&quot;table-expandable-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 4&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-content-4\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Expandable row content has no padding.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
309
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7887" data-pf-content="true" class="pf-v6-c-content--h3">Expandable with set width columns example</h3>
309
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7540" data-pf-content="true" class="pf-v6-c-content--h3">Expandable with set width columns example</h3>
310
310
 
311
311
  <astro-island uid="oSoup" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Expandable table, set column widths example\&quot;\n id=\&quot;expandable-set-width-columns-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;expandable-set-width-columns-example-expandable-toggle-thead\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;expandable-set-width-columns-example-content-thead\&quot;\n aria-labelledby=\&quot;expandable-set-width-columns-example-node-thead\&quot;\n aria-label=\&quot;Toggle all rows\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;expandable-set-width-columns-example-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;expandable-set-width-columns-example-checkrow-thead-check-input\&quot;\n name=\&quot;expandable-set-width-columns-example-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-20 pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-20 pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-10\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Links&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;expandable-set-width-columns-example-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;expandable-set-width-columns-example-content-1\&quot;\n aria-labelledby=\&quot;expandable-set-width-columns-example-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;expandable-set-width-columns-example-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;expandable-set-width-columns-example-checkrow-1-check-input\&quot;\n name=\&quot;expandable-set-width-columns-example-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;expandable-set-width-columns-example-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 1&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n id=\&quot;expandable-set-width-columns-example-content-1\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;4\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;\n &lt;b&gt;Span four&lt;/b&gt;&amp;nbsp;lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n &lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;expandable-set-width-columns-example-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;expandable-set-width-columns-example-content-2\&quot;\n aria-labelledby=\&quot;expandable-set-width-columns-example-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;expandable-set-width-columns-example-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;expandable-set-width-columns-example-checkrow-2-check-input\&quot;\n name=\&quot;expandable-set-width-columns-example-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;expandable-set-width-columns-example-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 2&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n id=\&quot;expandable-set-width-columns-example-content-2\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;2\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Span three and four&lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;2\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Span five and six&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;expandable-set-width-columns-example-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;expandable-set-width-columns-example-content-3\&quot;\n aria-labelledby=\&quot;expandable-set-width-columns-example-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;expandable-set-width-columns-example-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;expandable-set-width-columns-example-checkrow-3-check-input\&quot;\n name=\&quot;expandable-set-width-columns-example-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;expandable-set-width-columns-example-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 3&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n id=\&quot;expandable-set-width-columns-example-content-3\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;\n &lt;b&gt;Span all&lt;/b&gt;&amp;nbsp;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;expandable-set-width-columns-example-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;expandable-set-width-columns-example-content-4\&quot;\n aria-labelledby=\&quot;expandable-set-width-columns-example-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;expandable-set-width-columns-example-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;expandable-set-width-columns-example-checkrow-4-check-input\&quot;\n name=\&quot;expandable-set-width-columns-example-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;expandable-set-width-columns-example-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 4&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n id=\&quot;expandable-set-width-columns-example-content-4\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;3\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Span one, two, and three&lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;2\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Span four and five&lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; colspan=\&quot;2\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Span six and seven&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
312
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7888" data-pf-content="true" class="pf-v6-c-content--h3">Expandable with nested table example</h3>
312
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7541" data-pf-content="true" class="pf-v6-c-content--h3">Expandable with nested table example</h3>
313
313
 
314
314
  <astro-island uid="Z2f20K7" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Expandable with nested table example\&quot;\n id=\&quot;table-expandable-nested-table\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-expandable-nested-table-expandable-toggle-thead\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-expandable-nested-table-content-thead\&quot;\n aria-labelledby=\&quot;table-expandable-nested-table-node-thead\&quot;\n aria-label=\&quot;Toggle all rows\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-nested-table-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-nested-table-checkrow-thead-check-input\&quot;\n name=\&quot;table-expandable-nested-table-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-nested-table-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-nested-table-content-1\&quot;\n aria-labelledby=\&quot;table-expandable-nested-table-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-nested-table-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-nested-table-checkrow-1-check-input\&quot;\n name=\&quot;table-expandable-nested-table-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-nested-table-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 1&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-nested-table-content-1\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table\&quot;\n id=\&quot;table-expandable-nested-table-table-basic\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Repositories&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Workspaces&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-expandable-nested-table-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-expandable-nested-table-content-2\&quot;\n aria-labelledby=\&quot;table-expandable-nested-table-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-nested-table-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-nested-table-checkrow-2-check-input\&quot;\n name=\&quot;table-expandable-nested-table-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-nested-table-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 2&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-nested-table-content-2\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-nested-table-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-nested-table-content-3\&quot;\n aria-labelledby=\&quot;table-expandable-nested-table-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-nested-table-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-nested-table-checkrow-3-check-input\&quot;\n name=\&quot;table-expandable-nested-table-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-nested-table-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 3&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-nested-table-content-3\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-nested-table-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-nested-table-content-4\&quot;\n aria-labelledby=\&quot;table-expandable-nested-table-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-nested-table-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-nested-table-checkrow-4-check-input\&quot;\n name=\&quot;table-expandable-nested-table-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-expandable-nested-table-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 4&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-expandable-nested-table-content-4\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Expandable row content has no padding.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
315
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7975" data-pf-content="true" class="pf-v6-c-content--p">Note: To apply padding to <code>.pf-v6-c-table__expandable-row</code>, wrap the content in <code>.pf-v6-c-table__expandable-row-content</code>. For no padding add <code>.pf-m-no-padding</code> to <code>.pf-v6-c-table__expandable-row</code> &gt; <code>&lt;td&gt;</code></p>
316
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7889" data-pf-content="true" class="pf-v6-c-content--h3">Expandable accessibility</h3>
315
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7628" data-pf-content="true" class="pf-v6-c-content--p">Note: To apply padding to <code>.pf-v6-c-table__expandable-row</code>, wrap the content in <code>.pf-v6-c-table__expandable-row-content</code>. For no padding add <code>.pf-m-no-padding</code> to <code>.pf-v6-c-table__expandable-row</code> &gt; <code>&lt;td&gt;</code></p>
316
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7542" data-pf-content="true" class="pf-v6-c-content--h3">Expandable accessibility</h3>
317
317
 
318
318
 
319
319
 
@@ -355,7 +355,7 @@
355
355
 
356
356
 
357
357
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>hidden</code></td><td><code>.pf-v6-c-table__expandable-row</code></td><td>Indicates that the expandable content is hidden. <strong>Required</strong></td></tr><tr><td><code>aria-expanded=&quot;true&quot;</code></td><td><code>.pf-v6-c-table__toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Indicates that the row is visible. <strong>Required</strong></td></tr><tr><td><code>aria-label=&quot;[descriptive text]&quot;</code></td><td><code>.pf-v6-c-table__toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Provides an accessible name for toggle button. <strong>Required</strong></td></tr><tr><td><code>aria-labelledby=&quot;[title_cell_id] [button_id]&quot;</code></td><td><code>.pf-v6-c-table__toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Provides an accessible description for toggle button. <strong>Required</strong></td></tr><tr><td><code>id=&quot;[button_id]&quot;</code></td><td><code>.pf-v6-c-table__toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Provides a reference for toggle button description. <strong>Required</strong></td></tr><tr><td><code>aria-controls=&quot;[id of element the button controls]&quot;</code></td><td><code>.pf-v6-c-table__toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Identifies the expanded content controlled by the toggle button. <strong>Required</strong></td></tr></tbody></table>
358
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7890" data-pf-content="true" class="pf-v6-c-content--h3">Expandable usage</h3>
358
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7543" data-pf-content="true" class="pf-v6-c-content--h3">Expandable usage</h3>
359
359
 
360
360
 
361
361
 
@@ -392,11 +392,11 @@
392
392
 
393
393
 
394
394
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__toggle-icon</code></td><td><code>&lt;span&gt;</code></td><td>Initiates the table toggle icon wrapper.</td></tr><tr><td><code>.pf-v6-c-table__expandable-row</code></td><td><code>&lt;tr&gt;</code></td><td>Initiates an expandable row.</td></tr><tr><td><code>.pf-v6-c-table__expandable-row-content</code></td><td><code>.pf-v6-c-table__expandable-row</code> &gt; <code>&lt;td&gt;</code> &gt; <code>&lt;div&gt;</code></td><td>Initiates an expandable row content wrapper.</td></tr><tr><td><code>.pf-m-expanded</code></td><td><code>.pf-v6-c-table__toggle</code> &gt; <code>.pf-v6-c-button</code>, <code>.pf-v6-c-table__expandable-row</code></td><td>Modifies for expanded state.</td></tr><tr><td><code>.pf-m-no-padding</code></td><td><code>.pf-v6-c-table__expandable-row</code> &gt; <code>&lt;td&gt;</code></td><td>Modifies the expandable row to have no padding.</td></tr></tbody></table>
395
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7891" data-pf-content="true" class="pf-v6-c-content--h2">Compound expansion</h2>
396
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7892" data-pf-content="true" class="pf-v6-c-content--h3">Compound expansion example</h3>
395
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7544" data-pf-content="true" class="pf-v6-c-content--h2">Compound expansion</h2>
396
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7545" data-pf-content="true" class="pf-v6-c-content--h3">Compound expansion example</h3>
397
397
 
398
398
  <astro-island uid="fBbc3" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Compound expandable table example\&quot;\n id=\&quot;table-compound-expansion\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle pf-m-expanded\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;10\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 234\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;20 minutes&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-1\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-2\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-3\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 2\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 82\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 1\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;1 day ago&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-4\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-5\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-6\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 1\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;2 days ago&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-7\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-8\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;table-compound-expansion-nested-table-9\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
399
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7893" data-pf-content="true" class="pf-v6-c-content--h3">Compound expansion accessibility</h3>
399
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7546" data-pf-content="true" class="pf-v6-c-content--h3">Compound expansion accessibility</h3>
400
400
 
401
401
 
402
402
 
@@ -423,7 +423,7 @@
423
423
 
424
424
 
425
425
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>hidden</code></td><td><code>.pf-v6-c-table__expandable-row</code></td><td>Indicates that the expandable content is hidden. <strong>Required</strong></td></tr><tr><td><code>aria-expanded=&quot;true&quot;</code></td><td><code>.pf-v6-c-table__compound-expansion-toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Indicates that the row is visible. <strong>Required</strong></td></tr><tr><td><code>aria-controls=&quot;[id of element the button controls]&quot;</code></td><td><code>.pf-v6-c-table__compound-expansion-toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Identifies the expanded content controlled by the toggle button. <strong>Required</strong></td></tr></tbody></table>
426
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7894" data-pf-content="true" class="pf-v6-c-content--h3">Compound expansion usage</h3>
426
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7547" data-pf-content="true" class="pf-v6-c-content--h3">Compound expansion usage</h3>
427
427
 
428
428
 
429
429
 
@@ -450,14 +450,14 @@
450
450
 
451
451
 
452
452
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__control-row</code></td><td><code>.pf-v6-c-table__expandable &gt; &lt;tr&gt;</code></td><td>Modifies a compound expandable table control row.</td></tr><tr><td><code>.pf-m-expanded</code></td><td><code>&lt;tbody&gt;</code>, <code>.pf-v6-c-table__compound-expansion-toggle</code> &gt; <code>.pf-v6-c-button</code></td><td>Modifies a tbody with a row and an expandable row.</td></tr><tr><td><code>.pf-v6-c-table__compound-expansion-toggle</code></td><td><code>&lt;td&gt;</code></td><td>Modifies a <code>&lt;td&gt;</code> on active/focus.</td></tr></tbody></table>
453
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7895" data-pf-content="true" class="pf-v6-c-content--h2">Compact variant</h2>
454
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7896" data-pf-content="true" class="pf-v6-c-content--h3">Compact example</h3>
453
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7548" data-pf-content="true" class="pf-v6-c-content--h2">Compact variant</h2>
454
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7549" data-pf-content="true" class="pf-v6-c-content--h3">Compact example</h3>
455
455
 
456
456
  <astro-island uid="2nPhoN" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a compact table example\&quot;\n id=\&quot;table-compact\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-checkrow-thead-check-input\&quot;\n name=\&quot;table-compact-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Contributor&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Position&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Location&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last seen&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Numbers&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__icon\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Icons&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-checkrow-1-check-input\&quot;\n name=\&quot;table-compact-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-node1\&quot;&gt;Sam Jones&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;CSS guru&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Not too sure&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Numbers\&quot;\n &gt;0556&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-checkrow-2-check-input\&quot;\n name=\&quot;table-compact-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-node2\&quot;&gt;Amy Wilson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Visual design&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Raleigh&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Numbers\&quot;\n &gt;9492&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-checkrow-3-check-input\&quot;\n name=\&quot;table-compact-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-node3\&quot;&gt;Steve Wilson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Visual design lead&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Westford&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Numbers\&quot;\n &gt;9929&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-checkrow-4-check-input\&quot;\n name=\&quot;table-compact-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-node4\&quot;&gt;Emma Jackson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Interaction design&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Westford&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2217&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
457
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7897" data-pf-content="true" class="pf-v6-c-content--h3">Compact expandable example</h3>
457
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7550" data-pf-content="true" class="pf-v6-c-content--h3">Compact expandable example</h3>
458
458
 
459
459
  <astro-island uid="Z1qjmBs" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-compact pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Compact expandable table example\&quot;\n id=\&quot;table-compact-expandable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-thead\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-compact-expandable-content-thead\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-thead\&quot;\n aria-label=\&quot;Toggle all rows\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-thead-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-compact-expandable-content-1\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-1-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-compact-expandable-content-1\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-compact-expandable-content-2\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-2-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact pf-m-no-padding\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-compact-expandable-content-2\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-compact-expandable-content-3\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-3-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-compact-expandable-content-3\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-compact-expandable-content-4\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-4-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact pf-m-no-padding\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-compact-expandable-content-4\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;This content has no padding.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-5\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-compact-expandable-content-5\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-5\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-5-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-5-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-5-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node5\&quot;&gt;Node 5&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-compact-expandable-content-5\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-6\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-compact-expandable-content-6\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-6\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-6-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-6-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-6-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node6\&quot;&gt;Node 6&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n id=\&quot;table-compact-expandable-content-6\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-compact\&quot; role=\&quot;cell\&quot; colspan=\&quot;2\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-compact\&quot; role=\&quot;cell\&quot; colspan=\&quot;2\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-7\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-compact-expandable-content-7\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-7\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-7-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-7-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-7-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node7\&quot;&gt;Node 7&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-compact-expandable-content-7\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-8\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-compact-expandable-content-8\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-8\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-8-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-8-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-8-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node8\&quot;&gt;Node 8&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n id=\&quot;table-compact-expandable-content-8\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-compact\&quot; role=\&quot;cell\&quot; colspan=\&quot;4\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-compact\&quot; role=\&quot;cell\&quot; colspan=\&quot;3\&quot;&gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-small pf-m-plain\&quot;\n id=\&quot;table-compact-expandable-expandable-toggle-9\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-compact-expandable-content-9\&quot;\n aria-labelledby=\&quot;table-compact-expandable-node-9\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-compact-expandable-checkrow-9-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-compact-expandable-checkrow-9-check-input\&quot;\n name=\&quot;table-compact-expandable-checkrow-9-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-compact-expandable-node9\&quot;&gt;Node 9&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-compact-expandable-content-9\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
460
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7898" data-pf-content="true" class="pf-v6-c-content--h3">Compact Usage</h3>
460
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7551" data-pf-content="true" class="pf-v6-c-content--h3">Compact Usage</h3>
461
461
 
462
462
 
463
463
 
@@ -474,14 +474,14 @@
474
474
 
475
475
 
476
476
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-compact</code></td><td><code>.pf-v6-c-table</code></td><td>Modifies for a compact table.</td></tr></tbody></table>
477
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7899" data-pf-content="true" class="pf-v6-c-content--h2">Clickable</h2>
478
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7900" data-pf-content="true" class="pf-v6-c-content--h3">Clickable example</h3>
477
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7552" data-pf-content="true" class="pf-v6-c-content--h2">Clickable</h2>
478
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7553" data-pf-content="true" class="pf-v6-c-content--h3">Clickable example</h3>
479
479
 
480
480
  <astro-island uid="Z1Sbvqs" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Clickable and selectable table example\&quot;\n id=\&quot;table-clickable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-clickable-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-clickable-checkrow-thead-check-input\&quot;\n name=\&quot;table-clickable-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;State&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-clickable\&quot;\n role=\&quot;row\&quot;\n tabindex&amp;#x26;#x3D;&amp;#x26;quot;0&amp;#x26;quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-clickable-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-clickable-checkrow-1-check-input\&quot;\n name=\&quot;table-clickable-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div id=\&quot;table-clickable-node1\&quot;&gt;Clickable&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-clickable pf-m-selected\&quot;\n role=\&quot;row\&quot;\n tabindex&amp;#x26;#x3D;&amp;#x26;quot;0&amp;#x26;quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-clickable-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-clickable-checkrow-2-check-input\&quot;\n name=\&quot;table-clickable-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div id=\&quot;table-clickable-node2\&quot;&gt;\n &lt;b&gt;Clicked&lt;/b&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-clickable\&quot;\n role=\&quot;row\&quot;\n tabindex&amp;#x26;#x3D;&amp;#x26;quot;0&amp;#x26;quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-clickable-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-clickable-checkrow-3-check-input\&quot;\n name=\&quot;table-clickable-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div id=\&quot;table-clickable-node3\&quot;&gt;Clickable&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
481
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7901" data-pf-content="true" class="pf-v6-c-content--h3">Clickable and expandable example</h3>
481
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7554" data-pf-content="true" class="pf-v6-c-content--h3">Clickable and expandable example</h3>
482
482
 
483
483
  <astro-island uid="Z1eNTf2" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Expandable and clickable table example\&quot;\n id=\&quot;table-expandable-clickable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-clickable-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-clickable-checkrow-thead-check-input\&quot;\n name=\&quot;table-expandable-clickable-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody\n class=\&quot;pf-v6-c-table__tbody pf-m-clickable\&quot;\n role=\&quot;rowgroup\&quot;\n tabindex=\&quot;0\&quot;\n &gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-expandable-clickable-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-expandable-clickable-content-1\&quot;\n aria-labelledby=\&quot;table-expandable-clickable-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-clickable-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-clickable-checkrow-1-check-input\&quot;\n name=\&quot;table-expandable-clickable-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div&gt;\n &lt;div id=\&quot;table-expandable-clickable-node1\&quot;&gt;Clickable and not expanded&lt;/div&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 1&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-expandable-clickable-content-1\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Expandable content&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody\n class=\&quot;pf-v6-c-table__tbody pf-m-clickable pf-m-selected\&quot;\n role=\&quot;rowgroup\&quot;\n tabindex=\&quot;0\&quot;\n &gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-clickable-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-clickable-content-2\&quot;\n aria-labelledby=\&quot;table-expandable-clickable-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-clickable-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-clickable-checkrow-2-check-input\&quot;\n name=\&quot;table-expandable-clickable-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div&gt;\n &lt;div id=\&quot;table-expandable-clickable-node2\&quot;&gt;\n &lt;b&gt;Clicked and expanded&lt;/b&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 2&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-expandable-clickable-content-2\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Expandable content&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody\n class=\&quot;pf-v6-c-table__tbody pf-m-clickable\&quot;\n role=\&quot;rowgroup\&quot;\n tabindex=\&quot;0\&quot;\n &gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-expandable-clickable-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-expandable-clickable-content-3\&quot;\n aria-labelledby=\&quot;table-expandable-clickable-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-clickable-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-clickable-checkrow-3-check-input\&quot;\n name=\&quot;table-expandable-clickable-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div&gt;\n &lt;div id=\&quot;table-expandable-clickable-node3\&quot;&gt;Clickable and not expanded&lt;/div&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 3&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-expandable-clickable-content-3\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Expandable content&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody\n class=\&quot;pf-v6-c-table__tbody pf-m-clickable\&quot;\n role=\&quot;rowgroup\&quot;\n tabindex=\&quot;0\&quot;\n &gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-expandable-clickable-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-expandable-clickable-content-4\&quot;\n aria-labelledby=\&quot;table-expandable-clickable-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-expandable-clickable-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-expandable-clickable-checkrow-4-check-input\&quot;\n name=\&quot;table-expandable-clickable-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;\n &lt;div&gt;\n &lt;div id=\&quot;table-expandable-clickable-node4\&quot;&gt;Clickable and expanded&lt;/div&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 4&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-expandable-clickable-content-4\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__expandable-row-content\&quot;&gt;Expandable content&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
484
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7902" data-pf-content="true" class="pf-v6-c-content--h3">Clickable accessibility</h3>
484
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7555" data-pf-content="true" class="pf-v6-c-content--h3">Clickable accessibility</h3>
485
485
 
486
486
 
487
487
 
@@ -498,7 +498,7 @@
498
498
 
499
499
 
500
500
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>tabindex=&quot;0&quot;</code></td><td><code>.pf-v6-c-table tbody.pf-m-clickable</code></td><td>Inserts the clickable table element into the tab order of the page so that it is focusable. <strong>Required</strong></td></tr></tbody></table>
501
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7903" data-pf-content="true" class="pf-v6-c-content--h3">Clickable and selected usage</h3>
501
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7556" data-pf-content="true" class="pf-v6-c-content--h3">Clickable and selected usage</h3>
502
502
 
503
503
 
504
504
 
@@ -520,20 +520,20 @@
520
520
 
521
521
 
522
522
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-clickable</code></td><td><code>.pf-v6-c-table tbody</code>, <code>.pf-v6-c-table tr</code></td><td>Modifies a tbody or tr table element to be clickable.</td></tr><tr><td><code>.pf-m-selected</code></td><td><code>.pf-v6-c-table tbody</code>, <code>.pf-v6-c-table tr</code></td><td>Modifies a selectable tbody or tr table element to be selected.</td></tr></tbody></table>
523
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7904" data-pf-content="true" class="pf-v6-c-content--h2">Tree table</h2>
524
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7905" data-pf-content="true" class="pf-v6-c-content--h3">Tree table basic</h3>
523
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7557" data-pf-content="true" class="pf-v6-c-content--h2">Tree table</h2>
524
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7558" data-pf-content="true" class="pf-v6-c-content--h3">Tree table basic</h3>
525
525
 
526
526
  <astro-island uid="1DoU2o" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-tree-view pf-m-tree-view-grid-lg\&quot;\n aria-label=\&quot;This is a simple tree table example\&quot;\n role=\&quot;treegrid\&quot;\n id=\&quot;tree-table-basic-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-header-cell\&quot;\n scope=\&quot;col\&quot;\n &gt;Name&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Count&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Size&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Data Stores&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot;&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;1\&quot;\n aria-setsize=\&quot;1\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-basic-example-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-basic-example-node-1 tree-table-basic-example-expandable-toggle-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-1\n &gt;Level 1 all folders&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-1--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-1\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-tree-view-details-expanded\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;false\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;tree-table-basic-example-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;tree-table-basic-example-node-2 tree-table-basic-example-expandable-toggle-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-2\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-label=\&quot;tree-table-basic-example-2--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-2\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-3\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-3--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-3\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-4\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-4--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-4\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-5\n &gt;Level 2 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-5--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-5\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;3\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-6\n &gt;Level 2 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-6--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-6\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;4\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-basic-example-expandable-toggle-7\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-basic-example-node-7 tree-table-basic-example-expandable-toggle-7\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-7\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-7--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-7\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;3\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-8\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-8--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-8\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-basic-example-expandable-toggle-9\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-basic-example-node-9 tree-table-basic-example-expandable-toggle-9\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-9\n &gt;Level 3 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-9--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-9\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-tree-view-details-expanded\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;1\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-10\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-label=\&quot;tree-table-basic-example-10--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-10\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-11\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-11--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-11\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;5\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-basic-example-expandable-toggle-12\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-basic-example-node-12 tree-table-basic-example-expandable-toggle-12\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-12\n &gt;Level 3 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-12--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-12\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-13\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-13--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-13\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-14\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-14--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-14\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;6\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;false\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;tree-table-basic-example-expandable-toggle-15\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;tree-table-basic-example-node-15 tree-table-basic-example-expandable-toggle-15\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-15\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-15--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-15\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-16\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-16--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-16\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-basic-example-node-17\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-basic-example-17--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-basic-example-actions-17\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
527
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7906" data-pf-content="true" class="pf-v6-c-content--h3">Tree table with checkboxes</h3>
527
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7559" data-pf-content="true" class="pf-v6-c-content--h3">Tree table with checkboxes</h3>
528
528
 
529
529
  <astro-island uid="Z1GaKxG" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-tree-view pf-m-tree-view-grid-lg\&quot;\n aria-label=\&quot;This is a simple tree table, with checkboxes example\&quot;\n role=\&quot;treegrid\&quot;\n id=\&quot;tree-table-with-checkboxes-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-header-cell\&quot;\n scope=\&quot;col\&quot;\n &gt;Name&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Count&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Size&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Data Stores&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot;&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;1\&quot;\n aria-setsize=\&quot;1\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-example-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-example-node-1 tree-table-with-checkboxes-example-expandable-toggle-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-1-level-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-1-level-1-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-1-level-1-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-1\n &gt;Level 1 all folders&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-1--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-1\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-tree-view-details-expanded\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;false\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-example-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-example-node-2 tree-table-with-checkboxes-example-expandable-toggle-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-2-level-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-2-level-2-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-2-level-2-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-2\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-2--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-2\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-3-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-3-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-3\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-3--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-3\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-4-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-4-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-4\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-4--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-4\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-2-level-5-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-2-level-5-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-2-level-5-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-5\n &gt;Level 2 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-5--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-5\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;3\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-2-level-6-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-2-level-6-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-2-level-6-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-6\n &gt;Level 2 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-6--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-6\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;4\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-example-expandable-toggle-7\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-example-node-7 tree-table-with-checkboxes-example-expandable-toggle-7\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-2-level-7-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-2-level-7-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-2-level-7-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-7\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-7--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-7\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;3\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-8-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-8-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-8-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-8\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-8--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-8\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-example-expandable-toggle-9\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-example-node-9 tree-table-with-checkboxes-example-expandable-toggle-9\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-9-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-9-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-9-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-9\n &gt;Level 3 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-9--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-9\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-tree-view-details-expanded\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;1\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-4-level-10-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-4-level-10-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-4-level-10-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-10\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-10--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-10\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-11-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-11-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-11-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-11\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-11--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-11\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;5\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-example-expandable-toggle-12\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-example-node-12 tree-table-with-checkboxes-example-expandable-toggle-12\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-12-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-12-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-12-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-12\n &gt;Level 3 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-12--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-12\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-4-level-13-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-4-level-13-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-4-level-13-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-13\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-13--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-13\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-4-level-14-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-4-level-14-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-4-level-14-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-14\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-14--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-14\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;6\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;false\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-example-expandable-toggle-15\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-example-node-15 tree-table-with-checkboxes-example-expandable-toggle-15\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-2-level-15-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-2-level-15-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-2-level-15-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-15\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-15--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-15\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-16-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-16-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-16-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-16\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-16--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-16\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-example-level-3-level-17-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-example-level-3-level-17-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-example-level-3-level-17-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-example-node-17\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-example-17--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-example-actions-17\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
530
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7907" data-pf-content="true" class="pf-v6-c-content--h3">Tree table with checkboxes and icons</h3>
530
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7560" data-pf-content="true" class="pf-v6-c-content--h3">Tree table with checkboxes and icons</h3>
531
531
 
532
532
  <astro-island uid="1pJWyv" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-tree-view pf-m-tree-view-grid-lg\&quot;\n role=\&quot;treegrid\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-header-cell\&quot;\n scope=\&quot;col\&quot;\n &gt;Name&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Count&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Size&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Data Stores&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot;&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;1\&quot;\n aria-setsize=\&quot;1\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-icons-example-node-1 tree-table-with-checkboxes-icons-example-expandable-toggle-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-1-level-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-1-level-1-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-1-level-1-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-folder\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-1\n &gt;Level 1 all folders&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-1--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-1\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-tree-view-details-expanded\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;false\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-icons-example-node-2 tree-table-with-checkboxes-icons-example-expandable-toggle-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-2-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-2-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-folder\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-2\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-2--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-2\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-3-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-3-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-3\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-3--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-3\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-4-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-4-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-4\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-4--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-4\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-5-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-5-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-5-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-5\n &gt;Level 2 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-5--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-5\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;3\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-6-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-6-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-6-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-6\n &gt;Level 2 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-6--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-6\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;4\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-expandable-toggle-7\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-icons-example-node-7 tree-table-with-checkboxes-icons-example-expandable-toggle-7\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-7-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-7-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-7-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-folder\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-7\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-7--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-7\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;3\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-8-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-8-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-8-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-8\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-8--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-8\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-expandable-toggle-9\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-icons-example-node-9 tree-table-with-checkboxes-icons-example-expandable-toggle-9\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-9-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-9-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-9-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-folder\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-9\n &gt;Level 3 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-9--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-9\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-tree-view-details-expanded\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;1\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-10-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-10-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-10-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-10\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-10--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-10\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-11-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-11-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-11-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-11\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-11--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-11\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;5\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;true\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-expandable-toggle-12\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-icons-example-node-12 tree-table-with-checkboxes-icons-example-expandable-toggle-12\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-12-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-12-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-12-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-folder\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-12\n &gt;Level 3 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-12--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-12\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-13-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-13-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-13-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-13\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-13--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-13\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;4\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-14-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-14-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-4-level-14-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-14\n &gt;Level 4 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-14--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-14\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;2\&quot;\n aria-setsize=\&quot;5\&quot;\n aria-posinset=\&quot;6\&quot;\n tabindex=\&quot;0\&quot;\n aria-expanded=\&quot;false\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-expandable-toggle-15\&quot;\n type=\&quot;button\&quot;\n aria-labelledby=\&quot;tree-table-with-checkboxes-icons-example-node-15 tree-table-with-checkboxes-icons-example-expandable-toggle-15\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-15-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-15-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-2-level-15-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-folder\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-15\n &gt;Level 2 node&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-15--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-15\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;1\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-16-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-16-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-16-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-16\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-16--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-16\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr\&quot;\n aria-level=\&quot;3\&quot;\n aria-setsize=\&quot;2\&quot;\n aria-posinset=\&quot;2\&quot;\n tabindex=\&quot;-1\&quot;\n hidden\n role=\&quot;row\&quot;\n &gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-17-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-17-check-input\&quot;\n name=\&quot;tree-table-with-checkboxes-icons-example-level-3-level-17-check-input\&quot;\n aria-label=\&quot;Standalone check\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/span&gt;\n\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-fw fa-leaf\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-with-checkboxes-icons-example-node-17\n &gt;Level 3 leaf&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-with-checkboxes-icons-example-17--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot; role=\&quot;gridcell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n id=\&quot;tree-table-with-checkboxes-icons-example-actions-17\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
533
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7908" data-pf-content="true" class="pf-v6-c-content--h3">Tree with no children or indentation</h3>
533
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7561" data-pf-content="true" class="pf-v6-c-content--h3">Tree with no children or indentation</h3>
534
534
 
535
535
  <astro-island uid="hQd3t" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-tree-view pf-m-no-inset pf-m-tree-view-grid-lg\&quot;\n role=\&quot;treegrid\&quot;\n aria-label=\&quot;This is a simple tree table with no indentation\&quot;\n id=\&quot;tree-table-indent-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-header-cell\&quot;\n scope=\&quot;col\&quot;\n &gt;Name&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Count&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Size&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Data Stores&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-indent-example-node-1\n &gt;Level 1, leaf 1&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-indent-example-1--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-indent-example-node-2\n &gt;Level 1, leaf 2&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-indent-example-2--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-indent-example-node-3\n &gt;Level 1, leaf 3&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-indent-example-3--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-indent-example-node-4\n &gt;Level 1, leaf 4&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-indent-example-4--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-indent-example-node-5\n &gt;Level 1, leaf 5&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-indent-example-5--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-main\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__tree-view-text\&quot;&gt;\n &lt;span\n class=\&quot;pf-v6-c-table__text\&quot;\n tree-table-indent-example-node-6\n &gt;Level 1, leaf 6&lt;/span&gt;\n &lt;/div&gt;\n &lt;span class=\&quot;pf-v6-c-table__tree-view-details-toggle\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;tree-table-indent-example-6--tree-table--details-toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__details-toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-h\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Migration assessment\&quot;\n &gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;gridcell\&quot; data-label=\&quot;Size of VM\&quot;&gt;25&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;gridcell\&quot;\n data-label=\&quot;Number of Data Stores\&quot;\n &gt;5&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
536
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7909" data-pf-content="true" class="pf-v6-c-content--h3">Tree table accessibility</h3>
536
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7562" data-pf-content="true" class="pf-v6-c-content--h3">Tree table accessibility</h3>
537
537
 
538
538
 
539
539
 
@@ -595,7 +595,7 @@
595
595
 
596
596
 
597
597
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>role=&quot;treegrid&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view</code></td><td>Identifies the <code>table</code> as a treegrid. <strong>Place on the outermost <code>table</code> only</strong></td></tr><tr><td><code>role=&quot;row&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>Identifies the <code>tr</code> element as a <code>row</code>. The row role is not an implicit semantic for the tr element when in a treegrid.</td></tr><tr><td><code>role=&quot;gridcell&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>Identifies the <code>td</code> as a gridcell. The <code>gridcell</code> role is not an implicit semantic for the td element when in a treegrid.</td></tr><tr><td><code>tabindex=&quot;-1&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>Makes the element with the treeitem role focusable without including it in the tab sequence of the page.</td></tr><tr><td><code>tabindex=&quot;0&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>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.</td></tr><tr><td><code>aria-expanded=&quot;false&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>For an expandable item, indicates the parent node is closed, i.e., the descendant elements are not visible.</td></tr><tr><td><code>aria-expanded=&quot;true&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr.pf-m-expanded</code></td><td>Indicates the parent node is open, i.e., the descendant elements are visible.</td></tr><tr><td><code>aria-level=&quot;number&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>Defines the level of the row in the hierarchical treegrid structure. Counting is one-based. Root rows have aria-level=“1”.</td></tr><tr><td><code>aria-setsize=&quot;number&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>Defines the number of rows in the set of rows that are in the same branch and at the same level within the hierarchy.</td></tr><tr><td><code>aria-posinset=&quot;number&quot;</code></td><td><code>.pf-v6-c-table.pf-m-tree-view tr</code></td><td>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.</td></tr></tbody></table>
598
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7910" data-pf-content="true" class="pf-v6-c-content--h3">Tree table usage</h3>
598
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7563" data-pf-content="true" class="pf-v6-c-content--h3">Tree table usage</h3>
599
599
 
600
600
 
601
601
 
@@ -647,20 +647,20 @@
647
647
 
648
648
 
649
649
  <table><thead><tr><th>Class</th><th>Applied</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__tree-view-main</code></td><td><code>&lt;div&gt;</code></td><td>Initiates a tree view table main container. <strong>Required with tree view</strong></td></tr><tr><td><code>.pf-v6-c-table__tree-view-text</code></td><td><code>&lt;div&gt;</code></td><td>Initiates a tree view table text element. <strong>Required with tree view</strong></td></tr><tr><td><code>.pf-v6-c-table__tree-view-icon</code></td><td><code>&lt;span&gt;</code></td><td>Initiates a tree view icon wrapper. <strong>Required with tree view</strong></td></tr><tr><td><code>.pf-v6-c-table__tree-view-title-header-cell</code></td><td><code>&lt;th&gt;</code></td><td>Initiates a tree view title header cell. <strong>Required with tree view</strong></td></tr><tr><td><code>.pf-v6-c-table__tree-view-details-toggle</code></td><td><code>&lt;span&gt;</code></td><td>Initiates a tree view details toggle container.</td></tr><tr><td><code>.pf-v6-c-table__tree-view-details-toggle-icon</code></td><td><code>&lt;span&gt;</code></td><td>Initiates a tree view details toggle icon.</td></tr><tr><td><code>.pf-m-treeview-details-expanded</code></td><td><code>&lt;tr&gt;</code></td><td>Modifies a tbody with a row and an expandable row.</td></tr><tr><td><code>.pf-m-no-inset</code></td><td><code>.pf-v6-c-table.pf-m-tree-view</code> , <code>.pf-v6-c-table.pf-m-tree-view &lt;tr&gt;</code></td><td>Modifies a tree view <code>.pf-v6-c-table__tree-view-main</code> indentation.</td></tr></tbody></table>
650
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7911" data-pf-content="true" class="pf-v6-c-content--h2">Borderless variant</h2>
651
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7912" data-pf-content="true" class="pf-v6-c-content--h3">Borderless example</h3>
650
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7564" data-pf-content="true" class="pf-v6-c-content--h2">Borderless variant</h2>
651
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7565" data-pf-content="true" class="pf-v6-c-content--h3">Borderless example</h3>
652
652
 
653
653
  <astro-island uid="Z8LOl8" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a compact table with border rows example\&quot;\n id=\&quot;borderless-table\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-checkrow-thead-check-input\&quot;\n name=\&quot;borderless-table-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Contributor&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Position&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Location&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last seen&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Numbers&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__icon\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Icons&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-checkrow-1-check-input\&quot;\n name=\&quot;borderless-table-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-node1\&quot;&gt;Sam Jones&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Position\&quot;&gt;CSS guru&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Not too sure&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Numbers\&quot;&gt;0556&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-checkrow-2-check-input\&quot;\n name=\&quot;borderless-table-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-node2\&quot;&gt;Amy Wilson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Visual design&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Location\&quot;&gt;Raleigh&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Numbers\&quot;&gt;9492&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-checkrow-3-check-input\&quot;\n name=\&quot;borderless-table-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-node3\&quot;&gt;Steve Wilson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Visual design lead&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Location\&quot;&gt;Westford&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Numbers\&quot;&gt;9929&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-checkrow-4-check-input\&quot;\n name=\&quot;borderless-table-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-node4\&quot;&gt;Emma Jackson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Interaction design&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Location\&quot;&gt;Westford&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;2217&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
654
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7913" data-pf-content="true" class="pf-v6-c-content--h3">Borderless compact example</h3>
654
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7566" data-pf-content="true" class="pf-v6-c-content--h3">Borderless compact example</h3>
655
655
 
656
656
  <astro-island uid="2q7vsO" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-grid-md pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a compact table with border rows example\&quot;\n id=\&quot;borderless-compact-table\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-compact-table-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-compact-table-checkrow-thead-check-input\&quot;\n name=\&quot;borderless-compact-table-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Contributor&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Position&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Location&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last seen&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Numbers&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__icon\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Icons&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-compact-table-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-compact-table-checkrow-1-check-input\&quot;\n name=\&quot;borderless-compact-table-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-compact-table-node1\&quot;&gt;Sam Jones&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;CSS guru&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Not too sure&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Numbers\&quot;\n &gt;0556&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-compact-table-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-compact-table-checkrow-2-check-input\&quot;\n name=\&quot;borderless-compact-table-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-compact-table-node2\&quot;&gt;Amy Wilson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Visual design&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Raleigh&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Numbers\&quot;\n &gt;9492&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-compact-table-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-compact-table-checkrow-3-check-input\&quot;\n name=\&quot;borderless-compact-table-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-compact-table-node3\&quot;&gt;Steve Wilson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Visual design lead&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Westford&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last seen\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Numbers\&quot;\n &gt;9929&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-compact-table-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-compact-table-checkrow-4-check-input\&quot;\n name=\&quot;borderless-compact-table-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-compact-table-node4\&quot;&gt;Emma Jackson&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Position\&quot;\n &gt;Interaction design&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Location\&quot;\n &gt;Westford&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2217&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__icon pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Icon\&quot;\n &gt;\n &lt;i class=\&quot;fas fa-check\&quot;&gt;&lt;/i&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-compact\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Action\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;Action link&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain pf-m-small\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
657
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7914" data-pf-content="true" class="pf-v6-c-content--h3">Borderless expandable example</h3>
657
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7567" data-pf-content="true" class="pf-v6-c-content--h3">Borderless expandable example</h3>
658
658
 
659
659
  <astro-island uid="1Gj3e9" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-lg pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Expandable table example\&quot;\n id=\&quot;borderless-table-expandable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Expand rows&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-expandable-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-expandable-checkrow-thead-check-input\&quot;\n name=\&quot;borderless-table-expandable-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;borderless-table-expandable-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;borderless-table-expandable-content-1\&quot;\n aria-labelledby=\&quot;borderless-table-expandable-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-expandable-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-expandable-checkrow-1-check-input\&quot;\n name=\&quot;borderless-table-expandable-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-expandable-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 1&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;borderless-table-expandable-content-1\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;borderless-table-expandable-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;borderless-table-expandable-content-2\&quot;\n aria-labelledby=\&quot;borderless-table-expandable-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-expandable-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-expandable-checkrow-2-check-input\&quot;\n name=\&quot;borderless-table-expandable-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-expandable-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 2&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;borderless-table-expandable-content-2\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;borderless-table-expandable-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;borderless-table-expandable-content-3\&quot;\n aria-labelledby=\&quot;borderless-table-expandable-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-expandable-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-expandable-checkrow-3-check-input\&quot;\n name=\&quot;borderless-table-expandable-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-expandable-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 3&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;borderless-table-expandable-content-3\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;borderless-table-expandable-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;borderless-table-expandable-content-4\&quot;\n aria-labelledby=\&quot;borderless-table-expandable-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;borderless-table-expandable-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;borderless-table-expandable-checkrow-4-check-input\&quot;\n name=\&quot;borderless-table-expandable-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;borderless-table-expandable-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 4&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;borderless-table-expandable-content-4\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Expandable row content has no padding.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
660
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7915" data-pf-content="true" class="pf-v6-c-content--h3">Borderless with compound expansion example</h3>
660
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7568" data-pf-content="true" class="pf-v6-c-content--h3">Borderless with compound expansion example</h3>
661
661
 
662
662
  <astro-island uid="ZhXtJp" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-md pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Compound expandable table example\&quot;\n id=\&quot;borderless-compound-expansion-table\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;10\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 234\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;20 minutes&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-1-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-2-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-3-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;10\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 234\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;20 minutes&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-4-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-5-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-6-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 2\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle pf-m-expanded\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 82\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 1\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;1 day ago&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-7-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-8-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-9-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__control-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repositories\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 4\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__compound-expansion-toggle\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;&amp;nbsp;\n 1\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; data-label=\&quot;Workspaces\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;span&gt;2 days ago&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Open in Github&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-10-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-11-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot; role=\&quot;cell\&quot; colspan=\&quot;7\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-compact pf-m-no-border-rows\&quot;\n role=\&quot;grid\&quot;\n id=\&quot;borderless-compound-expansion-table-nested-table-12-\&quot;\n aria-label=\&quot;Nested table\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Description&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Date&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Status&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item one&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item two&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Warning&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item three&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item four&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Description\&quot;\n &gt;Item five&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Date\&quot;\n &gt;May 9, 2018&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Status\&quot;\n &gt;Active&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
663
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7916" data-pf-content="true" class="pf-v6-c-content--h3">Borderless usage</h3>
663
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7569" data-pf-content="true" class="pf-v6-c-content--h3">Borderless usage</h3>
664
664
 
665
665
 
666
666
 
@@ -682,12 +682,12 @@
682
682
 
683
683
 
684
684
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-no-border-rows</code></td><td><code>.pf-v6-c-table.pf-m-compact</code></td><td>Modifies to remove borders between rows. <strong>Note: Does not affect <code>.pf-v6-c-table__control-row</code>.</strong></td></tr><tr><td><code>.pf-m-expandable</code></td><td><code>.pf-v6-c-table.pf-m-compact</code></td><td>Indicates that the table has expandable rows.</td></tr></tbody></table>
685
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7917" data-pf-content="true" class="pf-v6-c-content--h2">Width modifiers</h2>
686
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7918" data-pf-content="true" class="pf-v6-c-content--h3">Width modifiers examples</h3>
685
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7570" data-pf-content="true" class="pf-v6-c-content--h2">Width modifiers</h2>
686
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7571" data-pf-content="true" class="pf-v6-c-content--h3">Width modifiers examples</h3>
687
687
 
688
688
  <astro-island uid="Z2juOxQ" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a width modifier expandable\&quot;\n id=\&quot;table-width-modifiers\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-width-modifiers-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-width-modifiers-checkrow-thead-check-input\&quot;\n name=\&quot;table-width-modifiers-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Workspaces&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-width-modifiers-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-width-modifiers-checkrow-1-check-input\&quot;\n name=\&quot;table-width-modifiers-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-width-modifiers-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-width-modifiers-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-width-modifiers-checkrow-2-check-input\&quot;\n name=\&quot;table-width-modifiers-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-width-modifiers-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-width-modifiers-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-width-modifiers-checkrow-3-check-input\&quot;\n name=\&quot;table-width-modifiers-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-width-modifiers-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-width-modifiers-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-width-modifiers-checkrow-4-check-input\&quot;\n name=\&quot;table-width-modifiers-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-width-modifiers-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
689
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7919" data-pf-content="true" class="pf-v6-c-content--h3">Width modifiers usage</h3>
690
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7989" data-pf-content="true" class="pf-v6-c-content--p">Width modifiers control the width of the columns. To control the responsive behavior of the table at different screen widths, see <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7920" data-pf-content="true" class="pf-v6-c-content--a">responsive table behavior</a>.</p>
689
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7572" data-pf-content="true" class="pf-v6-c-content--h3">Width modifiers usage</h3>
690
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7642" data-pf-content="true" class="pf-v6-c-content--p">Width modifiers control the width of the columns. To control the responsive behavior of the table at different screen widths, see <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7573" data-pf-content="true" class="pf-v6-c-content--a">responsive table behavior</a>.</p>
691
691
 
692
692
 
693
693
 
@@ -714,11 +714,11 @@
714
714
 
715
715
 
716
716
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-width-[10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, or 90]</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Percentage based modifier for <code>th</code> and <code>td</code> widths. <strong>Recommended for sortable title cell</strong></td></tr><tr><td><code>.pf-m-width-max</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Percentage based modifier for <code>th</code> and <code>td</code> maximum width.</td></tr><tr><td><code>.pf-m-fit-content</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Percentage based modifier for <code>th</code> and <code>td</code> minimum width with no text wrapping.</td></tr></tbody></table>
717
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7921" data-pf-content="true" class="pf-v6-c-content--h2">Hidden/visible breakpoint modifiers</h2>
718
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7922" data-pf-content="true" class="pf-v6-c-content--h3">Hidden/visible breakpoint modifiers example</h3>
717
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7574" data-pf-content="true" class="pf-v6-c-content--h2">Hidden/visible breakpoint modifiers</h2>
718
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7575" data-pf-content="true" class="pf-v6-c-content--h3">Hidden/visible breakpoint modifiers example</h3>
719
719
 
720
720
  <astro-island uid="2rwt9O" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Table with hidden and visible modifiers example\&quot;\n id=\&quot;table-hidden-visible\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-hidden pf-m-visible-on-md pf-m-hidden-on-lg\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-hidden-on-md pf-m-visible-on-lg\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-hidden pf-m-visible-on-sm\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-md pf-m-hidden-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Visible only on md breakpoint&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden-on-md pf-m-visible-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;Hidden only on md breakpoint&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-sm\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;Hidden on xs breakpoint&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-md pf-m-hidden-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden-on-md pf-m-visible-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-sm\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-md pf-m-hidden-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden-on-md pf-m-visible-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-sm\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-md pf-m-hidden-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden-on-md pf-m-visible-on-lg\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-hidden pf-m-visible-on-sm\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
721
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7923" data-pf-content="true" class="pf-v6-c-content--h3">Hidden/visible breakpoint modifiers usage</h3>
721
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7576" data-pf-content="true" class="pf-v6-c-content--h3">Hidden/visible breakpoint modifiers usage</h3>
722
722
 
723
723
 
724
724
 
@@ -739,25 +739,25 @@
739
739
 
740
740
 
741
741
 
742
- <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-hidden{-on-[breakpoint]}</code></td><td><code>.pf-v6-c-table tr &gt; th</code>, <code>.pf-v6-c-table tr &gt; td</code></td><td>Hides a table cell at optional <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7924" data-pf-content="true" class="pf-v6-c-content--a">breakpoint</a>, or hides it at all breakpoints with <code>.pf-m-hidden</code>. <strong>Note: Needs to apply to all cells in the column you want to hide.</strong></td></tr><tr><td><code>.pf-m-visible{-on-[breakpoint]}</code></td><td><code>.pf-v6-c-table tr &gt; th</code>, <code>.pf-v6-c-table tr &gt; td</code></td><td>Shows a table cell at optional <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7925" data-pf-content="true" class="pf-v6-c-content--a">breakpoint</a>.</td></tr></tbody></table>
743
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7926" data-pf-content="true" class="pf-v6-c-content--h2">Text control modifiers</h2>
744
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7976" data-pf-content="true" class="pf-v6-c-content--p">To better control table cell behavior, PatternFly provides a series of modifiers to help contextually control layout. By default, <code>thead</code> cells are set to truncate, whereas <code>tbody</code> cells are set to wrap. Both <code>th</code> and <code>td</code> 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 <code>.pf-v6-c-table</code> itself [<code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code>].</p>
745
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7927" data-pf-content="true" class="pf-v6-c-content--h3">Text control example</h3>
742
+ <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-hidden{-on-[breakpoint]}</code></td><td><code>.pf-v6-c-table tr &gt; th</code>, <code>.pf-v6-c-table tr &gt; td</code></td><td>Hides a table cell at optional <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7577" data-pf-content="true" class="pf-v6-c-content--a">breakpoint</a>, or hides it at all breakpoints with <code>.pf-m-hidden</code>. <strong>Note: Needs to apply to all cells in the column you want to hide.</strong></td></tr><tr><td><code>.pf-m-visible{-on-[breakpoint]}</code></td><td><code>.pf-v6-c-table tr &gt; th</code>, <code>.pf-v6-c-table tr &gt; td</code></td><td>Shows a table cell at optional <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7578" data-pf-content="true" class="pf-v6-c-content--a">breakpoint</a>.</td></tr></tbody></table>
743
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7579" data-pf-content="true" class="pf-v6-c-content--h2">Text control modifiers</h2>
744
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7629" data-pf-content="true" class="pf-v6-c-content--p">To better control table cell behavior, PatternFly provides a series of modifiers to help contextually control layout. By default, <code>thead</code> cells are set to truncate, whereas <code>tbody</code> cells are set to wrap. Both <code>th</code> and <code>td</code> 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 <code>.pf-v6-c-table</code> itself [<code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code>].</p>
745
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7580" data-pf-content="true" class="pf-v6-c-content--h3">Text control example</h3>
746
746
 
747
747
  <astro-island uid="2kejrR" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-lg\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;modifiers-without-text-wrapper-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-20\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Truncate (width 20%)&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Break word&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th pf-m-wrap\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;\n Wrapping table header text. This\n &lt;code&gt;th&lt;/code&gt; text will wrap instead of truncate.\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Fit content&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Wrapping&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-truncate\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Truncating text\&quot;\n &gt;This text will truncate instead of wrap in table layout and wrap gracefully in grid layout.&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-break-word\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Break word\&quot;\n &gt;\n &lt;a\n href=\&quot;#\&quot;\n &gt;http://thisisaverylongurlthatneedstobreakusethebreakwordmodifier.org&lt;/a&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Wrapping\&quot;&gt;\n &lt;p&gt;\n By default,\n &lt;code&gt;thead&lt;/code&gt; cells will truncate and\n &lt;code&gt;tbody&lt;/code&gt; cells will wrap. Use\n &lt;code&gt;.pf-m-wrap&lt;/code&gt; on a\n &lt;code&gt;th&lt;/code&gt; to change its behavior.\n &lt;/p&gt;\n &lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Fit content\&quot;\n &gt;This cell&#39;s content will adjust itself to the parent th width. This modifier only affects table layouts.&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;No wrap\&quot;\n &gt;\n &lt;a href=\&quot;#\&quot;&gt;No wrap&lt;/a&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
748
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7977" data-pf-content="true" class="pf-v6-c-content--p">By default, truncation and wrapping settings do not affect the grid layout, but text will fallback gracefully by passively wrapping long strings. Truncation and wrapping settings will persist with the addition of a <code>.pf-v6-c-table__text</code> wrapper on table cell content. In addition to <code>.pf-v6-c-table__text</code>, all PatternFly layouts can be used in table cells and contain table text elements.</p>
749
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7928" data-pf-content="true" class="pf-v6-c-content--h3">Text control using the table text element example</h3>
748
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7630" data-pf-content="true" class="pf-v6-c-content--p">By default, truncation and wrapping settings do not affect the grid layout, but text will fallback gracefully by passively wrapping long strings. Truncation and wrapping settings will persist with the addition of a <code>.pf-v6-c-table__text</code> wrapper on table cell content. In addition to <code>.pf-v6-c-table__text</code>, all PatternFly layouts can be used in table cells and contain table text elements.</p>
749
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7581" data-pf-content="true" class="pf-v6-c-content--h3">Text control using the table text element example</h3>
750
750
 
751
751
  <astro-island uid="Z2wafA3" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;table-text-element-example\&quot;\n&gt;\n &lt;caption class=\&quot;pf-v6-c-table__caption\&quot;&gt;\n This table contains\n &lt;code&gt;.pf-v6-c-table__text&lt;/code&gt;&amp;nbsp; examples. The\n &lt;code&gt;.pf-v6-c-table__text&lt;/code&gt;&amp;nbsp; element can be using alone or in a nested configuration.\n &lt;/caption&gt;\n\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Selector/element&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Result&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;rowheader\&quot;\n data-label=\&quot;Element\&quot;\n scope=\&quot;row\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;b&gt;\n &lt;code&gt;th.pf-m-truncate&lt;/code&gt;\n &lt;/b&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-truncate\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Truncating text\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;\n This table cell contains a single\n &lt;code&gt;`.pf-v6-c-table__text`&lt;/code&gt;&amp;nbsp; wrapper with the parent table cell applying\n &lt;code&gt;`.pf-m-truncate`&lt;/code&gt;. The child\n &lt;code&gt;`.pf-v6-c-table__text`&lt;/code&gt;&amp;nbsp; element will inherit the modifier settings and apply to the grid layout.\n &lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;rowheader\&quot;\n data-label=\&quot;Element\&quot;\n scope=\&quot;row\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;b&gt;\n &lt;code&gt;.pf-v6-l-stack&lt;/code&gt;\n &lt;/b&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Truncating text\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack pf-m-gutter\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack__item\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__text\&quot;&gt;\n Because\n &lt;code&gt;.pf-m-grid&lt;/code&gt;&amp;nbsp; applies a grid layout to\n &lt;code&gt;.pf-v6-c-table&lt;/code&gt;, child elements will stack in the grid layout. To prevent this, wrap multiple elements with a div or use a PatternFly layout.\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-stack__item\&quot;&gt;\n &lt;p class=\&quot;pf-v6-c-table__text\&quot;&gt;\n The\n &lt;b&gt;\n &lt;code&gt;.pf-v6-c-table__text&lt;/code&gt;&amp;nbsp;element\n &lt;/b&gt;&amp;nbsp; can additionally be nested, like in this example. The next\n &lt;code&gt;.pf-v6-c-table__text&lt;/code&gt; element has a very long url whose width needs be constrained.\n &lt;/p&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-stack__item\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;\n href=\&quot;#\&quot;\n &gt;http://truncatemodifierappliedtoaverylongurlthatwillforcethetabletobreakluckilywehavethepfctabletextelement.com&lt;/a&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-stack__item\&quot;&gt;\n &lt;p class=\&quot;pf-v6-c-table__text\&quot;&gt;\n This\n &lt;b&gt;\n &lt;code&gt;.pf-v6-c-table__text&lt;/code&gt;&amp;nbsp;element\n &lt;/b&gt;&amp;nbsp; applies its own built in grid layout\n &lt;b&gt;\n &lt;code&gt;.pf-m-stack&lt;/code&gt;\n &lt;/b&gt;&amp;nbsp;as well as a gutter\n &lt;b&gt;\n &lt;code&gt;.pf-m-gutter&lt;/code&gt;\n &lt;/b&gt;.\n &lt;/p&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;rowheader\&quot;\n data-label=\&quot;Element\&quot;\n scope=\&quot;row\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;b&gt;\n &lt;code&gt;.pf-v6-l-flex&lt;/code&gt;\n &lt;/b&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Truncating text\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-column pf-m-row-on-xl\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;p\n class=\&quot;pf-v6-c-table__text\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.&lt;/p&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-table__text pf-m-break-word\&quot;\n href=\&quot;#\&quot;\n &gt;http://breakwordmodifierappliedtoaverylongurlthatwillforcethetabletobreakluckilywehavethepfctabletextelement.com&lt;/a&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;rowheader\&quot;\n data-label=\&quot;Element\&quot;\n scope=\&quot;row\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;b&gt;\n &lt;code&gt;.pf-v6-l-flex&lt;/code&gt;\n &lt;/b&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Truncating text\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-column\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;i class=\&quot;fas fa-code-branch\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &amp;nbsp;5\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;i class=\&quot;fas fa-code\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &amp;nbsp;9\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;i class=\&quot;fas fa-cube\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &amp;nbsp;2\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;i class=\&quot;fas fa-check-circle\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &amp;nbsp;11\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;p\n class=\&quot;pf-v6-c-table__text\&quot;\n &gt;This is paragraph that we want to wrap. It doesn&#39; t need a modifier and has no extra long strings. Any modifier available for the flex layout can be used here.&lt;/p&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-table__text pf-m-break-word\&quot;\n href=\&quot;#\&quot;\n &gt;http://breakwordmodifierappliedtoaverylongurlthatwillforcethetabletobreakluckilywehavethepfctabletextelement.com&lt;/a&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;rowheader\&quot;\n data-label=\&quot;Element\&quot;\n scope=\&quot;row\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-table__text\&quot;&gt;\n &lt;b&gt;\n &lt;code&gt;.pf-v6-l-grid&lt;/code&gt;\n &lt;/b&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Truncating text\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-grid pf-m-gutter\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-grid__item pf-m-6-col pf-m-3-col-on-md\&quot;&gt;Item 1&lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-grid__item pf-m-6-col pf-m-3-col-on-md\&quot;&gt;Item 2&lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-grid__item pf-m-6-col pf-m-3-col-on-md\&quot;&gt;Item 3&lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-grid__item pf-m-6-col pf-m-3-col-on-md\&quot;&gt;Item 4&lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-grid__item\&quot;&gt;\n &lt;p\n class=\&quot;pf-v6-c-table__text\&quot;\n &gt;This is paragraph that we want to wrap. It doesn&#39; t need a modifier and has no extra long strings. Any modifier available for the flex layout can be used here.&lt;/p&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-grid__item\&quot;&gt;\n &lt;a\n class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;\n href=\&quot;#\&quot;\n &gt;http://breakwordmodifierappliedtoaverylongurlthatwillforcethetabletobreakluckilywehavethepfctabletextelement.com&lt;/a&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
752
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7929" data-pf-content="true" class="pf-v6-c-content--h3">Table with long strings in the content</h3>
753
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7930" data-pf-content="true" class="pf-v6-c-content--p">Long strings in table cells will push that column wider and possible take from other columns. This can cause content or headers to be truncated.</p>
752
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7582" data-pf-content="true" class="pf-v6-c-content--h3">Table with long strings in the content</h3>
753
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7583" data-pf-content="true" class="pf-v6-c-content--p">Long strings in table cells will push that column wider and possible take from other columns. This can cause content or headers to be truncated.</p>
754
754
 
755
755
  <astro-island uid="Z22Bgan" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-tooltip pf-m-top\&quot; role=\&quot;tooltip\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-tooltip__arrow\&quot;&gt;&lt;/div&gt;\n\n &lt;div class=\&quot;pf-v6-c-tooltip__content\&quot; id=\&quot;tooltip-top-content\&quot;&gt;Pull Requests&lt;/div&gt;\n&lt;/div&gt;\n&lt;table\n class=\&quot;pf-v6-c-table\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;th-truncation-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Long lines of text will shrink adjacent column widths.&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n This example is not responsive. Adjacent\n &lt;code&gt;tbody&lt;/code&gt; cells will shrink as a result of this text being a longer string and adjacent text being shorter in length. Truncation can be overridden in\n &lt;code&gt;th&lt;/code&gt; cells with the addition of\n &lt;code&gt;.pf-m-wrap&lt;/code&gt;,\n &lt;code&gt;.pf-m-nowrap&lt;/code&gt; or\n &lt;code&gt;.pf-m-fit-content&lt;/code&gt;.\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
756
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7931" data-pf-content="true" class="pf-v6-c-content--h3">Width constrained</h3>
757
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7990" data-pf-content="true" class="pf-v6-c-content--p">Add a <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7932" data-pf-content="true" class="pf-v6-c-content--a">width modifier</a> to <code>thead th</code> to limit string length or add <code>.pf-m-truncate</code> to <code>tbody td</code>.</p>
756
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7584" data-pf-content="true" class="pf-v6-c-content--h3">Width constrained</h3>
757
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7643" data-pf-content="true" class="pf-v6-c-content--p">Add a <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7585" data-pf-content="true" class="pf-v6-c-content--a">width modifier</a> to <code>thead th</code> to limit string length or add <code>.pf-m-truncate</code> to <code>tbody td</code>.</p>
758
758
 
759
759
  <astro-island uid="Z2jQbTF" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a simple table example\&quot;\n id=\&quot;width-constrained-example\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-40\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Width 40&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Fit content th&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Since this is a long string of text and the other cells contain short strings (narrower than their table header), we&#39;ll need to control width this table header&#39;s width. Let&#39;s set width to 40%.&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-truncate\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;This string will truncate in table mode only. Since this is a long string of text and the other cells contain short strings (narrower than their table header), we&#39;ll need to control width this table header&#39;s width. Let&#39;s set width to 40%.&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
760
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7933" data-pf-content="true" class="pf-v6-c-content--h3">Text control modifiers usage</h3>
760
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7586" data-pf-content="true" class="pf-v6-c-content--h3">Text control modifiers usage</h3>
761
761
 
762
762
 
763
763
 
@@ -799,31 +799,31 @@
799
799
 
800
800
 
801
801
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__text</code></td><td><code>th &gt; *</code>, <code>td &gt; *</code></td><td>Initiates a table text element.</td></tr><tr><td><code>.pf-m-wrap</code></td><td><code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code></td><td>Sets table cell content to wrap. If applied to <code>thead</code>, <code>tbody</code> or <code>tr</code>, then all child cells will be affected. This is the default behavior for <code>tbody</code> cells.</td></tr><tr><td><code>.pf-m-truncate</code></td><td><code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code></td><td>Sets text to truncate based on a minimum width and available space adjacent table cells. If applied to <code>thead</code>, <code>tbody</code> or <code>tr</code>, then all child cells will be affected. This is the default behavior for <code>thead</code> cells.</td></tr><tr><td><code>.pf-m-nowrap</code></td><td><code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code></td><td>Unsets min/max width and sets whitespace to nowrap. If applied to <code>thead</code>, <code>tbody</code> or <code>tr</code>, 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.</td></tr><tr><td><code>.pf-m-fit-content</code></td><td><code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code></td><td>Fit column width to cell content. If applied to <code>thead</code>, <code>tbody</code> or <code>tr</code>, then all child cells will be affected.</td></tr><tr><td><code>.pf-m-break-word</code></td><td><code>thead</code>, <code>tbody</code>, <code>tr</code>, <code>th</code>, <code>td</code>, <code>.pf-v6-c-table__text</code></td><td>Breaks long strings to break wherever necessary as defined by the table layout. If applied to <code>thead</code>, <code>tbody</code> or <code>tr</code>, then all child cells will be affected.</td></tr></tbody></table>
802
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7934" data-pf-content="true" class="pf-v6-c-content--h2">Sticky table modifiers</h2>
803
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7978" data-pf-content="true" class="pf-v6-c-content--p"><strong>Note:</strong> Sticky table headers and columns have a higher <code>z-index</code> than the <code>z-index</code> used for menus (dropdown, select, etc). The intent is that the contents of a scrollable table will scroll under the sticky header/column, including any expanded menus. However, there may be use cases where a menu needs to appear on top of a sticky header/column, such as an expanded menu in a toolbar above a table with a sticky header.</p>
804
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7935" data-pf-content="true" class="pf-v6-c-content--p">There are a few ways this can be handled:</p>
805
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7992" data-pf-content="true" class="pf-v6-c-content--ul">
806
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7979" data-pf-content="true" class="pf-v6-c-content--li">Manipulate the <code>z-index</code> of the menu and/or table headers/columns manually.</li>
807
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7980" data-pf-content="true" class="pf-v6-c-content--li">Use the <code>menuAppendTo</code> prop in non-composable react components with menus to append the menu to an element outside of the table (e.g., the <code>&lt;body&gt;</code> 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.</li>
808
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7981" data-pf-content="true" class="pf-v6-c-content--li">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 <code>z-index</code> than the <code>z-index</code> 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.</li>
802
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7587" data-pf-content="true" class="pf-v6-c-content--h2">Sticky table modifiers</h2>
803
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7631" data-pf-content="true" class="pf-v6-c-content--p"><strong>Note:</strong> Sticky table headers and columns have a higher <code>z-index</code> than the <code>z-index</code> used for menus (dropdown, select, etc). The intent is that the contents of a scrollable table will scroll under the sticky header/column, including any expanded menus. However, there may be use cases where a menu needs to appear on top of a sticky header/column, such as an expanded menu in a toolbar above a table with a sticky header.</p>
804
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7588" data-pf-content="true" class="pf-v6-c-content--p">There are a few ways this can be handled:</p>
805
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7645" data-pf-content="true" class="pf-v6-c-content--ul">
806
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7632" data-pf-content="true" class="pf-v6-c-content--li">Manipulate the <code>z-index</code> of the menu and/or table headers/columns manually.</li>
807
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7633" data-pf-content="true" class="pf-v6-c-content--li">Use the <code>menuAppendTo</code> prop in non-composable react components with menus to append the menu to an element outside of the table (e.g., the <code>&lt;body&gt;</code> 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.</li>
808
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7634" data-pf-content="true" class="pf-v6-c-content--li">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 <code>z-index</code> than the <code>z-index</code> 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.</li>
809
809
  </ul>
810
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7936" data-pf-content="true" class="pf-v6-c-content--h3">Sticky header</h3>
810
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7589" data-pf-content="true" class="pf-v6-c-content--h3">Sticky header</h3>
811
811
 
812
812
  <astro-island uid="Z61tgB" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md pf-m-sticky-header\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a table with sticky header cells\&quot;\n id=\&quot;table-sticky-header\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
813
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7937" data-pf-content="true" class="pf-v6-c-content--h3">Sticky column</h3>
813
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7590" data-pf-content="true" class="pf-v6-c-content--h3">Sticky column</h3>
814
814
 
815
815
  <astro-island uid="Z1FmwWA" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a scrollable table\&quot;\n id=\&quot;sticky-column-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Fact&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;State&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 3&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 4&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 5&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 6&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 7&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 8&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 1&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 1&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 2&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 2&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 3&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 4&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 5&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 6&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 7&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 8&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 8&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 9&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 9&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
816
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7938" data-pf-content="true" class="pf-v6-c-content--h3">Multiple sticky columns</h3>
816
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7591" data-pf-content="true" class="pf-v6-c-content--h3">Multiple sticky columns</h3>
817
817
 
818
818
  <astro-island uid="Z26ljqR" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a scrollable table\&quot;\n id=\&quot;sticky-multi-column-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Fact&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 120px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;State&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 3&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 4&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 5&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 6&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 7&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 8&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 1&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 1&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 2&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 2&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 3&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 3&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 4&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 4&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 5&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 5&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 6&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 6&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 7&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 7&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 8&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 8&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 9&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 9&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
819
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7939" data-pf-content="true" class="pf-v6-c-content--h3">Sticky columns and header</h3>
819
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7592" data-pf-content="true" class="pf-v6-c-content--h3">Sticky columns and header</h3>
820
820
 
821
821
  <astro-island uid="ZXH9rx" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-outer-wrapper\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-sticky-header\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a scrollable table\&quot;\n id=\&quot;sticky-header-columns-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Fact&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 120px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;State&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 3&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 4&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 5&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 6&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 7&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 8&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 1&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 1&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 2&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 2&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 3&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 3&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 4&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 4&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 5&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 5&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 6&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 6&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 7&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 7&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 8&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 8&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 100px;\&quot;\n &gt;Fact 9&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;\&quot;\n &gt;State 9&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-8&lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-9&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n &lt;/div&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
822
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7940" data-pf-content="true" class="pf-v6-c-content--h3">Sticky right column</h3>
822
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7593" data-pf-content="true" class="pf-v6-c-content--h3">Sticky right column</h3>
823
823
 
824
824
  <astro-island uid="Z1wmA2Y" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a scrollable table\&quot;\n id=\&quot;sticky-right-column-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Fact&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;State&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 3&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 4&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 5&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 6&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 7&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n &gt;Header 8&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Header 9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 1&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 1&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 1-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 1-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 2&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 2&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 2-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 2-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 3-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 3-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 4-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 4-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 5-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 5-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 6-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 6-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 7-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 7-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 8&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 8&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 8-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 8-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Fact 9&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;State 9&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-3&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-4&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-6&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-7&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-nowrap\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Example td\&quot;\n &gt;Test cell 9-8&lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-truncate pf-m-border-left pf-v6-c-table__sticky-cell pf-m-right\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Example th\&quot;\n scope=\&quot;col\&quot;\n style=\&quot;--pf-v6-c-table__sticky-cell--MinWidth: 150px;\&quot;\n &gt;Test cell 9-9&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
825
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7941" data-pf-content="true" class="pf-v6-c-content--h3">Sticky table usage</h3>
826
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7982" data-pf-content="true" class="pf-v6-c-content--p">For sticky columns to function correctly, the parent table’s width must be controlled with <code>.pf-v6-c-scroll-inner-wrapper</code>. For sticky columns and sticky headers to function correctly, the parent table needs an inner and outer wrapper (<code>.pf-v6-c-scroll-outer-wrapper</code> and <code>.pf-v6-c-scroll-inner-wrapper</code>)</p>
825
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7594" data-pf-content="true" class="pf-v6-c-content--h3">Sticky table usage</h3>
826
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7635" data-pf-content="true" class="pf-v6-c-content--p">For sticky columns to function correctly, the parent table’s width must be controlled with <code>.pf-v6-c-scroll-inner-wrapper</code>. For sticky columns and sticky headers to function correctly, the parent table needs an inner and outer wrapper (<code>.pf-v6-c-scroll-outer-wrapper</code> and <code>.pf-v6-c-scroll-inner-wrapper</code>)</p>
827
827
 
828
828
 
829
829
 
@@ -865,18 +865,18 @@
865
865
 
866
866
 
867
867
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-sticky-header</code></td><td><code>.pf-v6-c-table</code></td><td>Makes the table cells in <code>&lt;thead&gt;</code> sticky to the top of the table on scroll.</td></tr><tr><td><code>.pf-v6-c-scroll-outer-wrapper</code></td><td><code>&lt;div&gt;</code></td><td>Initiates a table container sticky columns outer wrapper.</td></tr><tr><td><code>.pf-v6-c-scroll-inner-wrapper</code></td><td><code>&lt;div&gt;</code></td><td>Initiates a table container sticky columns inner wrapper.</td></tr><tr><td><code>.pf-v6-c-table__sticky-cell</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Initiates a sticky table cell.</td></tr><tr><td><code>.pf-m-right</code>, <code>.pf-m-inline-end</code></td><td><code>.pf-v6-c-table__sticky-cell</code></td><td>Initiates a sticky, right-hand (in LTR) or left-hand (in RTL) table cell.</td></tr><tr><td><code>.pf-m-left</code>, <code>.pf-m-inline-start</code></td><td><code>.pf-v6-c-table__sticky-cell</code></td><td>Initiates a sticky, left-hand (in LTR) or right-hand (in RTL) table cell.</td></tr></tbody></table>
868
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7942" data-pf-content="true" class="pf-v6-c-content--h2">Nested column headers</h2>
869
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7943" data-pf-content="true" class="pf-v6-c-content--h3">Nested column headers and expandable rows</h3>
868
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7595" data-pf-content="true" class="pf-v6-c-content--h2">Nested column headers</h2>
869
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7596" data-pf-content="true" class="pf-v6-c-content--h3">Nested column headers and expandable rows</h3>
870
870
 
871
871
  <astro-island uid="RDXW" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a nested column header table example\&quot;\n id=\&quot;nested-columns-expandable-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead pf-m-nested-column-header\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n rowspan=\&quot;2\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Expandable toggle&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n rowspan=\&quot;2\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;nested-columns-expandable-example-checkrow-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;nested-columns-expandable-example-checkrow-check-input\&quot;\n name=\&quot;nested-columns-expandable-example-checkrow-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n rowspan=\&quot;2\&quot;\n &gt;Team&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n colspan=\&quot;3\&quot;\n &gt;Members&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n rowspan=\&quot;2\&quot;\n &gt;Contact&lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; rowspan=\&quot;2\&quot;&gt;&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-first-cell-offset-reset\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Design lead&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Interaction design&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Visual designers&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;nested-columns-expandable-example-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;nested-columns-expandable-example-content-1\&quot;\n aria-labelledby=\&quot;nested-columns-expandable-example-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;\n aria-label=\&quot;Check row\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;nested-columns-expandable-example-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;nested-columns-expandable-example-checkrow-1-check-input\&quot;\n name=\&quot;nested-columns-expandable-example-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Developer program\&quot;\n id=\&quot;nested-columns-expandable-example-node1\&quot;\n &gt;Developer program&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;Stacey Logan&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;Mark Shakshober&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;Kaliq Ray&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-inline pf-m-link\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Message us!&lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;5\&quot;\n id=\&quot;nested-columns-expandable-example-content-1\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;nested-columns-expandable-example-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;nested-columns-expandable-example-content-2\&quot;\n aria-labelledby=\&quot;nested-columns-expandable-example-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;\n aria-label=\&quot;Check row\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;nested-columns-expandable-example-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;nested-columns-expandable-example-checkrow-2-check-input\&quot;\n name=\&quot;nested-columns-expandable-example-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Developer program\&quot;\n id=\&quot;nested-columns-expandable-example-node2\&quot;\n &gt;Developer program&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;Stacey Logan&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;Mark Shakshober&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;Kaliq Ray&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-inline pf-m-link\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Message us!&lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;5\&quot;\n id=\&quot;nested-columns-expandable-example-content-2\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;nested-columns-expandable-example-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;nested-columns-expandable-example-content-3\&quot;\n aria-labelledby=\&quot;nested-columns-expandable-example-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot;\n aria-label=\&quot;Check row\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;nested-columns-expandable-example-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;nested-columns-expandable-example-checkrow-3-check-input\&quot;\n name=\&quot;nested-columns-expandable-example-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Developer program\&quot;\n id=\&quot;nested-columns-expandable-example-node3\&quot;\n &gt;Developer program&lt;/th&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Branches\&quot;\n &gt;Stacey Logan&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Pull requests\&quot;\n &gt;Mark Shakshober&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Workspaces\&quot;\n &gt;Kaliq Ray&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Last commit\&quot;&gt;\n &lt;button class=\&quot;pf-v6-c-button pf-m-inline pf-m-link\&quot; type=\&quot;button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-button__text\&quot;&gt;Message us!&lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;5\&quot;\n id=\&quot;nested-columns-expandable-example-content-3\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
872
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7944" data-pf-content="true" class="pf-v6-c-content--h3">Nested column headers example</h3>
872
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7597" data-pf-content="true" class="pf-v6-c-content--h3">Nested column headers example</h3>
873
873
 
874
874
  <astro-island uid="Z1z7dRO" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a nested column header table example\&quot;\n id=\&quot;table-nested-column-headers-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead pf-m-nested-column-header\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n colspan=\&quot;3\&quot;\n &gt;Pods&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n colspan=\&quot;2\&quot;\n &gt;Ports&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n rowspan=\&quot;2\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Packets&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Source&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Destination&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Date &amp; Time&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Source&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Destination&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
875
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7945" data-pf-content="true" class="pf-v6-c-content--h3">Nested column headers, sticky header</h3>
875
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7598" data-pf-content="true" class="pf-v6-c-content--h3">Nested column headers, sticky header</h3>
876
876
 
877
877
  <astro-island uid="ZSUKal" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;div class=\&quot;pf-v6-c-scroll-inner-wrapper\&quot;&gt;\n &lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md pf-m-sticky-header\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a sticky nested column header table example\&quot;\n id=\&quot;table-nested-column-headers-sticky-header-example\&quot;\n &gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead pf-m-nested-column-header\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n colspan=\&quot;3\&quot;\n &gt;Pods&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-border-right\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n colspan=\&quot;2\&quot;\n &gt;Ports&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n rowspan=\&quot;2\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Packets&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Source&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-wrap pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Destination&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Date &amp; Time&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Source&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Destination&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-source-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex pf-m-nowrap\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label pf-m-teal\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-label__text\&quot;&gt;P&lt;/span&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-l-flex__item pf-m-flex-1\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text pf-m-truncate\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;api-pod-destination-name&lt;/a&gt;\n &lt;/span&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Date &amp;amp; time\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;June 22, 2021&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;3:58:24 PM&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Source\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;443&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(HTTPS)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Destination\&quot;&gt;\n &lt;div class=\&quot;pf-v6-l-stack\&quot;&gt;\n &lt;span&gt;24&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-u-color-200\&quot;&gt;(smtp)&lt;/span&gt;\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Packets\&quot;&gt;3&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n &lt;/table&gt;\n&lt;/div&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
878
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7946" data-pf-content="true" class="pf-v6-c-content--h3">Nested column header modifier usage</h3>
879
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7947" data-pf-content="true" class="pf-v6-c-content--h2">Favorites</h2>
878
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7599" data-pf-content="true" class="pf-v6-c-content--h3">Nested column header modifier usage</h3>
879
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7600" data-pf-content="true" class="pf-v6-c-content--h2">Favorites</h2>
880
880
 
881
881
 
882
882
 
@@ -903,13 +903,13 @@
903
903
 
904
904
 
905
905
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-nested-column-header</code></td><td><code>&lt;thead&gt;</code></td><td>Modifies a table header to handle nested header cells.</td></tr><tr><td><code>.pf-m-border-right</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Modifies a table cell to show a right border.</td></tr><tr><td><code>.pf-m-border-left</code></td><td><code>&lt;th&gt;</code>, <code>&lt;td&gt;</code></td><td>Modifies a table cell to show a left border.</td></tr></tbody></table>
906
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7948" data-pf-content="true" class="pf-v6-c-content--h3">Favorites examples</h3>
906
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7601" data-pf-content="true" class="pf-v6-c-content--h3">Favorites examples</h3>
907
907
 
908
908
  <astro-island uid="Z28lPPr" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a favorites table example\&quot;\n id=\&quot;table-favorites\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-favorites-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-favorites-checkrow-thead-check-input\&quot;\n name=\&quot;table-favorites-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Row favorited&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-favorites-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-favorites-checkrow-1-check-input\&quot;\n name=\&quot;table-favorites-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Starred\&quot;\n id=\&quot;table-favorites-favorite-button1\&quot;\n aria-labelledby=\&quot;table-favorites-node1 table-favorites-favorite-button1\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;div&gt;\n &lt;span id=\&quot;table-favorites-node1\&quot;&gt;Repository 1&lt;/span&gt;. This is a long title that will wrap to multiple lines. This is a long title that will wrap to multiple lines. This is a long title that will wrap to multiple lines. This is a long title that will wrap to multiple lines.\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-favorites-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-favorites-checkrow-2-check-input\&quot;\n name=\&quot;table-favorites-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Not starred\&quot;\n id=\&quot;table-favorites-favorite-button2\&quot;\n aria-labelledby=\&quot;table-favorites-node2 table-favorites-favorite-button2\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-node2\&quot;&gt;Repository 2&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-favorites-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-favorites-checkrow-3-check-input\&quot;\n name=\&quot;table-favorites-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Starred\&quot;\n id=\&quot;table-favorites-favorite-button3\&quot;\n aria-labelledby=\&quot;table-favorites-node3 table-favorites-favorite-button3\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-node3\&quot;&gt;Repository 3&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-favorites-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-favorites-checkrow-4-check-input\&quot;\n name=\&quot;table-favorites-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Not starred\&quot;\n id=\&quot;table-favorites-favorite-button4\&quot;\n aria-labelledby=\&quot;table-favorites-node4 table-favorites-favorite-button4\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-node4\&quot;&gt;Repository 4&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
909
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7949" data-pf-content="true" class="pf-v6-c-content--h3">Favorites sortable example</h3>
909
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7602" data-pf-content="true" class="pf-v6-c-content--h3">Favorites sortable example</h3>
910
910
 
911
911
  <astro-island uid="29y29B" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a sortable with favorites table example\&quot;\n id=\&quot;table-favorites-sortable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__favorite\&quot;\n aria-label=\&quot;Row favorited\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n aria-sort=\&quot;none\&quot;\n &gt;\n &lt;div class=\&quot;pf-v6-c-action-list pf-m-icons\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-action-list__item\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Favorite all\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;div class=\&quot;pf-v6-c-action-list__item\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Sort favorites\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n &lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Starred\&quot;\n id=\&quot;table-favorites-sortable-favorite-button1\&quot;\n aria-labelledby=\&quot;table-favorites-sortable-node1 table-favorites-sortable-favorite-button1\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;div&gt;\n &lt;span id=\&quot;table-favorites-sortable-node1\&quot;&gt;Repository 1&lt;/span&gt;. This is a long title that will wrap to multiple lines. This is a long title that will wrap to multiple lines. This is a long title that will wrap to multiple lines. This is a long title that will wrap to multiple lines.\n &lt;/div&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Starred\&quot;\n id=\&quot;table-favorites-sortable-favorite-button3\&quot;\n aria-labelledby=\&quot;table-favorites-sortable-node3 table-favorites-sortable-favorite-button3\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-sortable-node3\&quot;&gt;Repository 3&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Not starred\&quot;\n id=\&quot;table-favorites-sortable-favorite-button2\&quot;\n aria-labelledby=\&quot;table-favorites-sortable-node2 table-favorites-sortable-favorite-button2\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-sortable-node2\&quot;&gt;Repository 2&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Not starred\&quot;\n id=\&quot;table-favorites-sortable-favorite-button4\&quot;\n aria-labelledby=\&quot;table-favorites-sortable-node4 table-favorites-sortable-favorite-button4\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-sortable-node4\&quot;&gt;Repository 4&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__favorite\&quot; role=\&quot;cell\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-favorite pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-label=\&quot;Not starred\&quot;\n id=\&quot;table-favorites-sortable-favorite-button5\&quot;\n aria-labelledby=\&quot;table-favorites-sortable-node5 table-favorites-sortable-favorite-button5\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-star\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n &lt;span id=\&quot;table-favorites-sortable-node5\&quot;&gt;Repository 5&lt;/span&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
912
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7950" data-pf-content="true" class="pf-v6-c-content--h3">Favorites accessibility</h3>
912
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7603" data-pf-content="true" class="pf-v6-c-content--h3">Favorites accessibility</h3>
913
913
 
914
914
 
915
915
 
@@ -936,7 +936,7 @@
936
936
 
937
937
 
938
938
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>role=&quot;grid&quot;</code></td><td><code>.pf-v6-c-table</code></td><td>Identifies the element that serves as the grid widget container. <strong>Required</strong></td></tr><tr><td><code>aria-label</code></td><td><code>.pf-v6-c-table</code></td><td>Provides an accessible name for the table when a descriptive <code>&lt;caption&gt;</code> or <code>&lt;h*&gt;</code> is not available. <strong>Required in the absence of <code>&lt;caption&gt;</code> or <code>&lt;h*&gt;</code></strong></td></tr><tr><td><code>data-label=&quot;[td description]&quot;</code></td><td><code>&lt;td&gt;</code></td><td>This attribute replaces table header in mobile viewport. It is rendered by <code>::before</code> pseudo element.</td></tr></tbody></table>
939
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7951" data-pf-content="true" class="pf-v6-c-content--h3">Favorites usage</h3>
939
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7604" data-pf-content="true" class="pf-v6-c-content--h3">Favorites usage</h3>
940
940
 
941
941
 
942
942
 
@@ -963,9 +963,9 @@
963
963
 
964
964
 
965
965
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__favorite</code></td><td><code>td</code></td><td>Initiates a favorite table body cell.</td></tr><tr><td><code>.pf-m-favorited</code></td><td><code>.pf-v6-c-table__favorite</code></td><td>Modifies a favorite cell for the favorited state.</td></tr><tr><td><code>.pf-m-favorite</code></td><td><code>.pf-v6-c-table__sort</code></td><td>Modifies a sortable table header cell for use with a favorites column.</td></tr></tbody></table>
966
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7952" data-pf-content="true" class="pf-v6-c-content--h2">Draggable rows</h2>
967
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7953" data-pf-content="true" class="pf-v6-c-content--h3">Draggable rows example</h3>
968
- <pre data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7988" data-pf-content="true" class="pf-v6-c-content--pre"><code><span class="line"><span style="color:#E1E4E8">&lt;</span><span style="color:#85E89D">div</span></span>
966
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7605" data-pf-content="true" class="pf-v6-c-content--h2">Draggable rows</h2>
967
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7606" data-pf-content="true" class="pf-v6-c-content--h3">Draggable rows example</h3>
968
+ <pre data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7641" data-pf-content="true" class="pf-v6-c-content--pre"><code><span class="line"><span style="color:#E1E4E8">&lt;</span><span style="color:#85E89D">div</span></span>
969
969
  <span class="line"><span style="color:#B392F0"> id</span><span style="color:#E1E4E8">=</span><span style="color:#9ECBFF">&quot;table-draggable-rows-help&quot;</span></span>
970
970
  <span class="line"><span style="color:#E1E4E8">&gt;Activate the reorder button and use the arrow keys to reorder the list or use your mouse to drag/reorder. Press escape to cancel the reordering.&lt;/</span><span style="color:#85E89D">div</span><span style="color:#E1E4E8">&gt;</span></span>
971
971
  <span class="line"><span style="color:#E1E4E8">&lt;</span><span style="color:#85E89D">table</span></span>
@@ -1127,7 +1127,7 @@
1127
1127
  <span class="line"><span style="color:#B392F0"> aria-live</span><span style="color:#E1E4E8">=</span><span style="color:#9ECBFF">&quot;assertive&quot;</span></span>
1128
1128
  <span class="line"><span style="color:#E1E4E8">&gt;This is the aria-live section that provides real-time feedback to the user.&lt;/</span><span style="color:#85E89D">div</span><span style="color:#E1E4E8">&gt;</span></span>
1129
1129
  <span class="line"></span></code></pre>
1130
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7954" data-pf-content="true" class="pf-v6-c-content--h3">Draggable rows accessibility</h3>
1130
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7607" data-pf-content="true" class="pf-v6-c-content--h3">Draggable rows accessibility</h3>
1131
1131
 
1132
1132
 
1133
1133
 
@@ -1164,7 +1164,7 @@
1164
1164
 
1165
1165
 
1166
1166
  <table><thead><tr><th>Attribute</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>aria-pressed=&quot;true or false&quot;</code></td><td><code>.pf-v6-c-table__draggable .pf-v6-c-button</code></td><td>Indicates whether the button is currently pressed or not.</td></tr><tr><td><code>aria-live</code></td><td><code>[element with live text]</code></td><td>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. <strong>Highly Recommended</strong></td></tr><tr><td><code>aria-describedby=&quot;[id value of applicable content]&quot;</code></td><td><code>.pf-v6-c-table__draggable .pf-v6-c-button</code></td><td>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 <code>&lt;div id=&quot;table-draggable-rows-help&quot;&gt;&lt;/div&gt;</code>. <strong>Highly recommended</strong></td></tr><tr><td><code>aria-labelledby=&quot;[id of .pf-v6-c-table__draggable .pf-v6-c-button] [id of row title text]&quot;</code></td><td><code>.pf-v6-c-table__draggable .pf-v6-c-button</code></td><td>Provides an accessible name for the draggable button.</td></tr><tr><td><code>id=&quot;[]&quot;</code></td><td><code>.pf-v6-c-table__draggable .pf-v6-c-button</code>, <code>[element with row title text]</code></td><td>Gives the button and the text element accessible IDs.</td></tr></tbody></table>
1167
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7955" data-pf-content="true" class="pf-v6-c-content--h3">Draggable rows usage</h3>
1167
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7608" data-pf-content="true" class="pf-v6-c-content--h3">Draggable rows usage</h3>
1168
1168
 
1169
1169
 
1170
1170
 
@@ -1186,21 +1186,21 @@
1186
1186
 
1187
1187
 
1188
1188
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-v6-c-table__draggable</code></td><td><code>&lt;td&gt;</code></td><td>Initiates a draggable table cell.</td></tr><tr><td><code>.pf-m-drag-over</code></td><td><code>.pf-v6-c-table</code></td><td>Modifies the table to indicate that a draggable item is being dragged over the table.</td></tr></tbody></table>
1189
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7956" data-pf-content="true" class="pf-v6-c-content--h2">Striped</h2>
1190
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7983" data-pf-content="true" class="pf-v6-c-content--p">Basic striped table rows are supported on tables with a single <code>&lt;tbody&gt;</code> element and expandable tables by applying <code>.pf-m-striped</code> to the <code>.pf-v6-c-table</code> element, which applies striped styling to odd table rows. For more complex tables, <code>.pf-m-striped</code> can be applied directly to the <code>&lt;tbody&gt;</code> and <code>&lt;tr&gt;</code> elements. The class <code>.pf-m-striped-even</code> can be applied to <code>&lt;tbody&gt;</code> elements to apply striped styling to the even rows in the table body. This is for use in tables with multiple <code>&lt;tbody&gt;</code> elements where even row striping may be needed to ensure visual consistency.</p>
1191
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7957" data-pf-content="true" class="pf-v6-c-content--h3">Striped table example</h3>
1189
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7609" data-pf-content="true" class="pf-v6-c-content--h2">Striped</h2>
1190
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7636" data-pf-content="true" class="pf-v6-c-content--p">Basic striped table rows are supported on tables with a single <code>&lt;tbody&gt;</code> element and expandable tables by applying <code>.pf-m-striped</code> to the <code>.pf-v6-c-table</code> element, which applies striped styling to odd table rows. For more complex tables, <code>.pf-m-striped</code> can be applied directly to the <code>&lt;tbody&gt;</code> and <code>&lt;tr&gt;</code> elements. The class <code>.pf-m-striped-even</code> can be applied to <code>&lt;tbody&gt;</code> elements to apply striped styling to the even rows in the table body. This is for use in tables with multiple <code>&lt;tbody&gt;</code> elements where even row striping may be needed to ensure visual consistency.</p>
1191
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7610" data-pf-content="true" class="pf-v6-c-content--h3">Striped table example</h3>
1192
1192
 
1193
1193
  <astro-island uid="Z2kpOyX" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md pf-m-striped\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a striped table example\&quot;\n id=\&quot;table-striped\&quot;\n&gt;\n &lt;caption class=\&quot;pf-v6-c-table__caption\&quot;&gt;This is the table caption&lt;/caption&gt;\n\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
1194
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7958" data-pf-content="true" class="pf-v6-c-content--h3">Striped expandable table example</h3>
1194
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7611" data-pf-content="true" class="pf-v6-c-content--h3">Striped expandable table example</h3>
1195
1195
 
1196
1196
  <astro-island uid="2oMRWc" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-expandable pf-m-grid-lg pf-m-striped\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;Striped expandable table example\&quot;\n id=\&quot;table-striped-expandable\&quot;\n&gt;\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Expand row&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__check\&quot;\n aria-label=\&quot;Row select\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-striped-expandable-checkrow-thead-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-striped-expandable-checkrow-thead-check-input\&quot;\n name=\&quot;table-striped-expandable-checkrow-thead-check-input\&quot;\n aria-label=\&quot;Select all rows\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;ascending\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Repositories&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-long-arrow-alt-up\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Branches&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__sort\&quot;\n role=\&quot;columnheader\&quot;\n aria-sort=\&quot;none\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;button class=\&quot;pf-v6-c-table__button\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__button-content\&quot;&gt;\n &lt;span class=\&quot;pf-v6-c-table__text\&quot;&gt;Pull requests&lt;/span&gt;\n &lt;span class=\&quot;pf-v6-c-table__sort-indicator\&quot;&gt;\n &lt;i class=\&quot;fas fa-arrows-alt-v\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Links&lt;/span&gt;\n &lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th pf-v6-c-table__cell-empty\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-striped-expandable-expandable-toggle-1\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-striped-expandable-content-1\&quot;\n aria-labelledby=\&quot;table-striped-expandable-node-1\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-striped-expandable-checkrow-1-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-striped-expandable-checkrow-1-check-input\&quot;\n name=\&quot;table-striped-expandable-checkrow-1-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-striped-expandable-node1\&quot;&gt;Node 1&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 1&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;4\&quot;\n id=\&quot;table-striped-expandable-content-1\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__cell-empty\&quot;&gt;\n &lt;span class=\&quot;pf-v6-screen-reader\&quot;&gt;Actions&lt;/span&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-plain\&quot;\n id=\&quot;table-striped-expandable-expandable-toggle-2\&quot;\n type=\&quot;button\&quot;\n aria-controls=\&quot;table-striped-expandable-content-2\&quot;\n aria-labelledby=\&quot;table-striped-expandable-node-2\&quot;\n aria-label=\&quot;Toggle row\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-striped-expandable-checkrow-2-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-striped-expandable-checkrow-2-check-input\&quot;\n name=\&quot;table-striped-expandable-checkrow-2-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-striped-expandable-node2\&quot;&gt;Node 2&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 2&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-striped-expandable-content-2\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-striped-expandable-expandable-toggle-3\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-striped-expandable-content-3\&quot;\n aria-labelledby=\&quot;table-striped-expandable-node-3\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-striped-expandable-checkrow-3-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-striped-expandable-checkrow-3-check-input\&quot;\n name=\&quot;table-striped-expandable-checkrow-3-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-striped-expandable-node3\&quot;&gt;Node 3&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 3&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-striped-expandable-content-3\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-expanded\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-expanded\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-v6-c-table__toggle\&quot;\n aria-label=\&quot;Row expansion\&quot;\n &gt;\n &lt;button\n class=\&quot;pf-v6-c-button pf-m-expanded pf-m-plain\&quot;\n id=\&quot;table-striped-expandable-expandable-toggle-4\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;true\&quot;\n aria-controls=\&quot;table-striped-expandable-content-4\&quot;\n aria-labelledby=\&quot;table-striped-expandable-node-4\&quot;\n aria-label=\&quot;Toggle row\&quot;\n aria-describedby=\&quot;true\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-button__icon\&quot;&gt;\n &lt;div class=\&quot;pf-v6-c-table__toggle-icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-angle-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/div&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__check\&quot; aria-label=\&quot;Check row\&quot;&gt;\n &lt;label\n class=\&quot;pf-v6-c-check pf-m-standalone\&quot;\n for=\&quot;table-striped-expandable-checkrow-4-check-input\&quot;\n &gt;\n &lt;input\n class=\&quot;pf-v6-c-check__input\&quot;\n type=\&quot;checkbox\&quot;\n id=\&quot;table-striped-expandable-checkrow-4-check-input\&quot;\n name=\&quot;table-striped-expandable-checkrow-4-check-input\&quot;\n aria-label=\&quot;Select row\&quot;\n /&gt;\n &lt;/label&gt;\n &lt;/td&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n data-label=\&quot;Data label name\&quot;\n &gt;\n &lt;div id=\&quot;table-striped-expandable-node4\&quot;&gt;Node 4&lt;/div&gt;\n &lt;a href=\&quot;#\&quot;&gt;siemur/test-space&lt;/a&gt;\n &lt;/th&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Action\&quot;&gt;\n &lt;a href=\&quot;#\&quot;&gt;Link 4&lt;/a&gt;\n &lt;/td&gt;\n\n &lt;td class=\&quot;pf-v6-c-table__td pf-v6-c-table__action\&quot;&gt;\n &lt;button\n class=\&quot;pf-v6-c-menu-toggle pf-m-plain\&quot;\n type=\&quot;button\&quot;\n aria-expanded=\&quot;false\&quot;\n aria-label=\&quot;Menu toggle\&quot;\n &gt;\n &lt;span class=\&quot;pf-v6-c-menu-toggle__icon\&quot;&gt;\n &lt;i class=\&quot;fas fa-ellipsis-v\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;/i&gt;\n &lt;/span&gt;\n &lt;/button&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr\n class=\&quot;pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded\&quot;\n role=\&quot;row\&quot;\n &gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td pf-m-no-padding\&quot;\n role=\&quot;cell\&quot;\n colspan=\&quot;7\&quot;\n id=\&quot;table-striped-expandable-content-4\&quot;\n &gt;\n &lt;div\n class=\&quot;pf-v6-c-table__expandable-row-content\&quot;\n &gt;Expandable row content has no padding.&lt;/div&gt;\n &lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
1197
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7959" data-pf-content="true" class="pf-v6-c-content--h3">Striped multiple tbody example</h3>
1197
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7612" data-pf-content="true" class="pf-v6-c-content--h3">Striped multiple tbody example</h3>
1198
1198
 
1199
1199
  <astro-island uid="ZshDbx" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a striped tbody example\&quot;\n id=\&quot;table-striped-tbody\&quot;\n&gt;\n &lt;caption class=\&quot;pf-v6-c-table__caption\&quot;&gt;This is the table caption&lt;/caption&gt;\n\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-striped\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n tbody 1 - Repository 1\n &lt;br /&gt;\n &lt;small&gt;(odd rows striped)&lt;/small&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;tbody 1 - Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n tbody 1 - Repository 3\n &lt;br /&gt;\n &lt;small&gt;(odd rows striped)&lt;/small&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody pf-m-striped-even\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;tbody 2 - Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n tbody 2 - Repository 5\n &lt;br /&gt;\n &lt;small&gt;(even rows striped using `.pf-m-striped-even`)&lt;/small&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;tbody 2 - Repository 6&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Repository name\&quot;&gt;\n tbody 2 - Repository 7\n &lt;br /&gt;\n &lt;small&gt;(even rows striped using `.pf-m-striped-even`)&lt;/small&gt;\n &lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
1200
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7960" data-pf-content="true" class="pf-v6-c-content--h3">Striped tr example</h3>
1200
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7613" data-pf-content="true" class="pf-v6-c-content--h3">Striped tr example</h3>
1201
1201
 
1202
1202
  <astro-island uid="Z1t68ux" component-url="/_astro/LiveExample.LDgudiOh.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0],&quot;html&quot;:[0,&quot;&lt;table\n class=\&quot;pf-v6-c-table pf-m-grid-md\&quot;\n role=\&quot;grid\&quot;\n aria-label=\&quot;This is a striped tr example\&quot;\n id=\&quot;table-striped-tr\&quot;\n&gt;\n &lt;caption class=\&quot;pf-v6-c-table__caption\&quot;&gt;This is the table caption&lt;/caption&gt;\n\n &lt;thead class=\&quot;pf-v6-c-table__thead\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Repositories&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Branches&lt;/th&gt;\n\n &lt;th\n class=\&quot;pf-v6-c-table__th\&quot;\n role=\&quot;columnheader\&quot;\n scope=\&quot;col\&quot;\n &gt;Pull requests&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Workspaces&lt;/th&gt;\n\n &lt;th class=\&quot;pf-v6-c-table__th\&quot; role=\&quot;columnheader\&quot; scope=\&quot;col\&quot;&gt;Last commit&lt;/th&gt;\n &lt;/tr&gt;\n &lt;/thead&gt;\n\n &lt;tbody class=\&quot;pf-v6-c-table__tbody\&quot; role=\&quot;rowgroup\&quot;&gt;\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-striped\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 1&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 2&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr pf-m-striped\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 3&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n\n &lt;tr class=\&quot;pf-v6-c-table__tr\&quot; role=\&quot;row\&quot;&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Repository name\&quot;\n &gt;Repository 4&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Branches\&quot;&gt;10&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Pull requests\&quot;&gt;25&lt;/td&gt;\n &lt;td class=\&quot;pf-v6-c-table__td\&quot; role=\&quot;cell\&quot; data-label=\&quot;Workspaces\&quot;&gt;5&lt;/td&gt;\n &lt;td\n class=\&quot;pf-v6-c-table__td\&quot;\n role=\&quot;cell\&quot;\n data-label=\&quot;Last commit\&quot;\n &gt;2 days ago&lt;/td&gt;\n &lt;/tr&gt;\n &lt;/tbody&gt;\n&lt;/table&gt;\n&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
1203
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7961" data-pf-content="true" class="pf-v6-c-content--h3">Striped table usage</h3>
1203
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7614" data-pf-content="true" class="pf-v6-c-content--h3">Striped table usage</h3>
1204
1204
 
1205
1205
 
1206
1206
 
@@ -1222,22 +1222,22 @@
1222
1222
 
1223
1223
 
1224
1224
  <table><thead><tr><th>Class</th><th>Applied to</th><th>Outcome</th></tr></thead><tbody><tr><td><code>.pf-m-striped</code></td><td><code>.pf-v6-c-table</code>, <code>tbody</code>, <code>tr</code></td><td>Modifies odd table rows to be striped.</td></tr><tr><td><code>.pf-m-striped-even</code></td><td><code>tbody</code></td><td>Modifies even table rows to be striped. For use in tables with multiple <code>tbody</code> elements where adjacent <code>tbody</code> elements need even row striping to maintain visual consistency.</td></tr></tbody></table>
1225
- <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7962" data-pf-content="true" class="pf-v6-c-content--h2">Documentation</h2>
1226
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7963" data-pf-content="true" class="pf-v6-c-content--h3">Overview</h3>
1227
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7984" data-pf-content="true" class="pf-v6-c-content--p">Because the table component is not used for layout and presents tabular data only, it requires the use of <code>role=&quot;grid&quot;</code>. Expandable table content (<code>.pf-v6-c-table__expandable-content</code>) is placed within a singular <code>&lt;td&gt;</code> per expandable row, that can span multiple columns.</p>
1228
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7964" data-pf-content="true" class="pf-v6-c-content--h3">Role=“grid”</h3>
1229
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7985" data-pf-content="true" class="pf-v6-c-content--p">Applying <code>role=&quot;grid&quot;</code> to tables enhances accessible interaction while in table layout, however the responsive, css grid based layout can cause unexpected interactions. Therefore, for css grid layout, it is recommended that <code>role=&quot;grid&quot;</code> be removed.</p>
1230
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7965" data-pf-content="true" class="pf-v6-c-content--h3">Sortable tables</h3>
1231
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7986" data-pf-content="true" class="pf-v6-c-content--p">Table columns may shift when expanding/collapsing. To address this, set <code>.pf-m-fit-content</code>, or assign a width <code>.pf-m-width-[width]</code> to the corresponding <code>&lt;th&gt;</code> defining the column or <code>&lt;td&gt;</code> within the column. Width values are <code>[10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90]</code> or <code>max</code>.</p>
1232
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7966" data-pf-content="true" class="pf-v6-c-content--h3">Table header cells</h3>
1233
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7987" data-pf-content="true" class="pf-v6-c-content--p">By default, all table header cells are set to <code>white-space: nowrap</code>. If a <code>&lt;th&gt;</code>’s content needs to wrap, apply <code>.pf-m-wrap</code>.</p>
1234
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7967" data-pf-content="true" class="pf-v6-c-content--h3">Implementation support</h3>
1235
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7991" data-pf-content="true" class="pf-v6-c-content--ul">
1236
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7968" data-pf-content="true" class="pf-v6-c-content--li">One expandable toggle button, positioned in the first cell of a non-expandable row, preceding an expandable row.</li>
1237
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7969" data-pf-content="true" class="pf-v6-c-content--li">One checkbox or radio input, positioned in the first or second cell of a non-expandable row.</li>
1238
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7970" data-pf-content="true" class="pf-v6-c-content--li">One action button, positioned in the last cell of a non-expandable row.</li>
1239
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7971" data-pf-content="true" class="pf-v6-c-content--li">Tabular data.</li>
1240
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7972" data-pf-content="true" class="pf-v6-c-content--li">Compact presentation modifier (not compatible with expandable table).</li>
1241
- </ul> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7861" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
1225
+ <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7615" data-pf-content="true" class="pf-v6-c-content--h2">Documentation</h2>
1226
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7616" data-pf-content="true" class="pf-v6-c-content--h3">Overview</h3>
1227
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7637" data-pf-content="true" class="pf-v6-c-content--p">Because the table component is not used for layout and presents tabular data only, it requires the use of <code>role=&quot;grid&quot;</code>. Expandable table content (<code>.pf-v6-c-table__expandable-content</code>) is placed within a singular <code>&lt;td&gt;</code> per expandable row, that can span multiple columns.</p>
1228
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7617" data-pf-content="true" class="pf-v6-c-content--h3">Role=“grid”</h3>
1229
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7638" data-pf-content="true" class="pf-v6-c-content--p">Applying <code>role=&quot;grid&quot;</code> to tables enhances accessible interaction while in table layout, however the responsive, css grid based layout can cause unexpected interactions. Therefore, for css grid layout, it is recommended that <code>role=&quot;grid&quot;</code> be removed.</p>
1230
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7618" data-pf-content="true" class="pf-v6-c-content--h3">Sortable tables</h3>
1231
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7639" data-pf-content="true" class="pf-v6-c-content--p">Table columns may shift when expanding/collapsing. To address this, set <code>.pf-m-fit-content</code>, or assign a width <code>.pf-m-width-[width]</code> to the corresponding <code>&lt;th&gt;</code> defining the column or <code>&lt;td&gt;</code> within the column. Width values are <code>[10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90]</code> or <code>max</code>.</p>
1232
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7619" data-pf-content="true" class="pf-v6-c-content--h3">Table header cells</h3>
1233
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7640" data-pf-content="true" class="pf-v6-c-content--p">By default, all table header cells are set to <code>white-space: nowrap</code>. If a <code>&lt;th&gt;</code>’s content needs to wrap, apply <code>.pf-m-wrap</code>.</p>
1234
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7620" data-pf-content="true" class="pf-v6-c-content--h3">Implementation support</h3>
1235
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7644" data-pf-content="true" class="pf-v6-c-content--ul">
1236
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7621" data-pf-content="true" class="pf-v6-c-content--li">One expandable toggle button, positioned in the first cell of a non-expandable row, preceding an expandable row.</li>
1237
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7622" data-pf-content="true" class="pf-v6-c-content--li">One checkbox or radio input, positioned in the first or second cell of a non-expandable row.</li>
1238
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7623" data-pf-content="true" class="pf-v6-c-content--li">One action button, positioned in the last cell of a non-expandable row.</li>
1239
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7624" data-pf-content="true" class="pf-v6-c-content--li">Tabular data.</li>
1240
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7625" data-pf-content="true" class="pf-v6-c-content--li">Compact presentation modifier (not compatible with expandable table).</li>
1241
+ </ul> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-7514" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
1242
1242
  CSS variables
1243
1243
  </h2></div></div></div><div class="pf-v6-l-stack__item"><astro-island uid="jOQ1t" component-url="/_astro/CSSTable.DRfZMeKo.js" component-export="CSSTable" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;autoLinkHeader&quot;:[0,false],&quot;cssPrefix&quot;:[0,&quot;pf-v6-c-table&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;CSSTableComponent&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island></div></div></div></div> </div></section> </div></section> </main> </div> </div> <script type="module">try{localStorage.getItem("theme-preference")==="dark"&&document.documentElement.classList.add("pf-v6-theme-dark")}catch(e){console.error("Failed to set initial theme:",e)}</script></body></html>