@patternfly/patternfly 5.0.0-alpha.37 → 5.0.0-alpha.39

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.
@@ -7195,16 +7195,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7195
7195
  | -- | -- | -- |
7196
7196
  | `.pf-m-compact` | `.pf-c-table` | Modifies for a compact table. |
7197
7197
 
7198
- ## Hoverable and selected
7198
+ ## Clickable
7199
7199
 
7200
- ### Hoverable and selected example
7200
+ ### Clickable example
7201
7201
 
7202
7202
  ```html
7203
7203
  <table
7204
7204
  class="pf-c-table pf-m-grid-lg"
7205
7205
  role="grid"
7206
- aria-label="Hoverable and selectable table example"
7207
- id="table-hoverable"
7206
+ aria-label="Clickable and selectable table example"
7207
+ id="table-clickable"
7208
7208
  >
7209
7209
  <thead>
7210
7210
  <tr role="row">
@@ -7214,7 +7214,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7214
7214
  <input
7215
7215
  class="pf-c-check__input"
7216
7216
  type="checkbox"
7217
- name="table-hoverable-checkrowthead"
7217
+ name="table-clickable-checkrowthead"
7218
7218
  aria-label="Select all rows"
7219
7219
  />
7220
7220
  </div>
@@ -7238,27 +7238,27 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7238
7238
  <td></td>
7239
7239
  </tr>
7240
7240
  </thead>
7241
- <tr class="pf-m-hoverable" role="row" tabindex="0">
7241
+ <tr class="pf-m-clickable" role="row" tabindex="0">
7242
7242
  <td class="pf-c-table__check" role="cell">
7243
7243
  <label>
7244
7244
  <div class="pf-c-check pf-m-standalone">
7245
7245
  <input
7246
7246
  class="pf-c-check__input"
7247
7247
  type="checkbox"
7248
- name="table-hoverable-checkrow1"
7249
- aria-labelledby="table-hoverable-node1"
7248
+ name="table-clickable-checkrow1"
7249
+ aria-labelledby="table-clickable-node1"
7250
7250
  />
7251
7251
  </div>
7252
7252
  </label>
7253
7253
  </td>
7254
7254
  <th role="columnheader" data-label="Repository name">
7255
- <div id="table-hoverable-node1">Hoverable</div>
7255
+ <div id="table-clickable-node1">Clickable</div>
7256
7256
  </th>
7257
7257
  <td class="pf-c-table__action" role="cell">
7258
7258
  <div class="pf-c-dropdown">
7259
7259
  <button
7260
7260
  class="pf-c-dropdown__toggle pf-m-plain"
7261
- id="table-hoverable-dropdown-kebab-selectable-1-button"
7261
+ id="table-clickable-dropdown-kebab-selectable-1-button"
7262
7262
  aria-expanded="false"
7263
7263
  type="button"
7264
7264
  aria-label="Actions"
@@ -7267,7 +7267,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7267
7267
  </button>
7268
7268
  <ul
7269
7269
  class="pf-c-dropdown__menu pf-m-align-right"
7270
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-1-button"
7270
+ aria-labelledby="table-clickable-dropdown-kebab-selectable-1-button"
7271
7271
  hidden
7272
7272
  >
7273
7273
  <li>
@@ -7299,29 +7299,29 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7299
7299
  </div>
7300
7300
  </td>
7301
7301
  </tr>
7302
- <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7302
+ <tr class="pf-m-clickable pf-m-selected" role="row" tabindex="0">
7303
7303
  <td class="pf-c-table__check" role="cell">
7304
7304
  <label>
7305
7305
  <div class="pf-c-check pf-m-standalone">
7306
7306
  <input
7307
7307
  class="pf-c-check__input"
7308
7308
  type="checkbox"
7309
- name="table-hoverable-checkrow2"
7310
- aria-labelledby="table-hoverable-node2"
7309
+ name="table-clickable-checkrow2"
7310
+ aria-labelledby="table-clickable-node2"
7311
7311
  />
7312
7312
  </div>
7313
7313
  </label>
7314
7314
  </td>
7315
7315
  <th role="columnheader" data-label="Repository name">
7316
- <div id="table-hoverable-node2">
7317
- <b>Selected</b>
7316
+ <div id="table-clickable-node2">
7317
+ <b>Clicked</b>
7318
7318
  </div>
7319
7319
  </th>
7320
7320
  <td class="pf-c-table__action" role="cell">
7321
7321
  <div class="pf-c-dropdown">
7322
7322
  <button
7323
7323
  class="pf-c-dropdown__toggle pf-m-plain"
7324
- id="table-hoverable-dropdown-kebab-selectable-2-button"
7324
+ id="table-clickable-dropdown-kebab-selectable-2-button"
7325
7325
  aria-expanded="false"
7326
7326
  type="button"
7327
7327
  aria-label="Actions"
@@ -7330,7 +7330,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7330
7330
  </button>
7331
7331
  <ul
7332
7332
  class="pf-c-dropdown__menu pf-m-align-right"
7333
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-2-button"
7333
+ aria-labelledby="table-clickable-dropdown-kebab-selectable-2-button"
7334
7334
  hidden
7335
7335
  >
7336
7336
  <li>
@@ -7362,27 +7362,27 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7362
7362
  </div>
7363
7363
  </td>
7364
7364
  </tr>
7365
- <tr class="pf-m-hoverable" role="row" tabindex="0">
7365
+ <tr class="pf-m-clickable" role="row" tabindex="0">
7366
7366
  <td class="pf-c-table__check" role="cell">
7367
7367
  <label>
7368
7368
  <div class="pf-c-check pf-m-standalone">
7369
7369
  <input
7370
7370
  class="pf-c-check__input"
7371
7371
  type="checkbox"
7372
- name="table-hoverable-checkrow3"
7373
- aria-labelledby="table-hoverable-node3"
7372
+ name="table-clickable-checkrow3"
7373
+ aria-labelledby="table-clickable-node3"
7374
7374
  />
7375
7375
  </div>
7376
7376
  </label>
7377
7377
  </td>
7378
7378
  <th role="columnheader" data-label="Repository name">
7379
- <div id="table-hoverable-node3">Hoverable</div>
7379
+ <div id="table-clickable-node3">Clickable</div>
7380
7380
  </th>
7381
7381
  <td class="pf-c-table__action" role="cell">
7382
7382
  <div class="pf-c-dropdown">
7383
7383
  <button
7384
7384
  class="pf-c-dropdown__toggle pf-m-plain"
7385
- id="table-hoverable-dropdown-kebab-selectable-3-button"
7385
+ id="table-clickable-dropdown-kebab-selectable-3-button"
7386
7386
  aria-expanded="false"
7387
7387
  type="button"
7388
7388
  aria-label="Actions"
@@ -7391,7 +7391,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7391
7391
  </button>
7392
7392
  <ul
7393
7393
  class="pf-c-dropdown__menu pf-m-align-right"
7394
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-3-button"
7394
+ aria-labelledby="table-clickable-dropdown-kebab-selectable-3-button"
7395
7395
  hidden
7396
7396
  >
7397
7397
  <li>
@@ -7423,2088 +7423,92 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7423
7423
  </div>
7424
7424
  </td>
7425
7425
  </tr>
7426
- <tr class="pf-m-hoverable" role="row" tabindex="0">
7427
- <td class="pf-c-table__check" role="cell">
7428
- <label>
7429
- <div class="pf-c-check pf-m-standalone">
7430
- <input
7431
- class="pf-c-check__input"
7432
- type="checkbox"
7433
- name="table-hoverable-checkrow4"
7434
- aria-labelledby="table-hoverable-node4"
7435
- />
7436
- </div>
7437
- </label>
7438
- </td>
7439
- <th role="columnheader" data-label="Repository name">
7440
- <div id="table-hoverable-node4">Hoverable</div>
7441
- </th>
7442
- <td class="pf-c-table__action" role="cell">
7443
- <div class="pf-c-dropdown">
7444
- <button
7445
- class="pf-c-dropdown__toggle pf-m-plain"
7446
- id="table-hoverable-dropdown-kebab-selectable-4-button"
7447
- aria-expanded="false"
7448
- type="button"
7449
- aria-label="Actions"
7450
- >
7451
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7452
- </button>
7453
- <ul
7454
- class="pf-c-dropdown__menu pf-m-align-right"
7455
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-4-button"
7456
- hidden
7457
- >
7458
- <li>
7459
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7460
- </li>
7461
- <li>
7462
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7463
- </li>
7464
- <li>
7465
- <a
7466
- class="pf-c-dropdown__menu-item pf-m-disabled"
7467
- href="#"
7468
- aria-disabled="true"
7469
- tabindex="-1"
7470
- >Disabled link</a>
7471
- </li>
7472
- <li>
7473
- <button
7474
- class="pf-c-dropdown__menu-item"
7475
- type="button"
7476
- disabled
7477
- >Disabled action</button>
7478
- </li>
7479
- <li class="pf-c-divider" role="separator"></li>
7480
- <li>
7481
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7482
- </li>
7483
- </ul>
7484
- </div>
7485
- </td>
7486
- </tr>
7487
- <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7488
- <td class="pf-c-table__check" role="cell">
7489
- <label>
7490
- <div class="pf-c-check pf-m-standalone">
7491
- <input
7492
- class="pf-c-check__input"
7493
- type="checkbox"
7494
- name="table-hoverable-checkrow5"
7495
- aria-labelledby="table-hoverable-node5"
7496
- />
7497
- </div>
7498
- </label>
7499
- </td>
7500
- <th role="columnheader" data-label="Repository name">
7501
- <div id="table-hoverable-node5">
7502
- <b>Selected</b>
7503
- </div>
7504
- </th>
7505
- <td class="pf-c-table__action" role="cell">
7506
- <div class="pf-c-dropdown">
7507
- <button
7508
- class="pf-c-dropdown__toggle pf-m-plain"
7509
- id="table-hoverable-dropdown-kebab-selectable-5-button"
7510
- aria-expanded="false"
7511
- type="button"
7512
- aria-label="Actions"
7513
- >
7514
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7515
- </button>
7516
- <ul
7517
- class="pf-c-dropdown__menu pf-m-align-right"
7518
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-5-button"
7519
- hidden
7520
- >
7521
- <li>
7522
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7523
- </li>
7524
- <li>
7525
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7526
- </li>
7527
- <li>
7528
- <a
7529
- class="pf-c-dropdown__menu-item pf-m-disabled"
7530
- href="#"
7531
- aria-disabled="true"
7532
- tabindex="-1"
7533
- >Disabled link</a>
7534
- </li>
7535
- <li>
7536
- <button
7537
- class="pf-c-dropdown__menu-item"
7538
- type="button"
7539
- disabled
7540
- >Disabled action</button>
7541
- </li>
7542
- <li class="pf-c-divider" role="separator"></li>
7543
- <li>
7544
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7545
- </li>
7546
- </ul>
7547
- </div>
7548
- </td>
7549
- </tr>
7550
- <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7551
- <td class="pf-c-table__check" role="cell">
7552
- <label>
7553
- <div class="pf-c-check pf-m-standalone">
7554
- <input
7555
- class="pf-c-check__input"
7556
- type="checkbox"
7557
- name="table-hoverable-checkrow6"
7558
- aria-labelledby="table-hoverable-node6"
7559
- />
7560
- </div>
7561
- </label>
7562
- </td>
7563
- <th role="columnheader" data-label="Repository name">
7564
- <div id="table-hoverable-node6">
7565
- <b>Selected</b>
7566
- </div>
7567
- </th>
7568
- <td class="pf-c-table__action" role="cell">
7569
- <div class="pf-c-dropdown">
7570
- <button
7571
- class="pf-c-dropdown__toggle pf-m-plain"
7572
- id="table-hoverable-dropdown-kebab-selectable-6-button"
7573
- aria-expanded="false"
7574
- type="button"
7575
- aria-label="Actions"
7576
- >
7577
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7578
- </button>
7579
- <ul
7580
- class="pf-c-dropdown__menu pf-m-align-right"
7581
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-6-button"
7582
- hidden
7583
- >
7584
- <li>
7585
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7586
- </li>
7587
- <li>
7588
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7589
- </li>
7590
- <li>
7591
- <a
7592
- class="pf-c-dropdown__menu-item pf-m-disabled"
7593
- href="#"
7594
- aria-disabled="true"
7595
- tabindex="-1"
7596
- >Disabled link</a>
7597
- </li>
7598
- <li>
7599
- <button
7600
- class="pf-c-dropdown__menu-item"
7601
- type="button"
7602
- disabled
7603
- >Disabled action</button>
7604
- </li>
7605
- <li class="pf-c-divider" role="separator"></li>
7606
- <li>
7607
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7608
- </li>
7609
- </ul>
7610
- </div>
7611
- </td>
7612
- </tr>
7613
- <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7614
- <td class="pf-c-table__check" role="cell">
7615
- <label>
7616
- <div class="pf-c-check pf-m-standalone">
7617
- <input
7618
- class="pf-c-check__input"
7619
- type="checkbox"
7620
- name="table-hoverable-checkrow7"
7621
- aria-labelledby="table-hoverable-node7"
7622
- />
7623
- </div>
7624
- </label>
7625
- </td>
7626
- <th role="columnheader" data-label="Repository name">
7627
- <div id="table-hoverable-node7">
7628
- <b>Selected</b>
7629
- </div>
7630
- </th>
7631
- <td class="pf-c-table__action" role="cell">
7632
- <div class="pf-c-dropdown">
7633
- <button
7634
- class="pf-c-dropdown__toggle pf-m-plain"
7635
- id="table-hoverable-dropdown-kebab-selectable-7-button"
7636
- aria-expanded="false"
7637
- type="button"
7638
- aria-label="Actions"
7639
- >
7640
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7641
- </button>
7642
- <ul
7643
- class="pf-c-dropdown__menu pf-m-align-right"
7644
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-7-button"
7645
- hidden
7646
- >
7647
- <li>
7648
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7649
- </li>
7650
- <li>
7651
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7652
- </li>
7653
- <li>
7654
- <a
7655
- class="pf-c-dropdown__menu-item pf-m-disabled"
7656
- href="#"
7657
- aria-disabled="true"
7658
- tabindex="-1"
7659
- >Disabled link</a>
7660
- </li>
7661
- <li>
7662
- <button
7663
- class="pf-c-dropdown__menu-item"
7664
- type="button"
7665
- disabled
7666
- >Disabled action</button>
7667
- </li>
7668
- <li class="pf-c-divider" role="separator"></li>
7669
- <li>
7670
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7671
- </li>
7672
- </ul>
7673
- </div>
7674
- </td>
7675
- </tr>
7676
- <tr class="pf-m-hoverable" role="row" tabindex="0">
7677
- <td class="pf-c-table__check" role="cell">
7678
- <label>
7679
- <div class="pf-c-check pf-m-standalone">
7680
- <input
7681
- class="pf-c-check__input"
7682
- type="checkbox"
7683
- name="table-hoverable-checkrow8"
7684
- aria-labelledby="table-hoverable-node8"
7685
- />
7686
- </div>
7687
- </label>
7688
- </td>
7689
- <th role="columnheader" data-label="Repository name">
7690
- <div id="table-hoverable-node8">Hoverable</div>
7691
- </th>
7692
- <td class="pf-c-table__action" role="cell">
7693
- <div class="pf-c-dropdown">
7694
- <button
7695
- class="pf-c-dropdown__toggle pf-m-plain"
7696
- id="table-hoverable-dropdown-kebab-selectable-8-button"
7697
- aria-expanded="false"
7698
- type="button"
7699
- aria-label="Actions"
7700
- >
7701
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7702
- </button>
7703
- <ul
7704
- class="pf-c-dropdown__menu pf-m-align-right"
7705
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-8-button"
7706
- hidden
7707
- >
7708
- <li>
7709
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7710
- </li>
7711
- <li>
7712
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7713
- </li>
7714
- <li>
7715
- <a
7716
- class="pf-c-dropdown__menu-item pf-m-disabled"
7717
- href="#"
7718
- aria-disabled="true"
7719
- tabindex="-1"
7720
- >Disabled link</a>
7721
- </li>
7722
- <li>
7723
- <button
7724
- class="pf-c-dropdown__menu-item"
7725
- type="button"
7726
- disabled
7727
- >Disabled action</button>
7728
- </li>
7729
- <li class="pf-c-divider" role="separator"></li>
7730
- <li>
7731
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7732
- </li>
7733
- </ul>
7734
- </div>
7735
- </td>
7736
- </tr>
7737
- <tr class="pf-m-hoverable" role="row" tabindex="0">
7738
- <td class="pf-c-table__check" role="cell">
7739
- <label>
7740
- <div class="pf-c-check pf-m-standalone">
7741
- <input
7742
- class="pf-c-check__input"
7743
- type="checkbox"
7744
- name="table-hoverable-checkrow9"
7745
- aria-labelledby="table-hoverable-node9"
7746
- />
7747
- </div>
7748
- </label>
7749
- </td>
7750
- <th role="columnheader" data-label="Repository name">
7751
- <div id="table-hoverable-node9">Hoverable</div>
7752
- </th>
7753
- <td class="pf-c-table__action" role="cell">
7754
- <div class="pf-c-dropdown">
7755
- <button
7756
- class="pf-c-dropdown__toggle pf-m-plain"
7757
- id="table-hoverable-dropdown-kebab-selectable-9-button"
7758
- aria-expanded="false"
7759
- type="button"
7760
- aria-label="Actions"
7761
- >
7762
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7763
- </button>
7764
- <ul
7765
- class="pf-c-dropdown__menu pf-m-align-right"
7766
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-9-button"
7767
- hidden
7768
- >
7769
- <li>
7770
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7771
- </li>
7772
- <li>
7773
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7774
- </li>
7775
- <li>
7776
- <a
7777
- class="pf-c-dropdown__menu-item pf-m-disabled"
7778
- href="#"
7779
- aria-disabled="true"
7780
- tabindex="-1"
7781
- >Disabled link</a>
7782
- </li>
7783
- <li>
7784
- <button
7785
- class="pf-c-dropdown__menu-item"
7786
- type="button"
7787
- disabled
7788
- >Disabled action</button>
7789
- </li>
7790
- <li class="pf-c-divider" role="separator"></li>
7791
- <li>
7792
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7793
- </li>
7794
- </ul>
7795
- </div>
7796
- </td>
7797
- </tr>
7798
- <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7799
- <td class="pf-c-table__check" role="cell">
7800
- <label>
7801
- <div class="pf-c-check pf-m-standalone">
7802
- <input
7803
- class="pf-c-check__input"
7804
- type="checkbox"
7805
- name="table-hoverable-checkrow10"
7806
- aria-labelledby="table-hoverable-node10"
7807
- />
7808
- </div>
7809
- </label>
7810
- </td>
7811
- <th role="columnheader" data-label="Repository name">
7812
- <div id="table-hoverable-node10">
7813
- <b>Selected</b>
7814
- </div>
7815
- </th>
7816
- <td class="pf-c-table__action" role="cell">
7817
- <div class="pf-c-dropdown">
7818
- <button
7819
- class="pf-c-dropdown__toggle pf-m-plain"
7820
- id="table-hoverable-dropdown-kebab-selectable-10-button"
7821
- aria-expanded="false"
7822
- type="button"
7823
- aria-label="Actions"
7824
- >
7825
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7826
- </button>
7827
- <ul
7828
- class="pf-c-dropdown__menu pf-m-align-right"
7829
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-10-button"
7830
- hidden
7831
- >
7832
- <li>
7833
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7834
- </li>
7835
- <li>
7836
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7837
- </li>
7838
- <li>
7839
- <a
7840
- class="pf-c-dropdown__menu-item pf-m-disabled"
7841
- href="#"
7842
- aria-disabled="true"
7843
- tabindex="-1"
7844
- >Disabled link</a>
7845
- </li>
7846
- <li>
7847
- <button
7848
- class="pf-c-dropdown__menu-item"
7849
- type="button"
7850
- disabled
7851
- >Disabled action</button>
7852
- </li>
7853
- <li class="pf-c-divider" role="separator"></li>
7854
- <li>
7855
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7856
- </li>
7857
- </ul>
7858
- </div>
7859
- </td>
7860
- </tr>
7861
- <tr class="pf-m-hoverable" role="row" tabindex="0">
7862
- <td class="pf-c-table__check" role="cell">
7863
- <label>
7864
- <div class="pf-c-check pf-m-standalone">
7865
- <input
7866
- class="pf-c-check__input"
7867
- type="checkbox"
7868
- name="table-hoverable-checkrow11"
7869
- aria-labelledby="table-hoverable-node11"
7870
- />
7871
- </div>
7872
- </label>
7873
- </td>
7874
- <th role="columnheader" data-label="Repository name">
7875
- <div id="table-hoverable-node11">Hoverable</div>
7876
- </th>
7877
- <td class="pf-c-table__action" role="cell">
7878
- <div class="pf-c-dropdown">
7879
- <button
7880
- class="pf-c-dropdown__toggle pf-m-plain"
7881
- id="table-hoverable-dropdown-kebab-selectable-11-button"
7882
- aria-expanded="false"
7883
- type="button"
7884
- aria-label="Actions"
7885
- >
7886
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7887
- </button>
7888
- <ul
7889
- class="pf-c-dropdown__menu pf-m-align-right"
7890
- aria-labelledby="table-hoverable-dropdown-kebab-selectable-11-button"
7891
- hidden
7892
- >
7893
- <li>
7894
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
7895
- </li>
7896
- <li>
7897
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
7898
- </li>
7899
- <li>
7900
- <a
7901
- class="pf-c-dropdown__menu-item pf-m-disabled"
7902
- href="#"
7903
- aria-disabled="true"
7904
- tabindex="-1"
7905
- >Disabled link</a>
7906
- </li>
7907
- <li>
7908
- <button
7909
- class="pf-c-dropdown__menu-item"
7910
- type="button"
7911
- disabled
7912
- >Disabled action</button>
7913
- </li>
7914
- <li class="pf-c-divider" role="separator"></li>
7915
- <li>
7916
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
7917
- </li>
7918
- </ul>
7919
- </div>
7920
- </td>
7921
- </tr>
7922
- </table>
7923
-
7924
- ```
7925
-
7926
- ### Expandable, hoverable, and selected example
7927
-
7928
- ```html
7929
- <table
7930
- class="pf-c-table pf-m-expandable pf-m-grid-lg"
7931
- role="grid"
7932
- aria-label="Expandable and hoverable table example"
7933
- id="table-expandable-hoverable"
7934
- >
7935
- <thead>
7936
- <tr role="row">
7937
- <td></td>
7938
- <td class="pf-c-table__check" role="cell">
7939
- <label>
7940
- <div class="pf-c-check pf-m-standalone">
7941
- <input
7942
- class="pf-c-check__input"
7943
- type="checkbox"
7944
- name="table-expandable-hoverable-checkrowthead"
7945
- aria-label="Select all rows"
7946
- />
7947
- </div>
7948
- </label>
7949
- </td>
7950
- <th
7951
- class="pf-m-width-30 pf-c-table__sort pf-m-selected"
7952
- role="columnheader"
7953
- aria-sort="ascending"
7954
- scope="col"
7955
- >
7956
- <button class="pf-c-table__button">
7957
- <div class="pf-c-table__button-content">
7958
- <span class="pf-c-table__text">Repositories</span>
7959
- <span class="pf-c-table__sort-indicator">
7960
- <i class="fas fa-long-arrow-alt-up"></i>
7961
- </span>
7962
- </div>
7963
- </button>
7964
- </th>
7965
- <th
7966
- class="pf-c-table__sort"
7967
- role="columnheader"
7968
- aria-sort="none"
7969
- scope="col"
7970
- >
7971
- <button class="pf-c-table__button">
7972
- <div class="pf-c-table__button-content">
7973
- <span class="pf-c-table__text">Branches</span>
7974
- <span class="pf-c-table__sort-indicator">
7975
- <i class="fas fa-arrows-alt-v"></i>
7976
- </span>
7977
- </div>
7978
- </button>
7979
- </th>
7980
- <th
7981
- class="pf-c-table__sort"
7982
- role="columnheader"
7983
- aria-sort="none"
7984
- scope="col"
7985
- >
7986
- <button class="pf-c-table__button">
7987
- <div class="pf-c-table__button-content">
7988
- <span class="pf-c-table__text">Pull requests</span>
7989
- <span class="pf-c-table__sort-indicator">
7990
- <i class="fas fa-arrows-alt-v"></i>
7991
- </span>
7992
- </div>
7993
- </button>
7994
- </th>
7995
- <td></td>
7996
- <td></td>
7997
- </tr>
7998
- </thead>
7999
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
8000
- <tr class="pf-m-expanded" role="row">
8001
- <td class="pf-c-table__toggle" role="cell">
8002
- <button
8003
- class="pf-c-button pf-m-plain"
8004
- aria-labelledby="table-expandable-hoverable-node1 table-expandable-hoverable-expandable-toggle1"
8005
- id="table-expandable-hoverable-expandable-toggle1"
8006
- aria-label="Details"
8007
- aria-controls="table-expandable-hoverable-content1"
8008
- >
8009
- <div class="pf-c-table__toggle-icon">
8010
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8011
- </div>
8012
- </button>
8013
- </td>
8014
-
8015
- <td class="pf-c-table__check" role="cell">
8016
- <label>
8017
- <div class="pf-c-check pf-m-standalone">
8018
- <input
8019
- class="pf-c-check__input"
8020
- type="checkbox"
8021
- name="table-expandable-hoverable-checkrow1"
8022
- aria-labelledby="table-expandable-hoverable-node1"
8023
- />
8024
- </div>
8025
- </label>
8026
- </td>
8027
- <th role="columnheader" data-label="Repository name">
8028
- <div>
8029
- <div id="table-expandable-hoverable-node1">Hoverable</div>
8030
- </div>
8031
- </th>
8032
- <td role="cell" data-label="Branches">10</td>
8033
- <td role="cell" data-label="Pull requests">25</td>
8034
- <td role="cell" data-label="Action">
8035
- <a href="#">Link 1</a>
8036
- </td>
8037
- <td class="pf-c-table__action" role="cell">
8038
- <div class="pf-c-dropdown">
8039
- <button
8040
- class="pf-c-dropdown__toggle pf-m-plain"
8041
- id="table-expandable-hoverable-dropdown-kebab-1-button"
8042
- aria-expanded="false"
8043
- type="button"
8044
- aria-label="Actions"
8045
- >
8046
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8047
- </button>
8048
- <ul
8049
- class="pf-c-dropdown__menu pf-m-align-right"
8050
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-1-button"
8051
- hidden
8052
- >
8053
- <li>
8054
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8055
- </li>
8056
- <li>
8057
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8058
- </li>
8059
- <li>
8060
- <a
8061
- class="pf-c-dropdown__menu-item pf-m-disabled"
8062
- href="#"
8063
- aria-disabled="true"
8064
- tabindex="-1"
8065
- >Disabled link</a>
8066
- </li>
8067
- <li>
8068
- <button
8069
- class="pf-c-dropdown__menu-item"
8070
- type="button"
8071
- disabled
8072
- >Disabled action</button>
8073
- </li>
8074
- <li class="pf-c-divider" role="separator"></li>
8075
- <li>
8076
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8077
- </li>
8078
- </ul>
8079
- </div>
8080
- </td>
8081
- </tr>
8082
-
8083
- <tr class="pf-c-table__expandable-row" role="row">
8084
- <td></td>
8085
- <td></td>
8086
- <td
8087
- class
8088
- role="cell"
8089
- colspan="4"
8090
- id="table-expandable-hoverable-content1"
8091
- >
8092
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8093
- </td>
8094
- <td></td>
8095
- </tr>
8096
- </tbody>
8097
- <tbody class="pf-m-hoverable pf-m-selected" role="rowgroup" tabindex="0">
8098
- <tr class="pf-m-expanded" role="row">
8099
- <td class="pf-c-table__toggle" role="cell">
8100
- <button
8101
- class="pf-c-button pf-m-plain"
8102
- aria-labelledby="table-expandable-hoverable-node2 table-expandable-hoverable-expandable-toggle2"
8103
- id="table-expandable-hoverable-expandable-toggle2"
8104
- aria-label="Details"
8105
- aria-controls="table-expandable-hoverable-content2"
8106
- >
8107
- <div class="pf-c-table__toggle-icon">
8108
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8109
- </div>
8110
- </button>
8111
- </td>
8112
-
8113
- <td class="pf-c-table__check" role="cell">
8114
- <label>
8115
- <div class="pf-c-check pf-m-standalone">
8116
- <input
8117
- class="pf-c-check__input"
8118
- type="checkbox"
8119
- name="table-expandable-hoverable-checkrow2"
8120
- aria-labelledby="table-expandable-hoverable-node2"
8121
- />
8122
- </div>
8123
- </label>
8124
- </td>
8125
- <th role="columnheader" data-label="Repository name">
8126
- <div>
8127
- <div id="table-expandable-hoverable-node2">
8128
- <i>Selected and not expanded</i>
8129
- </div>
8130
- </div>
8131
- </th>
8132
- <td role="cell" data-label="Branches">10</td>
8133
- <td role="cell" data-label="Pull requests">25</td>
8134
- <td role="cell" data-label="Action">
8135
- <a href="#">Link 2</a>
8136
- </td>
8137
- <td class="pf-c-table__action" role="cell">
8138
- <div class="pf-c-dropdown">
8139
- <button
8140
- class="pf-c-dropdown__toggle pf-m-plain"
8141
- id="table-expandable-hoverable-dropdown-kebab-2-button"
8142
- aria-expanded="false"
8143
- type="button"
8144
- aria-label="Actions"
8145
- >
8146
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8147
- </button>
8148
- <ul
8149
- class="pf-c-dropdown__menu pf-m-align-right"
8150
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-2-button"
8151
- hidden
8152
- >
8153
- <li>
8154
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8155
- </li>
8156
- <li>
8157
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8158
- </li>
8159
- <li>
8160
- <a
8161
- class="pf-c-dropdown__menu-item pf-m-disabled"
8162
- href="#"
8163
- aria-disabled="true"
8164
- tabindex="-1"
8165
- >Disabled link</a>
8166
- </li>
8167
- <li>
8168
- <button
8169
- class="pf-c-dropdown__menu-item"
8170
- type="button"
8171
- disabled
8172
- >Disabled action</button>
8173
- </li>
8174
- <li class="pf-c-divider" role="separator"></li>
8175
- <li>
8176
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8177
- </li>
8178
- </ul>
8179
- </div>
8180
- </td>
8181
- </tr>
8182
-
8183
- <tr class="pf-c-table__expandable-row" role="row">
8184
- <td></td>
8185
- <td></td>
8186
- <td
8187
- class
8188
- role="cell"
8189
- colspan="4"
8190
- id="table-expandable-hoverable-content2"
8191
- >
8192
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8193
- </td>
8194
- <td></td>
8195
- </tr>
8196
- </tbody>
8197
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
8198
- <tr class="pf-m-expanded" role="row">
8199
- <td class="pf-c-table__toggle" role="cell">
8200
- <button
8201
- class="pf-c-button pf-m-plain"
8202
- aria-labelledby="table-expandable-hoverable-node3 table-expandable-hoverable-expandable-toggle3"
8203
- id="table-expandable-hoverable-expandable-toggle3"
8204
- aria-label="Details"
8205
- aria-controls="table-expandable-hoverable-content3"
8206
- >
8207
- <div class="pf-c-table__toggle-icon">
8208
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8209
- </div>
8210
- </button>
8211
- </td>
8212
-
8213
- <td class="pf-c-table__check" role="cell">
8214
- <label>
8215
- <div class="pf-c-check pf-m-standalone">
8216
- <input
8217
- class="pf-c-check__input"
8218
- type="checkbox"
8219
- name="table-expandable-hoverable-checkrow3"
8220
- aria-labelledby="table-expandable-hoverable-node3"
8221
- />
8222
- </div>
8223
- </label>
8224
- </td>
8225
- <th role="columnheader" data-label="Repository name">
8226
- <div>
8227
- <div id="table-expandable-hoverable-node3">Hoverable</div>
8228
- </div>
8229
- </th>
8230
- <td role="cell" data-label="Branches">10</td>
8231
- <td role="cell" data-label="Pull requests">25</td>
8232
- <td role="cell" data-label="Action">
8233
- <a href="#">Link 3</a>
8234
- </td>
8235
- <td class="pf-c-table__action" role="cell">
8236
- <div class="pf-c-dropdown">
8237
- <button
8238
- class="pf-c-dropdown__toggle pf-m-plain"
8239
- id="table-expandable-hoverable-dropdown-kebab-3-button"
8240
- aria-expanded="false"
8241
- type="button"
8242
- aria-label="Actions"
8243
- >
8244
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8245
- </button>
8246
- <ul
8247
- class="pf-c-dropdown__menu pf-m-align-right"
8248
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-3-button"
8249
- hidden
8250
- >
8251
- <li>
8252
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8253
- </li>
8254
- <li>
8255
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8256
- </li>
8257
- <li>
8258
- <a
8259
- class="pf-c-dropdown__menu-item pf-m-disabled"
8260
- href="#"
8261
- aria-disabled="true"
8262
- tabindex="-1"
8263
- >Disabled link</a>
8264
- </li>
8265
- <li>
8266
- <button
8267
- class="pf-c-dropdown__menu-item"
8268
- type="button"
8269
- disabled
8270
- >Disabled action</button>
8271
- </li>
8272
- <li class="pf-c-divider" role="separator"></li>
8273
- <li>
8274
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8275
- </li>
8276
- </ul>
8277
- </div>
8278
- </td>
8279
- </tr>
8280
-
8281
- <tr class="pf-c-table__expandable-row" role="row">
8282
- <td></td>
8283
- <td></td>
8284
- <td
8285
- class
8286
- role="cell"
8287
- colspan="4"
8288
- id="table-expandable-hoverable-content3"
8289
- >
8290
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8291
- </td>
8292
- <td></td>
8293
- </tr>
8294
- </tbody>
8295
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
8296
- <tr class="pf-m-expanded" role="row">
8297
- <td class="pf-c-table__toggle" role="cell">
8298
- <button
8299
- class="pf-c-button pf-m-plain"
8300
- aria-labelledby="table-expandable-hoverable-node4 table-expandable-hoverable-expandable-toggle4"
8301
- id="table-expandable-hoverable-expandable-toggle4"
8302
- aria-label="Details"
8303
- aria-controls="table-expandable-hoverable-content4"
8304
- >
8305
- <div class="pf-c-table__toggle-icon">
8306
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8307
- </div>
8308
- </button>
8309
- </td>
8310
-
8311
- <td class="pf-c-table__check" role="cell">
8312
- <label>
8313
- <div class="pf-c-check pf-m-standalone">
8314
- <input
8315
- class="pf-c-check__input"
8316
- type="checkbox"
8317
- name="table-expandable-hoverable-checkrow4"
8318
- aria-labelledby="table-expandable-hoverable-node4"
8319
- />
8320
- </div>
8321
- </label>
8322
- </td>
8323
- <th role="columnheader" data-label="Repository name">
8324
- <div>
8325
- <div id="table-expandable-hoverable-node4">Hoverable</div>
8326
- </div>
8327
- </th>
8328
- <td role="cell" data-label="Branches">10</td>
8329
- <td role="cell" data-label="Pull requests">25</td>
8330
- <td role="cell" data-label="Action">
8331
- <a href="#">Link 4</a>
8332
- </td>
8333
- <td class="pf-c-table__action" role="cell">
8334
- <div class="pf-c-dropdown">
8335
- <button
8336
- class="pf-c-dropdown__toggle pf-m-plain"
8337
- id="table-expandable-hoverable-dropdown-kebab-4-button"
8338
- aria-expanded="false"
8339
- type="button"
8340
- aria-label="Actions"
8341
- >
8342
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8343
- </button>
8344
- <ul
8345
- class="pf-c-dropdown__menu pf-m-align-right"
8346
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-4-button"
8347
- hidden
8348
- >
8349
- <li>
8350
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8351
- </li>
8352
- <li>
8353
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8354
- </li>
8355
- <li>
8356
- <a
8357
- class="pf-c-dropdown__menu-item pf-m-disabled"
8358
- href="#"
8359
- aria-disabled="true"
8360
- tabindex="-1"
8361
- >Disabled link</a>
8362
- </li>
8363
- <li>
8364
- <button
8365
- class="pf-c-dropdown__menu-item"
8366
- type="button"
8367
- disabled
8368
- >Disabled action</button>
8369
- </li>
8370
- <li class="pf-c-divider" role="separator"></li>
8371
- <li>
8372
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8373
- </li>
8374
- </ul>
8375
- </div>
8376
- </td>
8377
- </tr>
8378
-
8379
- <tr class="pf-c-table__expandable-row" role="row">
8380
- <td></td>
8381
- <td></td>
8382
- <td
8383
- class
8384
- role="cell"
8385
- colspan="4"
8386
- id="table-expandable-hoverable-content4"
8387
- >
8388
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8389
- </td>
8390
- <td></td>
8391
- </tr>
8392
- </tbody>
8393
- <tbody class="pf-m-hoverable pf-m-selected" role="rowgroup" tabindex="0">
8394
- <tr class="pf-m-expanded" role="row">
8395
- <td class="pf-c-table__toggle" role="cell">
8396
- <button
8397
- class="pf-c-button pf-m-plain"
8398
- aria-labelledby="table-expandable-hoverable-node5 table-expandable-hoverable-expandable-toggle5"
8399
- id="table-expandable-hoverable-expandable-toggle5"
8400
- aria-label="Details"
8401
- aria-controls="table-expandable-hoverable-content5"
8402
- >
8403
- <div class="pf-c-table__toggle-icon">
8404
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8405
- </div>
8406
- </button>
8407
- </td>
8408
-
8409
- <td class="pf-c-table__check" role="cell">
8410
- <label>
8411
- <div class="pf-c-check pf-m-standalone">
8412
- <input
8413
- class="pf-c-check__input"
8414
- type="checkbox"
8415
- name="table-expandable-hoverable-checkrow5"
8416
- aria-labelledby="table-expandable-hoverable-node5"
8417
- />
8418
- </div>
8419
- </label>
8420
- </td>
8421
- <th role="columnheader" data-label="Repository name">
8422
- <div>
8423
- <div id="table-expandable-hoverable-node5">
8424
- <i>Selected and not expanded</i>
8425
- </div>
8426
- </div>
8427
- </th>
8428
- <td role="cell" data-label="Branches">10</td>
8429
- <td role="cell" data-label="Pull requests">25</td>
8430
- <td role="cell" data-label="Action">
8431
- <a href="#">Link 5</a>
8432
- </td>
8433
- <td class="pf-c-table__action" role="cell">
8434
- <div class="pf-c-dropdown">
8435
- <button
8436
- class="pf-c-dropdown__toggle pf-m-plain"
8437
- id="table-expandable-hoverable-dropdown-kebab-5-button"
8438
- aria-expanded="false"
8439
- type="button"
8440
- aria-label="Actions"
8441
- >
8442
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8443
- </button>
8444
- <ul
8445
- class="pf-c-dropdown__menu pf-m-align-right"
8446
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-5-button"
8447
- hidden
8448
- >
8449
- <li>
8450
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8451
- </li>
8452
- <li>
8453
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8454
- </li>
8455
- <li>
8456
- <a
8457
- class="pf-c-dropdown__menu-item pf-m-disabled"
8458
- href="#"
8459
- aria-disabled="true"
8460
- tabindex="-1"
8461
- >Disabled link</a>
8462
- </li>
8463
- <li>
8464
- <button
8465
- class="pf-c-dropdown__menu-item"
8466
- type="button"
8467
- disabled
8468
- >Disabled action</button>
8469
- </li>
8470
- <li class="pf-c-divider" role="separator"></li>
8471
- <li>
8472
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8473
- </li>
8474
- </ul>
8475
- </div>
8476
- </td>
8477
- </tr>
8478
-
8479
- <tr class="pf-c-table__expandable-row" role="row">
8480
- <td></td>
8481
- <td></td>
8482
- <td
8483
- class
8484
- role="cell"
8485
- colspan="4"
8486
- id="table-expandable-hoverable-content5"
8487
- >
8488
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8489
- </td>
8490
- <td></td>
8491
- </tr>
8492
- </tbody>
8493
- <tbody class="pf-m-hoverable pf-m-selected" role="rowgroup" tabindex="0">
8494
- <tr class="pf-m-expanded" role="row">
8495
- <td class="pf-c-table__toggle" role="cell">
8496
- <button
8497
- class="pf-c-button pf-m-plain"
8498
- aria-labelledby="table-expandable-hoverable-node6 table-expandable-hoverable-expandable-toggle6"
8499
- id="table-expandable-hoverable-expandable-toggle6"
8500
- aria-label="Details"
8501
- aria-controls="table-expandable-hoverable-content6"
8502
- >
8503
- <div class="pf-c-table__toggle-icon">
8504
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8505
- </div>
8506
- </button>
8507
- </td>
8508
-
8509
- <td class="pf-c-table__check" role="cell">
8510
- <label>
8511
- <div class="pf-c-check pf-m-standalone">
8512
- <input
8513
- class="pf-c-check__input"
8514
- type="checkbox"
8515
- name="table-expandable-hoverable-checkrow6"
8516
- aria-labelledby="table-expandable-hoverable-node6"
8517
- />
8518
- </div>
8519
- </label>
8520
- </td>
8521
- <th role="columnheader" data-label="Repository name">
8522
- <div>
8523
- <div id="table-expandable-hoverable-node6">
8524
- <i>Selected and not expanded</i>
8525
- </div>
8526
- </div>
8527
- </th>
8528
- <td role="cell" data-label="Branches">10</td>
8529
- <td role="cell" data-label="Pull requests">25</td>
8530
- <td role="cell" data-label="Action">
8531
- <a href="#">Link 6</a>
8532
- </td>
8533
- <td class="pf-c-table__action" role="cell">
8534
- <div class="pf-c-dropdown">
8535
- <button
8536
- class="pf-c-dropdown__toggle pf-m-plain"
8537
- id="table-expandable-hoverable-dropdown-kebab-6-button"
8538
- aria-expanded="false"
8539
- type="button"
8540
- aria-label="Actions"
8541
- >
8542
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8543
- </button>
8544
- <ul
8545
- class="pf-c-dropdown__menu pf-m-align-right"
8546
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-6-button"
8547
- hidden
8548
- >
8549
- <li>
8550
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8551
- </li>
8552
- <li>
8553
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8554
- </li>
8555
- <li>
8556
- <a
8557
- class="pf-c-dropdown__menu-item pf-m-disabled"
8558
- href="#"
8559
- aria-disabled="true"
8560
- tabindex="-1"
8561
- >Disabled link</a>
8562
- </li>
8563
- <li>
8564
- <button
8565
- class="pf-c-dropdown__menu-item"
8566
- type="button"
8567
- disabled
8568
- >Disabled action</button>
8569
- </li>
8570
- <li class="pf-c-divider" role="separator"></li>
8571
- <li>
8572
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8573
- </li>
8574
- </ul>
8575
- </div>
8576
- </td>
8577
- </tr>
8578
-
8579
- <tr class="pf-c-table__expandable-row" role="row">
8580
- <td></td>
8581
- <td></td>
8582
- <td
8583
- class
8584
- role="cell"
8585
- colspan="4"
8586
- id="table-expandable-hoverable-content6"
8587
- >
8588
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8589
- </td>
8590
- <td></td>
8591
- </tr>
8592
- </tbody>
8593
- <tbody class="pf-m-hoverable pf-m-selected" role="rowgroup" tabindex="0">
8594
- <tr class="pf-m-expanded" role="row">
8595
- <td class="pf-c-table__toggle" role="cell">
8596
- <button
8597
- class="pf-c-button pf-m-plain"
8598
- aria-labelledby="table-expandable-hoverable-node7 table-expandable-hoverable-expandable-toggle7"
8599
- id="table-expandable-hoverable-expandable-toggle7"
8600
- aria-label="Details"
8601
- aria-controls="table-expandable-hoverable-content7"
8602
- >
8603
- <div class="pf-c-table__toggle-icon">
8604
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8605
- </div>
8606
- </button>
8607
- </td>
8608
-
8609
- <td class="pf-c-table__check" role="cell">
8610
- <label>
8611
- <div class="pf-c-check pf-m-standalone">
8612
- <input
8613
- class="pf-c-check__input"
8614
- type="checkbox"
8615
- name="table-expandable-hoverable-checkrow7"
8616
- aria-labelledby="table-expandable-hoverable-node7"
8617
- />
8618
- </div>
8619
- </label>
8620
- </td>
8621
- <th role="columnheader" data-label="Repository name">
8622
- <div>
8623
- <div id="table-expandable-hoverable-node7">
8624
- <i>Selected and not expanded</i>
8625
- </div>
8626
- </div>
8627
- </th>
8628
- <td role="cell" data-label="Branches">10</td>
8629
- <td role="cell" data-label="Pull requests">25</td>
8630
- <td role="cell" data-label="Action">
8631
- <a href="#">Link 7</a>
8632
- </td>
8633
- <td class="pf-c-table__action" role="cell">
8634
- <div class="pf-c-dropdown">
8635
- <button
8636
- class="pf-c-dropdown__toggle pf-m-plain"
8637
- id="table-expandable-hoverable-dropdown-kebab-7-button"
8638
- aria-expanded="false"
8639
- type="button"
8640
- aria-label="Actions"
8641
- >
8642
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8643
- </button>
8644
- <ul
8645
- class="pf-c-dropdown__menu pf-m-align-right"
8646
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-7-button"
8647
- hidden
8648
- >
8649
- <li>
8650
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8651
- </li>
8652
- <li>
8653
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8654
- </li>
8655
- <li>
8656
- <a
8657
- class="pf-c-dropdown__menu-item pf-m-disabled"
8658
- href="#"
8659
- aria-disabled="true"
8660
- tabindex="-1"
8661
- >Disabled link</a>
8662
- </li>
8663
- <li>
8664
- <button
8665
- class="pf-c-dropdown__menu-item"
8666
- type="button"
8667
- disabled
8668
- >Disabled action</button>
8669
- </li>
8670
- <li class="pf-c-divider" role="separator"></li>
8671
- <li>
8672
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8673
- </li>
8674
- </ul>
8675
- </div>
8676
- </td>
8677
- </tr>
8678
-
8679
- <tr class="pf-c-table__expandable-row" role="row">
8680
- <td></td>
8681
- <td></td>
8682
- <td
8683
- class
8684
- role="cell"
8685
- colspan="4"
8686
- id="table-expandable-hoverable-content7"
8687
- >
8688
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8689
- </td>
8690
- <td></td>
8691
- </tr>
8692
- </tbody>
8693
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
8694
- <tr class="pf-m-expanded" role="row">
8695
- <td class="pf-c-table__toggle" role="cell">
8696
- <button
8697
- class="pf-c-button pf-m-plain"
8698
- aria-labelledby="table-expandable-hoverable-node8 table-expandable-hoverable-expandable-toggle8"
8699
- id="table-expandable-hoverable-expandable-toggle8"
8700
- aria-label="Details"
8701
- aria-controls="table-expandable-hoverable-content8"
8702
- >
8703
- <div class="pf-c-table__toggle-icon">
8704
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8705
- </div>
8706
- </button>
8707
- </td>
8708
-
8709
- <td class="pf-c-table__check" role="cell">
8710
- <label>
8711
- <div class="pf-c-check pf-m-standalone">
8712
- <input
8713
- class="pf-c-check__input"
8714
- type="checkbox"
8715
- name="table-expandable-hoverable-checkrow8"
8716
- aria-labelledby="table-expandable-hoverable-node8"
8717
- />
8718
- </div>
8719
- </label>
8720
- </td>
8721
- <th role="columnheader" data-label="Repository name">
8722
- <div>
8723
- <div id="table-expandable-hoverable-node8">Hoverable</div>
8724
- </div>
8725
- </th>
8726
- <td role="cell" data-label="Branches">10</td>
8727
- <td role="cell" data-label="Pull requests">25</td>
8728
- <td role="cell" data-label="Action">
8729
- <a href="#">Link 8</a>
8730
- </td>
8731
- <td class="pf-c-table__action" role="cell">
8732
- <div class="pf-c-dropdown">
8733
- <button
8734
- class="pf-c-dropdown__toggle pf-m-plain"
8735
- id="table-expandable-hoverable-dropdown-kebab-8-button"
8736
- aria-expanded="false"
8737
- type="button"
8738
- aria-label="Actions"
8739
- >
8740
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8741
- </button>
8742
- <ul
8743
- class="pf-c-dropdown__menu pf-m-align-right"
8744
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-8-button"
8745
- hidden
8746
- >
8747
- <li>
8748
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8749
- </li>
8750
- <li>
8751
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8752
- </li>
8753
- <li>
8754
- <a
8755
- class="pf-c-dropdown__menu-item pf-m-disabled"
8756
- href="#"
8757
- aria-disabled="true"
8758
- tabindex="-1"
8759
- >Disabled link</a>
8760
- </li>
8761
- <li>
8762
- <button
8763
- class="pf-c-dropdown__menu-item"
8764
- type="button"
8765
- disabled
8766
- >Disabled action</button>
8767
- </li>
8768
- <li class="pf-c-divider" role="separator"></li>
8769
- <li>
8770
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8771
- </li>
8772
- </ul>
8773
- </div>
8774
- </td>
8775
- </tr>
8776
-
8777
- <tr class="pf-c-table__expandable-row" role="row">
8778
- <td></td>
8779
- <td></td>
8780
- <td
8781
- class
8782
- role="cell"
8783
- colspan="4"
8784
- id="table-expandable-hoverable-content8"
8785
- >
8786
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8787
- </td>
8788
- <td></td>
8789
- </tr>
8790
- </tbody>
8791
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
8792
- <tr class="pf-m-expanded" role="row">
8793
- <td class="pf-c-table__toggle" role="cell">
8794
- <button
8795
- class="pf-c-button pf-m-plain"
8796
- aria-labelledby="table-expandable-hoverable-node9 table-expandable-hoverable-expandable-toggle9"
8797
- id="table-expandable-hoverable-expandable-toggle9"
8798
- aria-label="Details"
8799
- aria-controls="table-expandable-hoverable-content9"
8800
- >
8801
- <div class="pf-c-table__toggle-icon">
8802
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8803
- </div>
8804
- </button>
8805
- </td>
8806
-
8807
- <td class="pf-c-table__check" role="cell">
8808
- <label>
8809
- <div class="pf-c-check pf-m-standalone">
8810
- <input
8811
- class="pf-c-check__input"
8812
- type="checkbox"
8813
- name="table-expandable-hoverable-checkrow9"
8814
- aria-labelledby="table-expandable-hoverable-node9"
8815
- />
8816
- </div>
8817
- </label>
8818
- </td>
8819
- <th role="columnheader" data-label="Repository name">
8820
- <div>
8821
- <div id="table-expandable-hoverable-node9">Hoverable</div>
8822
- </div>
8823
- </th>
8824
- <td role="cell" data-label="Branches">10</td>
8825
- <td role="cell" data-label="Pull requests">25</td>
8826
- <td role="cell" data-label="Action">
8827
- <a href="#">Link 9</a>
8828
- </td>
8829
- <td class="pf-c-table__action" role="cell">
8830
- <div class="pf-c-dropdown">
8831
- <button
8832
- class="pf-c-dropdown__toggle pf-m-plain"
8833
- id="table-expandable-hoverable-dropdown-kebab-9-button"
8834
- aria-expanded="false"
8835
- type="button"
8836
- aria-label="Actions"
8837
- >
8838
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8839
- </button>
8840
- <ul
8841
- class="pf-c-dropdown__menu pf-m-align-right"
8842
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-9-button"
8843
- hidden
8844
- >
8845
- <li>
8846
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8847
- </li>
8848
- <li>
8849
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8850
- </li>
8851
- <li>
8852
- <a
8853
- class="pf-c-dropdown__menu-item pf-m-disabled"
8854
- href="#"
8855
- aria-disabled="true"
8856
- tabindex="-1"
8857
- >Disabled link</a>
8858
- </li>
8859
- <li>
8860
- <button
8861
- class="pf-c-dropdown__menu-item"
8862
- type="button"
8863
- disabled
8864
- >Disabled action</button>
8865
- </li>
8866
- <li class="pf-c-divider" role="separator"></li>
8867
- <li>
8868
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8869
- </li>
8870
- </ul>
8871
- </div>
8872
- </td>
8873
- </tr>
8874
-
8875
- <tr class="pf-c-table__expandable-row" role="row">
8876
- <td></td>
8877
- <td></td>
8878
- <td
8879
- class
8880
- role="cell"
8881
- colspan="4"
8882
- id="table-expandable-hoverable-content9"
8883
- >
8884
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8885
- </td>
8886
- <td></td>
8887
- </tr>
8888
- </tbody>
8889
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
8890
- <tr class="pf-m-expanded" role="row">
8891
- <td class="pf-c-table__toggle" role="cell">
8892
- <button
8893
- class="pf-c-button pf-m-plain"
8894
- aria-labelledby="table-expandable-hoverable-node10 table-expandable-hoverable-expandable-toggle10"
8895
- id="table-expandable-hoverable-expandable-toggle10"
8896
- aria-label="Details"
8897
- aria-controls="table-expandable-hoverable-content10"
8898
- >
8899
- <div class="pf-c-table__toggle-icon">
8900
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8901
- </div>
8902
- </button>
8903
- </td>
8904
-
8905
- <td class="pf-c-table__check" role="cell">
8906
- <label>
8907
- <div class="pf-c-check pf-m-standalone">
8908
- <input
8909
- class="pf-c-check__input"
8910
- type="checkbox"
8911
- name="table-expandable-hoverable-checkrow10"
8912
- aria-labelledby="table-expandable-hoverable-node10"
8913
- />
8914
- </div>
8915
- </label>
8916
- </td>
8917
- <th role="columnheader" data-label="Repository name">
8918
- <div>
8919
- <div id="table-expandable-hoverable-node10">Hoverable</div>
8920
- </div>
8921
- </th>
8922
- <td role="cell" data-label="Branches">10</td>
8923
- <td role="cell" data-label="Pull requests">25</td>
8924
- <td role="cell" data-label="Action">
8925
- <a href="#">Link 10</a>
8926
- </td>
8927
- <td class="pf-c-table__action" role="cell">
8928
- <div class="pf-c-dropdown">
8929
- <button
8930
- class="pf-c-dropdown__toggle pf-m-plain"
8931
- id="table-expandable-hoverable-dropdown-kebab-10-button"
8932
- aria-expanded="false"
8933
- type="button"
8934
- aria-label="Actions"
8935
- >
8936
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8937
- </button>
8938
- <ul
8939
- class="pf-c-dropdown__menu pf-m-align-right"
8940
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-10-button"
8941
- hidden
8942
- >
8943
- <li>
8944
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
8945
- </li>
8946
- <li>
8947
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
8948
- </li>
8949
- <li>
8950
- <a
8951
- class="pf-c-dropdown__menu-item pf-m-disabled"
8952
- href="#"
8953
- aria-disabled="true"
8954
- tabindex="-1"
8955
- >Disabled link</a>
8956
- </li>
8957
- <li>
8958
- <button
8959
- class="pf-c-dropdown__menu-item"
8960
- type="button"
8961
- disabled
8962
- >Disabled action</button>
8963
- </li>
8964
- <li class="pf-c-divider" role="separator"></li>
8965
- <li>
8966
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
8967
- </li>
8968
- </ul>
8969
- </div>
8970
- </td>
8971
- </tr>
8972
-
8973
- <tr class="pf-c-table__expandable-row" role="row">
8974
- <td></td>
8975
- <td></td>
8976
- <td
8977
- class
8978
- role="cell"
8979
- colspan="4"
8980
- id="table-expandable-hoverable-content10"
8981
- >
8982
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
8983
- </td>
8984
- <td></td>
8985
- </tr>
8986
- </tbody>
8987
- <tbody
8988
- class="pf-m-hoverable pf-m-selected pf-m-expanded"
8989
- role="rowgroup"
8990
- tabindex="0"
8991
- >
8992
- <tr class="pf-m-expanded" role="row">
8993
- <td class="pf-c-table__toggle" role="cell">
8994
- <button
8995
- class="pf-c-button pf-m-plain pf-m-expanded"
8996
- aria-labelledby="table-expandable-hoverable-node11 table-expandable-hoverable-expandable-toggle11"
8997
- id="table-expandable-hoverable-expandable-toggle11"
8998
- aria-label="Details"
8999
- aria-controls="table-expandable-hoverable-content11"
9000
- aria-expanded="true"
9001
- >
9002
- <div class="pf-c-table__toggle-icon">
9003
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9004
- </div>
9005
- </button>
9006
- </td>
9007
-
9008
- <td class="pf-c-table__check" role="cell">
9009
- <label>
9010
- <div class="pf-c-check pf-m-standalone">
9011
- <input
9012
- class="pf-c-check__input"
9013
- type="checkbox"
9014
- name="table-expandable-hoverable-checkrow11"
9015
- aria-labelledby="table-expandable-hoverable-node11"
9016
- />
9017
- </div>
9018
- </label>
9019
- </td>
9020
- <th role="columnheader" data-label="Repository name">
9021
- <div>
9022
- <div id="table-expandable-hoverable-node11">
9023
- <b>Expanded and selected</b>
9024
- </div>
9025
- </div>
9026
- </th>
9027
- <td role="cell" data-label="Branches">10</td>
9028
- <td role="cell" data-label="Pull requests">25</td>
9029
- <td role="cell" data-label="Action">
9030
- <a href="#">Link 11</a>
9031
- </td>
9032
- <td class="pf-c-table__action" role="cell">
9033
- <div class="pf-c-dropdown">
9034
- <button
9035
- class="pf-c-dropdown__toggle pf-m-plain"
9036
- id="table-expandable-hoverable-dropdown-kebab-11-button"
9037
- aria-expanded="false"
9038
- type="button"
9039
- aria-label="Actions"
9040
- >
9041
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9042
- </button>
9043
- <ul
9044
- class="pf-c-dropdown__menu pf-m-align-right"
9045
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-11-button"
9046
- hidden
9047
- >
9048
- <li>
9049
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
9050
- </li>
9051
- <li>
9052
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
9053
- </li>
9054
- <li>
9055
- <a
9056
- class="pf-c-dropdown__menu-item pf-m-disabled"
9057
- href="#"
9058
- aria-disabled="true"
9059
- tabindex="-1"
9060
- >Disabled link</a>
9061
- </li>
9062
- <li>
9063
- <button
9064
- class="pf-c-dropdown__menu-item"
9065
- type="button"
9066
- disabled
9067
- >Disabled action</button>
9068
- </li>
9069
- <li class="pf-c-divider" role="separator"></li>
9070
- <li>
9071
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
9072
- </li>
9073
- </ul>
9074
- </div>
9075
- </td>
9076
- </tr>
9077
-
9078
- <tr class="pf-c-table__expandable-row pf-m-expanded" role="row">
9079
- <td></td>
9080
- <td></td>
9081
- <td
9082
- class
9083
- role="cell"
9084
- colspan="4"
9085
- id="table-expandable-hoverable-content11"
9086
- >
9087
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
9088
- </td>
9089
- <td></td>
9090
- </tr>
9091
- </tbody>
9092
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
9093
- <tr class="pf-m-expanded" role="row">
9094
- <td class="pf-c-table__toggle" role="cell">
9095
- <button
9096
- class="pf-c-button pf-m-plain"
9097
- aria-labelledby="table-expandable-hoverable-node12 table-expandable-hoverable-expandable-toggle12"
9098
- id="table-expandable-hoverable-expandable-toggle12"
9099
- aria-label="Details"
9100
- aria-controls="table-expandable-hoverable-content12"
9101
- >
9102
- <div class="pf-c-table__toggle-icon">
9103
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9104
- </div>
9105
- </button>
9106
- </td>
9107
-
9108
- <td class="pf-c-table__check" role="cell">
9109
- <label>
9110
- <div class="pf-c-check pf-m-standalone">
9111
- <input
9112
- class="pf-c-check__input"
9113
- type="checkbox"
9114
- name="table-expandable-hoverable-checkrow12"
9115
- aria-labelledby="table-expandable-hoverable-node12"
9116
- />
9117
- </div>
9118
- </label>
9119
- </td>
9120
- <th role="columnheader" data-label="Repository name">
9121
- <div>
9122
- <div id="table-expandable-hoverable-node12">Hoverable</div>
9123
- </div>
9124
- </th>
9125
- <td role="cell" data-label="Branches">10</td>
9126
- <td role="cell" data-label="Pull requests">25</td>
9127
- <td role="cell" data-label="Action">
9128
- <a href="#">Link 12</a>
9129
- </td>
9130
- <td class="pf-c-table__action" role="cell">
9131
- <div class="pf-c-dropdown">
9132
- <button
9133
- class="pf-c-dropdown__toggle pf-m-plain"
9134
- id="table-expandable-hoverable-dropdown-kebab-12-button"
9135
- aria-expanded="false"
9136
- type="button"
9137
- aria-label="Actions"
9138
- >
9139
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9140
- </button>
9141
- <ul
9142
- class="pf-c-dropdown__menu pf-m-align-right"
9143
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-12-button"
9144
- hidden
9145
- >
9146
- <li>
9147
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
9148
- </li>
9149
- <li>
9150
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
9151
- </li>
9152
- <li>
9153
- <a
9154
- class="pf-c-dropdown__menu-item pf-m-disabled"
9155
- href="#"
9156
- aria-disabled="true"
9157
- tabindex="-1"
9158
- >Disabled link</a>
9159
- </li>
9160
- <li>
9161
- <button
9162
- class="pf-c-dropdown__menu-item"
9163
- type="button"
9164
- disabled
9165
- >Disabled action</button>
9166
- </li>
9167
- <li class="pf-c-divider" role="separator"></li>
9168
- <li>
9169
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
9170
- </li>
9171
- </ul>
9172
- </div>
9173
- </td>
9174
- </tr>
9175
-
9176
- <tr class="pf-c-table__expandable-row" role="row">
9177
- <td></td>
9178
- <td></td>
9179
- <td
9180
- class
9181
- role="cell"
9182
- colspan="4"
9183
- id="table-expandable-hoverable-content12"
9184
- >
9185
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
9186
- </td>
9187
- <td></td>
9188
- </tr>
9189
- </tbody>
9190
- <tbody
9191
- class="pf-m-hoverable pf-m-selected pf-m-expanded"
9192
- role="rowgroup"
9193
- tabindex="0"
9194
- >
9195
- <tr class="pf-m-expanded" role="row">
9196
- <td class="pf-c-table__toggle" role="cell">
9197
- <button
9198
- class="pf-c-button pf-m-plain pf-m-expanded"
9199
- aria-labelledby="table-expandable-hoverable-node13 table-expandable-hoverable-expandable-toggle13"
9200
- id="table-expandable-hoverable-expandable-toggle13"
9201
- aria-label="Details"
9202
- aria-controls="table-expandable-hoverable-content13"
9203
- aria-expanded="true"
9204
- >
9205
- <div class="pf-c-table__toggle-icon">
9206
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9207
- </div>
9208
- </button>
9209
- </td>
9210
-
9211
- <td class="pf-c-table__check" role="cell">
9212
- <label>
9213
- <div class="pf-c-check pf-m-standalone">
9214
- <input
9215
- class="pf-c-check__input"
9216
- type="checkbox"
9217
- name="table-expandable-hoverable-checkrow13"
9218
- aria-labelledby="table-expandable-hoverable-node13"
9219
- />
9220
- </div>
9221
- </label>
9222
- </td>
9223
- <th role="columnheader" data-label="Repository name">
9224
- <div>
9225
- <div id="table-expandable-hoverable-node13">
9226
- <b>Expanded and selected</b>
9227
- </div>
9228
- </div>
9229
- </th>
9230
- <td role="cell" data-label="Branches">10</td>
9231
- <td role="cell" data-label="Pull requests">25</td>
9232
- <td role="cell" data-label="Action">
9233
- <a href="#">Link 13</a>
9234
- </td>
9235
- <td class="pf-c-table__action" role="cell">
9236
- <div class="pf-c-dropdown">
9237
- <button
9238
- class="pf-c-dropdown__toggle pf-m-plain"
9239
- id="table-expandable-hoverable-dropdown-kebab-13-button"
9240
- aria-expanded="false"
9241
- type="button"
9242
- aria-label="Actions"
9243
- >
9244
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9245
- </button>
9246
- <ul
9247
- class="pf-c-dropdown__menu pf-m-align-right"
9248
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-13-button"
9249
- hidden
9250
- >
9251
- <li>
9252
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
9253
- </li>
9254
- <li>
9255
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
9256
- </li>
9257
- <li>
9258
- <a
9259
- class="pf-c-dropdown__menu-item pf-m-disabled"
9260
- href="#"
9261
- aria-disabled="true"
9262
- tabindex="-1"
9263
- >Disabled link</a>
9264
- </li>
9265
- <li>
9266
- <button
9267
- class="pf-c-dropdown__menu-item"
9268
- type="button"
9269
- disabled
9270
- >Disabled action</button>
9271
- </li>
9272
- <li class="pf-c-divider" role="separator"></li>
9273
- <li>
9274
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
9275
- </li>
9276
- </ul>
9277
- </div>
9278
- </td>
9279
- </tr>
7426
+ </table>
9280
7427
 
9281
- <tr class="pf-c-table__expandable-row pf-m-expanded" role="row">
9282
- <td></td>
9283
- <td></td>
9284
- <td
9285
- class
9286
- role="cell"
9287
- colspan="4"
9288
- id="table-expandable-hoverable-content13"
9289
- >
9290
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
9291
- </td>
9292
- <td></td>
9293
- </tr>
9294
- </tbody>
9295
- <tbody
9296
- class="pf-m-hoverable pf-m-selected pf-m-expanded"
9297
- role="rowgroup"
9298
- tabindex="0"
9299
- >
9300
- <tr class="pf-m-expanded" role="row">
9301
- <td class="pf-c-table__toggle" role="cell">
9302
- <button
9303
- class="pf-c-button pf-m-plain pf-m-expanded"
9304
- aria-labelledby="table-expandable-hoverable-node15 table-expandable-hoverable-expandable-toggle15"
9305
- id="table-expandable-hoverable-expandable-toggle15"
9306
- aria-label="Details"
9307
- aria-controls="table-expandable-hoverable-content15"
9308
- aria-expanded="true"
9309
- >
9310
- <div class="pf-c-table__toggle-icon">
9311
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9312
- </div>
9313
- </button>
9314
- </td>
7428
+ ```
7429
+
7430
+ ### Clickable and expandable example
9315
7431
 
7432
+ ```html
7433
+ <table
7434
+ class="pf-c-table pf-m-expandable pf-m-grid-lg"
7435
+ role="grid"
7436
+ aria-label="Expandable and clickable table example"
7437
+ id="table-expandable-clickable"
7438
+ >
7439
+ <thead>
7440
+ <tr role="row">
7441
+ <td></td>
9316
7442
  <td class="pf-c-table__check" role="cell">
9317
7443
  <label>
9318
7444
  <div class="pf-c-check pf-m-standalone">
9319
7445
  <input
9320
7446
  class="pf-c-check__input"
9321
7447
  type="checkbox"
9322
- name="table-expandable-hoverable-checkrow15"
9323
- aria-labelledby="table-expandable-hoverable-node15"
7448
+ name="table-expandable-clickable-checkrowthead"
7449
+ aria-label="Select all rows"
9324
7450
  />
9325
7451
  </div>
9326
7452
  </label>
9327
7453
  </td>
9328
- <th role="columnheader" data-label="Repository name">
9329
- <div>
9330
- <div id="table-expandable-hoverable-node15">
9331
- <b>Expanded and selected</b>
7454
+ <th
7455
+ class="pf-m-width-30 pf-c-table__sort pf-m-selected"
7456
+ role="columnheader"
7457
+ aria-sort="ascending"
7458
+ scope="col"
7459
+ >
7460
+ <button class="pf-c-table__button">
7461
+ <div class="pf-c-table__button-content">
7462
+ <span class="pf-c-table__text">Repositories</span>
7463
+ <span class="pf-c-table__sort-indicator">
7464
+ <i class="fas fa-long-arrow-alt-up"></i>
7465
+ </span>
9332
7466
  </div>
9333
- </div>
7467
+ </button>
9334
7468
  </th>
9335
- <td role="cell" data-label="Branches">10</td>
9336
- <td role="cell" data-label="Pull requests">25</td>
9337
- <td role="cell" data-label="Action">
9338
- <a href="#">Link 15</a>
9339
- </td>
9340
- <td class="pf-c-table__action" role="cell">
9341
- <div class="pf-c-dropdown">
9342
- <button
9343
- class="pf-c-dropdown__toggle pf-m-plain"
9344
- id="table-expandable-hoverable-dropdown-kebab-15-button"
9345
- aria-expanded="false"
9346
- type="button"
9347
- aria-label="Actions"
9348
- >
9349
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9350
- </button>
9351
- <ul
9352
- class="pf-c-dropdown__menu pf-m-align-right"
9353
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-15-button"
9354
- hidden
9355
- >
9356
- <li>
9357
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
9358
- </li>
9359
- <li>
9360
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
9361
- </li>
9362
- <li>
9363
- <a
9364
- class="pf-c-dropdown__menu-item pf-m-disabled"
9365
- href="#"
9366
- aria-disabled="true"
9367
- tabindex="-1"
9368
- >Disabled link</a>
9369
- </li>
9370
- <li>
9371
- <button
9372
- class="pf-c-dropdown__menu-item"
9373
- type="button"
9374
- disabled
9375
- >Disabled action</button>
9376
- </li>
9377
- <li class="pf-c-divider" role="separator"></li>
9378
- <li>
9379
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
9380
- </li>
9381
- </ul>
9382
- </div>
9383
- </td>
9384
- </tr>
9385
-
9386
- <tr class="pf-c-table__expandable-row pf-m-expanded" role="row">
9387
- <td></td>
9388
- <td></td>
9389
- <td
9390
- class
9391
- role="cell"
9392
- colspan="4"
9393
- id="table-expandable-hoverable-content15"
7469
+ <th
7470
+ class="pf-c-table__sort"
7471
+ role="columnheader"
7472
+ aria-sort="none"
7473
+ scope="col"
9394
7474
  >
9395
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
9396
- </td>
9397
- <td></td>
9398
- </tr>
9399
- </tbody>
9400
- <tbody class="pf-m-hoverable pf-m-expanded" role="rowgroup" tabindex="0">
9401
- <tr class="pf-m-expanded" role="row">
9402
- <td class="pf-c-table__toggle" role="cell">
9403
- <button
9404
- class="pf-c-button pf-m-plain pf-m-expanded"
9405
- aria-labelledby="table-expandable-hoverable-node14 table-expandable-hoverable-expandable-toggle14"
9406
- id="table-expandable-hoverable-expandable-toggle14"
9407
- aria-label="Details"
9408
- aria-controls="table-expandable-hoverable-content14"
9409
- aria-expanded="true"
9410
- >
9411
- <div class="pf-c-table__toggle-icon">
9412
- <i class="fas fa-angle-down" aria-hidden="true"></i>
7475
+ <button class="pf-c-table__button">
7476
+ <div class="pf-c-table__button-content">
7477
+ <span class="pf-c-table__text">Branches</span>
7478
+ <span class="pf-c-table__sort-indicator">
7479
+ <i class="fas fa-arrows-alt-v"></i>
7480
+ </span>
9413
7481
  </div>
9414
7482
  </button>
9415
- </td>
9416
-
9417
- <td class="pf-c-table__check" role="cell">
9418
- <label>
9419
- <div class="pf-c-check pf-m-standalone">
9420
- <input
9421
- class="pf-c-check__input"
9422
- type="checkbox"
9423
- name="table-expandable-hoverable-checkrow14"
9424
- aria-labelledby="table-expandable-hoverable-node14"
9425
- />
7483
+ </th>
7484
+ <th
7485
+ class="pf-c-table__sort"
7486
+ role="columnheader"
7487
+ aria-sort="none"
7488
+ scope="col"
7489
+ >
7490
+ <button class="pf-c-table__button">
7491
+ <div class="pf-c-table__button-content">
7492
+ <span class="pf-c-table__text">Pull requests</span>
7493
+ <span class="pf-c-table__sort-indicator">
7494
+ <i class="fas fa-arrows-alt-v"></i>
7495
+ </span>
9426
7496
  </div>
9427
- </label>
9428
- </td>
9429
- <th role="columnheader" data-label="Repository name">
9430
- <div>
9431
- <div id="table-expandable-hoverable-node14">Expanded and not selected</div>
9432
- </div>
7497
+ </button>
9433
7498
  </th>
9434
- <td role="cell" data-label="Branches">10</td>
9435
- <td role="cell" data-label="Pull requests">25</td>
9436
- <td role="cell" data-label="Action">
9437
- <a href="#">Link 14</a>
9438
- </td>
9439
- <td class="pf-c-table__action" role="cell">
9440
- <div class="pf-c-dropdown">
9441
- <button
9442
- class="pf-c-dropdown__toggle pf-m-plain"
9443
- id="table-expandable-hoverable-dropdown-kebab-14-button"
9444
- aria-expanded="false"
9445
- type="button"
9446
- aria-label="Actions"
9447
- >
9448
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9449
- </button>
9450
- <ul
9451
- class="pf-c-dropdown__menu pf-m-align-right"
9452
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-14-button"
9453
- hidden
9454
- >
9455
- <li>
9456
- <a class="pf-c-dropdown__menu-item" href="#">Link</a>
9457
- </li>
9458
- <li>
9459
- <button class="pf-c-dropdown__menu-item" type="button">Action</button>
9460
- </li>
9461
- <li>
9462
- <a
9463
- class="pf-c-dropdown__menu-item pf-m-disabled"
9464
- href="#"
9465
- aria-disabled="true"
9466
- tabindex="-1"
9467
- >Disabled link</a>
9468
- </li>
9469
- <li>
9470
- <button
9471
- class="pf-c-dropdown__menu-item"
9472
- type="button"
9473
- disabled
9474
- >Disabled action</button>
9475
- </li>
9476
- <li class="pf-c-divider" role="separator"></li>
9477
- <li>
9478
- <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
9479
- </li>
9480
- </ul>
9481
- </div>
9482
- </td>
9483
- </tr>
9484
-
9485
- <tr class="pf-c-table__expandable-row pf-m-expanded" role="row">
9486
7499
  <td></td>
9487
7500
  <td></td>
9488
- <td
9489
- class
9490
- role="cell"
9491
- colspan="4"
9492
- id="table-expandable-hoverable-content14"
9493
- >
9494
- <div class="pf-c-table__expandable-row-content">Expandable content</div>
9495
- </td>
9496
- <td></td>
9497
7501
  </tr>
9498
- </tbody>
9499
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
7502
+ </thead>
7503
+ <tbody class="pf-m-clickable" role="rowgroup" tabindex="0">
9500
7504
  <tr class="pf-m-expanded" role="row">
9501
7505
  <td class="pf-c-table__toggle" role="cell">
9502
7506
  <button
9503
7507
  class="pf-c-button pf-m-plain"
9504
- aria-labelledby="table-expandable-hoverable-node16 table-expandable-hoverable-expandable-toggle16"
9505
- id="table-expandable-hoverable-expandable-toggle16"
7508
+ aria-labelledby="table-expandable-clickable-node1 table-expandable-clickable-expandable-toggle1"
7509
+ id="table-expandable-clickable-expandable-toggle1"
9506
7510
  aria-label="Details"
9507
- aria-controls="table-expandable-hoverable-content16"
7511
+ aria-controls="table-expandable-clickable-content1"
9508
7512
  >
9509
7513
  <div class="pf-c-table__toggle-icon">
9510
7514
  <i class="fas fa-angle-down" aria-hidden="true"></i>
@@ -9518,27 +7522,27 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9518
7522
  <input
9519
7523
  class="pf-c-check__input"
9520
7524
  type="checkbox"
9521
- name="table-expandable-hoverable-checkrow16"
9522
- aria-labelledby="table-expandable-hoverable-node16"
7525
+ name="table-expandable-clickable-checkrow1"
7526
+ aria-labelledby="table-expandable-clickable-node1"
9523
7527
  />
9524
7528
  </div>
9525
7529
  </label>
9526
7530
  </td>
9527
7531
  <th role="columnheader" data-label="Repository name">
9528
7532
  <div>
9529
- <div id="table-expandable-hoverable-node16">Hoverable</div>
7533
+ <div id="table-expandable-clickable-node1">Clickable and not expanded</div>
9530
7534
  </div>
9531
7535
  </th>
9532
7536
  <td role="cell" data-label="Branches">10</td>
9533
7537
  <td role="cell" data-label="Pull requests">25</td>
9534
7538
  <td role="cell" data-label="Action">
9535
- <a href="#">Link 16</a>
7539
+ <a href="#">Link 1</a>
9536
7540
  </td>
9537
7541
  <td class="pf-c-table__action" role="cell">
9538
7542
  <div class="pf-c-dropdown">
9539
7543
  <button
9540
7544
  class="pf-c-dropdown__toggle pf-m-plain"
9541
- id="table-expandable-hoverable-dropdown-kebab-16-button"
7545
+ id="table-expandable-clickable-dropdown-kebab-1-button"
9542
7546
  aria-expanded="false"
9543
7547
  type="button"
9544
7548
  aria-label="Actions"
@@ -9547,7 +7551,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9547
7551
  </button>
9548
7552
  <ul
9549
7553
  class="pf-c-dropdown__menu pf-m-align-right"
9550
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-16-button"
7554
+ aria-labelledby="table-expandable-clickable-dropdown-kebab-1-button"
9551
7555
  hidden
9552
7556
  >
9553
7557
  <li>
@@ -9587,22 +7591,26 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9587
7591
  class
9588
7592
  role="cell"
9589
7593
  colspan="4"
9590
- id="table-expandable-hoverable-content16"
7594
+ id="table-expandable-clickable-content1"
9591
7595
  >
9592
7596
  <div class="pf-c-table__expandable-row-content">Expandable content</div>
9593
7597
  </td>
9594
7598
  <td></td>
9595
7599
  </tr>
9596
7600
  </tbody>
9597
- <tbody class="pf-m-hoverable pf-m-expanded" role="rowgroup" tabindex="0">
7601
+ <tbody
7602
+ class="pf-m-clickable pf-m-selected pf-m-expanded"
7603
+ role="rowgroup"
7604
+ tabindex="0"
7605
+ >
9598
7606
  <tr class="pf-m-expanded" role="row">
9599
7607
  <td class="pf-c-table__toggle" role="cell">
9600
7608
  <button
9601
7609
  class="pf-c-button pf-m-plain pf-m-expanded"
9602
- aria-labelledby="table-expandable-hoverable-node17 table-expandable-hoverable-expandable-toggle17"
9603
- id="table-expandable-hoverable-expandable-toggle17"
7610
+ aria-labelledby="table-expandable-clickable-node2 table-expandable-clickable-expandable-toggle2"
7611
+ id="table-expandable-clickable-expandable-toggle2"
9604
7612
  aria-label="Details"
9605
- aria-controls="table-expandable-hoverable-content17"
7613
+ aria-controls="table-expandable-clickable-content2"
9606
7614
  aria-expanded="true"
9607
7615
  >
9608
7616
  <div class="pf-c-table__toggle-icon">
@@ -9617,27 +7625,29 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9617
7625
  <input
9618
7626
  class="pf-c-check__input"
9619
7627
  type="checkbox"
9620
- name="table-expandable-hoverable-checkrow17"
9621
- aria-labelledby="table-expandable-hoverable-node17"
7628
+ name="table-expandable-clickable-checkrow2"
7629
+ aria-labelledby="table-expandable-clickable-node2"
9622
7630
  />
9623
7631
  </div>
9624
7632
  </label>
9625
7633
  </td>
9626
7634
  <th role="columnheader" data-label="Repository name">
9627
7635
  <div>
9628
- <div id="table-expandable-hoverable-node17">Expanded and not selected</div>
7636
+ <div id="table-expandable-clickable-node2">
7637
+ <b>Clicked and expanded</b>
7638
+ </div>
9629
7639
  </div>
9630
7640
  </th>
9631
7641
  <td role="cell" data-label="Branches">10</td>
9632
7642
  <td role="cell" data-label="Pull requests">25</td>
9633
7643
  <td role="cell" data-label="Action">
9634
- <a href="#">Link 17</a>
7644
+ <a href="#">Link 2</a>
9635
7645
  </td>
9636
7646
  <td class="pf-c-table__action" role="cell">
9637
7647
  <div class="pf-c-dropdown">
9638
7648
  <button
9639
7649
  class="pf-c-dropdown__toggle pf-m-plain"
9640
- id="table-expandable-hoverable-dropdown-kebab-17-button"
7650
+ id="table-expandable-clickable-dropdown-kebab-2-button"
9641
7651
  aria-expanded="false"
9642
7652
  type="button"
9643
7653
  aria-label="Actions"
@@ -9646,7 +7656,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9646
7656
  </button>
9647
7657
  <ul
9648
7658
  class="pf-c-dropdown__menu pf-m-align-right"
9649
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-17-button"
7659
+ aria-labelledby="table-expandable-clickable-dropdown-kebab-2-button"
9650
7660
  hidden
9651
7661
  >
9652
7662
  <li>
@@ -9686,22 +7696,22 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9686
7696
  class
9687
7697
  role="cell"
9688
7698
  colspan="4"
9689
- id="table-expandable-hoverable-content17"
7699
+ id="table-expandable-clickable-content2"
9690
7700
  >
9691
7701
  <div class="pf-c-table__expandable-row-content">Expandable content</div>
9692
7702
  </td>
9693
7703
  <td></td>
9694
7704
  </tr>
9695
7705
  </tbody>
9696
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
7706
+ <tbody class="pf-m-clickable" role="rowgroup" tabindex="0">
9697
7707
  <tr class="pf-m-expanded" role="row">
9698
7708
  <td class="pf-c-table__toggle" role="cell">
9699
7709
  <button
9700
7710
  class="pf-c-button pf-m-plain"
9701
- aria-labelledby="table-expandable-hoverable-node18 table-expandable-hoverable-expandable-toggle18"
9702
- id="table-expandable-hoverable-expandable-toggle18"
7711
+ aria-labelledby="table-expandable-clickable-node3 table-expandable-clickable-expandable-toggle3"
7712
+ id="table-expandable-clickable-expandable-toggle3"
9703
7713
  aria-label="Details"
9704
- aria-controls="table-expandable-hoverable-content18"
7714
+ aria-controls="table-expandable-clickable-content3"
9705
7715
  >
9706
7716
  <div class="pf-c-table__toggle-icon">
9707
7717
  <i class="fas fa-angle-down" aria-hidden="true"></i>
@@ -9715,27 +7725,27 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9715
7725
  <input
9716
7726
  class="pf-c-check__input"
9717
7727
  type="checkbox"
9718
- name="table-expandable-hoverable-checkrow18"
9719
- aria-labelledby="table-expandable-hoverable-node18"
7728
+ name="table-expandable-clickable-checkrow3"
7729
+ aria-labelledby="table-expandable-clickable-node3"
9720
7730
  />
9721
7731
  </div>
9722
7732
  </label>
9723
7733
  </td>
9724
7734
  <th role="columnheader" data-label="Repository name">
9725
7735
  <div>
9726
- <div id="table-expandable-hoverable-node18">Hoverable</div>
7736
+ <div id="table-expandable-clickable-node3">Clickable and not expanded</div>
9727
7737
  </div>
9728
7738
  </th>
9729
7739
  <td role="cell" data-label="Branches">10</td>
9730
7740
  <td role="cell" data-label="Pull requests">25</td>
9731
7741
  <td role="cell" data-label="Action">
9732
- <a href="#">Link 18</a>
7742
+ <a href="#">Link 3</a>
9733
7743
  </td>
9734
7744
  <td class="pf-c-table__action" role="cell">
9735
7745
  <div class="pf-c-dropdown">
9736
7746
  <button
9737
7747
  class="pf-c-dropdown__toggle pf-m-plain"
9738
- id="table-expandable-hoverable-dropdown-kebab-18-button"
7748
+ id="table-expandable-clickable-dropdown-kebab-3-button"
9739
7749
  aria-expanded="false"
9740
7750
  type="button"
9741
7751
  aria-label="Actions"
@@ -9744,7 +7754,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9744
7754
  </button>
9745
7755
  <ul
9746
7756
  class="pf-c-dropdown__menu pf-m-align-right"
9747
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-18-button"
7757
+ aria-labelledby="table-expandable-clickable-dropdown-kebab-3-button"
9748
7758
  hidden
9749
7759
  >
9750
7760
  <li>
@@ -9784,22 +7794,23 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9784
7794
  class
9785
7795
  role="cell"
9786
7796
  colspan="4"
9787
- id="table-expandable-hoverable-content18"
7797
+ id="table-expandable-clickable-content3"
9788
7798
  >
9789
7799
  <div class="pf-c-table__expandable-row-content">Expandable content</div>
9790
7800
  </td>
9791
7801
  <td></td>
9792
7802
  </tr>
9793
7803
  </tbody>
9794
- <tbody class="pf-m-hoverable" role="rowgroup" tabindex="0">
7804
+ <tbody class="pf-m-clickable pf-m-expanded" role="rowgroup" tabindex="0">
9795
7805
  <tr class="pf-m-expanded" role="row">
9796
7806
  <td class="pf-c-table__toggle" role="cell">
9797
7807
  <button
9798
- class="pf-c-button pf-m-plain"
9799
- aria-labelledby="table-expandable-hoverable-node19 table-expandable-hoverable-expandable-toggle19"
9800
- id="table-expandable-hoverable-expandable-toggle19"
7808
+ class="pf-c-button pf-m-plain pf-m-expanded"
7809
+ aria-labelledby="table-expandable-clickable-node4 table-expandable-clickable-expandable-toggle4"
7810
+ id="table-expandable-clickable-expandable-toggle4"
9801
7811
  aria-label="Details"
9802
- aria-controls="table-expandable-hoverable-content19"
7812
+ aria-controls="table-expandable-clickable-content4"
7813
+ aria-expanded="true"
9803
7814
  >
9804
7815
  <div class="pf-c-table__toggle-icon">
9805
7816
  <i class="fas fa-angle-down" aria-hidden="true"></i>
@@ -9813,27 +7824,27 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9813
7824
  <input
9814
7825
  class="pf-c-check__input"
9815
7826
  type="checkbox"
9816
- name="table-expandable-hoverable-checkrow19"
9817
- aria-labelledby="table-expandable-hoverable-node19"
7827
+ name="table-expandable-clickable-checkrow4"
7828
+ aria-labelledby="table-expandable-clickable-node4"
9818
7829
  />
9819
7830
  </div>
9820
7831
  </label>
9821
7832
  </td>
9822
7833
  <th role="columnheader" data-label="Repository name">
9823
7834
  <div>
9824
- <div id="table-expandable-hoverable-node19">Hoverable</div>
7835
+ <div id="table-expandable-clickable-node4">Clickable and expanded</div>
9825
7836
  </div>
9826
7837
  </th>
9827
7838
  <td role="cell" data-label="Branches">10</td>
9828
7839
  <td role="cell" data-label="Pull requests">25</td>
9829
7840
  <td role="cell" data-label="Action">
9830
- <a href="#">Link 19</a>
7841
+ <a href="#">Link 4</a>
9831
7842
  </td>
9832
7843
  <td class="pf-c-table__action" role="cell">
9833
7844
  <div class="pf-c-dropdown">
9834
7845
  <button
9835
7846
  class="pf-c-dropdown__toggle pf-m-plain"
9836
- id="table-expandable-hoverable-dropdown-kebab-19-button"
7847
+ id="table-expandable-clickable-dropdown-kebab-4-button"
9837
7848
  aria-expanded="false"
9838
7849
  type="button"
9839
7850
  aria-label="Actions"
@@ -9842,7 +7853,7 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9842
7853
  </button>
9843
7854
  <ul
9844
7855
  class="pf-c-dropdown__menu pf-m-align-right"
9845
- aria-labelledby="table-expandable-hoverable-dropdown-kebab-19-button"
7856
+ aria-labelledby="table-expandable-clickable-dropdown-kebab-4-button"
9846
7857
  hidden
9847
7858
  >
9848
7859
  <li>
@@ -9875,14 +7886,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9875
7886
  </td>
9876
7887
  </tr>
9877
7888
 
9878
- <tr class="pf-c-table__expandable-row" role="row">
7889
+ <tr class="pf-c-table__expandable-row pf-m-expanded" role="row">
9879
7890
  <td></td>
9880
7891
  <td></td>
9881
7892
  <td
9882
7893
  class
9883
7894
  role="cell"
9884
7895
  colspan="4"
9885
- id="table-expandable-hoverable-content19"
7896
+ id="table-expandable-clickable-content4"
9886
7897
  >
9887
7898
  <div class="pf-c-table__expandable-row-content">Expandable content</div>
9888
7899
  </td>
@@ -9893,17 +7904,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9893
7904
 
9894
7905
  ```
9895
7906
 
9896
- ### Hoverable accessibility
7907
+ ### Clickable accessibility
9897
7908
 
9898
7909
  | Attribute | Applied to | Outcome |
9899
7910
  | -- | -- | -- |
9900
- | `tabindex="0"` | `.pf-c-table tbody.pf-m-hoverable` | Inserts the hoverable table element into the tab order of the page so that it is focusable. **Required** |
7911
+ | `tabindex="0"` | `.pf-c-table tbody.pf-m-clickable` | Inserts the clickable table element into the tab order of the page so that it is focusable. **Required** |
9901
7912
 
9902
- ### Hoverable and selected usage
7913
+ ### Clickable and selected usage
9903
7914
 
9904
7915
  | Class | Applied to | Outcome |
9905
7916
  | -- | -- | -- |
9906
- | `.pf-m-hoverable` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a tbody or tr table element to be hoverable. |
7917
+ | `.pf-m-clickable` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a tbody or tr table element to be clickable. |
9907
7918
  | `.pf-m-selected` | `.pf-c-table tbody`, `.pf-c-table tr` | Modifies a selectable tbody or tr table element to be selected. |
9908
7919
 
9909
7920
  ## Tree table