@patternfly/patternfly 4.159.0 → 4.159.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19118,28 +19118,1620 @@ Long strings in table cells will push content. Add a width modifier to `thead th
19118
19118
 
19119
19119
  ### Sticky column
19120
19120
 
19121
- ```hbs
19121
+ ```html
19122
19122
  <div class="pf-c-scroll-inner-wrapper">
19123
- {{> table--scrollable table--scrollable--id="sticky-column-example" table--scrollable--Column1IsStickyColumn="true" table--scrollable--th--modifier--cell-1-modifier="pf-m-border-right"}}
19123
+ <table
19124
+ class="pf-c-table"
19125
+ role="grid"
19126
+ aria-label="This is a scrollable table"
19127
+ id="-table"
19128
+ >
19129
+ <thead>
19130
+ <tr role="row">
19131
+ <th
19132
+ class="pf-m-border-right pf-m-truncate pf-c-table__sort pf-c-table__sticky-column"
19133
+ role="columnheader"
19134
+ aria-sort="none"
19135
+ data-label="Example th"
19136
+ scope="col"
19137
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19138
+ >
19139
+ <button class="pf-c-table__button">
19140
+ <div class="pf-c-table__button-content">
19141
+ <span class="pf-c-table__text">Fact</span>
19142
+ <span class="pf-c-table__sort-indicator">
19143
+ <i class="fas fa-arrows-alt-v"></i>
19144
+ </span>
19145
+ </div>
19146
+ </button>
19147
+ </th>
19148
+ <th
19149
+ class="pf-m-truncate pf-c-table__sort"
19150
+ role="columnheader"
19151
+ aria-sort="none"
19152
+ data-label="Example th"
19153
+ scope="col"
19154
+ >
19155
+ <button class="pf-c-table__button">
19156
+ <div class="pf-c-table__button-content">
19157
+ <span class="pf-c-table__text">State</span>
19158
+ <span class="pf-c-table__sort-indicator">
19159
+ <i class="fas fa-arrows-alt-v"></i>
19160
+ </span>
19161
+ </div>
19162
+ </button>
19163
+ </th>
19164
+ <th
19165
+ class="pf-m-truncate"
19166
+ role="columnheader"
19167
+ data-label="Example th"
19168
+ scope="col"
19169
+ >Header 3</th>
19170
+ <th
19171
+ class="pf-m-truncate"
19172
+ role="columnheader"
19173
+ data-label="Example th"
19174
+ scope="col"
19175
+ >Header 4</th>
19176
+ <th
19177
+ class="pf-m-truncate"
19178
+ role="columnheader"
19179
+ data-label="Example th"
19180
+ scope="col"
19181
+ >Header 5</th>
19182
+ <th
19183
+ class="pf-m-truncate"
19184
+ role="columnheader"
19185
+ data-label="Example th"
19186
+ scope="col"
19187
+ >Header 6</th>
19188
+ <th
19189
+ class="pf-m-truncate"
19190
+ role="columnheader"
19191
+ data-label="Example th"
19192
+ scope="col"
19193
+ >Header 7</th>
19194
+ <th
19195
+ class="pf-m-truncate"
19196
+ role="columnheader"
19197
+ data-label="Example th"
19198
+ scope="col"
19199
+ >Header 8</th>
19200
+ <th
19201
+ class="pf-m-truncate"
19202
+ role="columnheader"
19203
+ data-label="Example th"
19204
+ scope="col"
19205
+ >Header 9</th>
19206
+ </tr>
19207
+ </thead>
19208
+
19209
+ <tbody role="rowgroup">
19210
+ <tr role="row">
19211
+ <th
19212
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19213
+ role="columnheader"
19214
+ data-label="Example th"
19215
+ scope="col"
19216
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19217
+ >Fact 1</th>
19218
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 1</td>
19219
+ <td
19220
+ class="pf-m-nowrap"
19221
+ role="cell"
19222
+ data-label="Example td"
19223
+ >Test cell 1-3</td>
19224
+ <td
19225
+ class="pf-m-nowrap"
19226
+ role="cell"
19227
+ data-label="Example td"
19228
+ >Test cell 1-4</td>
19229
+ <td
19230
+ class="pf-m-nowrap"
19231
+ role="cell"
19232
+ data-label="Example td"
19233
+ >Test cell 1-5</td>
19234
+ <td
19235
+ class="pf-m-nowrap"
19236
+ role="cell"
19237
+ data-label="Example td"
19238
+ >Test cell 1-6</td>
19239
+ <td
19240
+ class="pf-m-nowrap"
19241
+ role="cell"
19242
+ data-label="Example td"
19243
+ >Test cell 1-7</td>
19244
+ <td
19245
+ class="pf-m-nowrap"
19246
+ role="cell"
19247
+ data-label="Example td"
19248
+ >Test cell 1-8</td>
19249
+ <td
19250
+ class="pf-m-nowrap"
19251
+ role="cell"
19252
+ data-label="Example td"
19253
+ >Test cell 1-9</td>
19254
+ </tr>
19255
+ <tr role="row">
19256
+ <th
19257
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19258
+ role="columnheader"
19259
+ data-label="Example th"
19260
+ scope="col"
19261
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19262
+ >Fact 2</th>
19263
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 2</td>
19264
+ <td
19265
+ class="pf-m-nowrap"
19266
+ role="cell"
19267
+ data-label="Example td"
19268
+ >Test cell 2-3</td>
19269
+ <td
19270
+ class="pf-m-nowrap"
19271
+ role="cell"
19272
+ data-label="Example td"
19273
+ >Test cell 2-4</td>
19274
+ <td
19275
+ class="pf-m-nowrap"
19276
+ role="cell"
19277
+ data-label="Example td"
19278
+ >Test cell 2-5</td>
19279
+ <td
19280
+ class="pf-m-nowrap"
19281
+ role="cell"
19282
+ data-label="Example td"
19283
+ >Test cell 2-6</td>
19284
+ <td
19285
+ class="pf-m-nowrap"
19286
+ role="cell"
19287
+ data-label="Example td"
19288
+ >Test cell 2-7</td>
19289
+ <td
19290
+ class="pf-m-nowrap"
19291
+ role="cell"
19292
+ data-label="Example td"
19293
+ >Test cell 2-8</td>
19294
+ <td
19295
+ class="pf-m-nowrap"
19296
+ role="cell"
19297
+ data-label="Example td"
19298
+ >Test cell 2-9</td>
19299
+ </tr>
19300
+ <tr role="row">
19301
+ <th
19302
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19303
+ role="columnheader"
19304
+ data-label="Example th"
19305
+ scope="col"
19306
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19307
+ >Fact 3</th>
19308
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 3</td>
19309
+ <td
19310
+ class="pf-m-nowrap"
19311
+ role="cell"
19312
+ data-label="Example td"
19313
+ >Test cell 3-3</td>
19314
+ <td
19315
+ class="pf-m-nowrap"
19316
+ role="cell"
19317
+ data-label="Example td"
19318
+ >Test cell 3-4</td>
19319
+ <td
19320
+ class="pf-m-nowrap"
19321
+ role="cell"
19322
+ data-label="Example td"
19323
+ >Test cell 3-5</td>
19324
+ <td
19325
+ class="pf-m-nowrap"
19326
+ role="cell"
19327
+ data-label="Example td"
19328
+ >Test cell 3-6</td>
19329
+ <td
19330
+ class="pf-m-nowrap"
19331
+ role="cell"
19332
+ data-label="Example td"
19333
+ >Test cell 3-7</td>
19334
+ <td
19335
+ class="pf-m-nowrap"
19336
+ role="cell"
19337
+ data-label="Example td"
19338
+ >Test cell 3-8</td>
19339
+ <td
19340
+ class="pf-m-nowrap"
19341
+ role="cell"
19342
+ data-label="Example td"
19343
+ >Test cell 3-9</td>
19344
+ </tr>
19345
+ <tr role="row">
19346
+ <th
19347
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19348
+ role="columnheader"
19349
+ data-label="Example th"
19350
+ scope="col"
19351
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19352
+ >Fact 4</th>
19353
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 4</td>
19354
+ <td
19355
+ class="pf-m-nowrap"
19356
+ role="cell"
19357
+ data-label="Example td"
19358
+ >Test cell 4-3</td>
19359
+ <td
19360
+ class="pf-m-nowrap"
19361
+ role="cell"
19362
+ data-label="Example td"
19363
+ >Test cell 4-4</td>
19364
+ <td
19365
+ class="pf-m-nowrap"
19366
+ role="cell"
19367
+ data-label="Example td"
19368
+ >Test cell 4-5</td>
19369
+ <td
19370
+ class="pf-m-nowrap"
19371
+ role="cell"
19372
+ data-label="Example td"
19373
+ >Test cell 4-6</td>
19374
+ <td
19375
+ class="pf-m-nowrap"
19376
+ role="cell"
19377
+ data-label="Example td"
19378
+ >Test cell 4-7</td>
19379
+ <td
19380
+ class="pf-m-nowrap"
19381
+ role="cell"
19382
+ data-label="Example td"
19383
+ >Test cell 4-8</td>
19384
+ <td
19385
+ class="pf-m-nowrap"
19386
+ role="cell"
19387
+ data-label="Example td"
19388
+ >Test cell 4-9</td>
19389
+ </tr>
19390
+ <tr role="row">
19391
+ <th
19392
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19393
+ role="columnheader"
19394
+ data-label="Example th"
19395
+ scope="col"
19396
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19397
+ >Fact 5</th>
19398
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 5</td>
19399
+ <td
19400
+ class="pf-m-nowrap"
19401
+ role="cell"
19402
+ data-label="Example td"
19403
+ >Test cell 5-3</td>
19404
+ <td
19405
+ class="pf-m-nowrap"
19406
+ role="cell"
19407
+ data-label="Example td"
19408
+ >Test cell 5-4</td>
19409
+ <td
19410
+ class="pf-m-nowrap"
19411
+ role="cell"
19412
+ data-label="Example td"
19413
+ >Test cell 5-5</td>
19414
+ <td
19415
+ class="pf-m-nowrap"
19416
+ role="cell"
19417
+ data-label="Example td"
19418
+ >Test cell 5-6</td>
19419
+ <td
19420
+ class="pf-m-nowrap"
19421
+ role="cell"
19422
+ data-label="Example td"
19423
+ >Test cell 5-7</td>
19424
+ <td
19425
+ class="pf-m-nowrap"
19426
+ role="cell"
19427
+ data-label="Example td"
19428
+ >Test cell 5-8</td>
19429
+ <td
19430
+ class="pf-m-nowrap"
19431
+ role="cell"
19432
+ data-label="Example td"
19433
+ >Test cell 5-9</td>
19434
+ </tr>
19435
+ <tr role="row">
19436
+ <th
19437
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19438
+ role="columnheader"
19439
+ data-label="Example th"
19440
+ scope="col"
19441
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19442
+ >Fact 6</th>
19443
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 6</td>
19444
+ <td
19445
+ class="pf-m-nowrap"
19446
+ role="cell"
19447
+ data-label="Example td"
19448
+ >Test cell 6-3</td>
19449
+ <td
19450
+ class="pf-m-nowrap"
19451
+ role="cell"
19452
+ data-label="Example td"
19453
+ >Test cell 6-4</td>
19454
+ <td
19455
+ class="pf-m-nowrap"
19456
+ role="cell"
19457
+ data-label="Example td"
19458
+ >Test cell 6-5</td>
19459
+ <td
19460
+ class="pf-m-nowrap"
19461
+ role="cell"
19462
+ data-label="Example td"
19463
+ >Test cell 6-6</td>
19464
+ <td
19465
+ class="pf-m-nowrap"
19466
+ role="cell"
19467
+ data-label="Example td"
19468
+ >Test cell 6-7</td>
19469
+ <td
19470
+ class="pf-m-nowrap"
19471
+ role="cell"
19472
+ data-label="Example td"
19473
+ >Test cell 6-8</td>
19474
+ <td
19475
+ class="pf-m-nowrap"
19476
+ role="cell"
19477
+ data-label="Example td"
19478
+ >Test cell 6-9</td>
19479
+ </tr>
19480
+ <tr role="row">
19481
+ <th
19482
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19483
+ role="columnheader"
19484
+ data-label="Example th"
19485
+ scope="col"
19486
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19487
+ >Fact 7</th>
19488
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 7</td>
19489
+ <td
19490
+ class="pf-m-nowrap"
19491
+ role="cell"
19492
+ data-label="Example td"
19493
+ >Test cell 7-3</td>
19494
+ <td
19495
+ class="pf-m-nowrap"
19496
+ role="cell"
19497
+ data-label="Example td"
19498
+ >Test cell 7-4</td>
19499
+ <td
19500
+ class="pf-m-nowrap"
19501
+ role="cell"
19502
+ data-label="Example td"
19503
+ >Test cell 7-5</td>
19504
+ <td
19505
+ class="pf-m-nowrap"
19506
+ role="cell"
19507
+ data-label="Example td"
19508
+ >Test cell 7-6</td>
19509
+ <td
19510
+ class="pf-m-nowrap"
19511
+ role="cell"
19512
+ data-label="Example td"
19513
+ >Test cell 7-7</td>
19514
+ <td
19515
+ class="pf-m-nowrap"
19516
+ role="cell"
19517
+ data-label="Example td"
19518
+ >Test cell 7-8</td>
19519
+ <td
19520
+ class="pf-m-nowrap"
19521
+ role="cell"
19522
+ data-label="Example td"
19523
+ >Test cell 7-9</td>
19524
+ </tr>
19525
+ <tr role="row">
19526
+ <th
19527
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19528
+ role="columnheader"
19529
+ data-label="Example th"
19530
+ scope="col"
19531
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19532
+ >Fact 8</th>
19533
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 8</td>
19534
+ <td
19535
+ class="pf-m-nowrap"
19536
+ role="cell"
19537
+ data-label="Example td"
19538
+ >Test cell 8-3</td>
19539
+ <td
19540
+ class="pf-m-nowrap"
19541
+ role="cell"
19542
+ data-label="Example td"
19543
+ >Test cell 8-4</td>
19544
+ <td
19545
+ class="pf-m-nowrap"
19546
+ role="cell"
19547
+ data-label="Example td"
19548
+ >Test cell 8-5</td>
19549
+ <td
19550
+ class="pf-m-nowrap"
19551
+ role="cell"
19552
+ data-label="Example td"
19553
+ >Test cell 8-6</td>
19554
+ <td
19555
+ class="pf-m-nowrap"
19556
+ role="cell"
19557
+ data-label="Example td"
19558
+ >Test cell 8-7</td>
19559
+ <td
19560
+ class="pf-m-nowrap"
19561
+ role="cell"
19562
+ data-label="Example td"
19563
+ >Test cell 8-8</td>
19564
+ <td
19565
+ class="pf-m-nowrap"
19566
+ role="cell"
19567
+ data-label="Example td"
19568
+ >Test cell 8-9</td>
19569
+ </tr>
19570
+ <tr role="row">
19571
+ <th
19572
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19573
+ role="columnheader"
19574
+ data-label="Example th"
19575
+ scope="col"
19576
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19577
+ >Fact 9</th>
19578
+ <td class="pf-m-nowrap" role="cell" data-label="Example td">State 9</td>
19579
+ <td
19580
+ class="pf-m-nowrap"
19581
+ role="cell"
19582
+ data-label="Example td"
19583
+ >Test cell 9-3</td>
19584
+ <td
19585
+ class="pf-m-nowrap"
19586
+ role="cell"
19587
+ data-label="Example td"
19588
+ >Test cell 9-4</td>
19589
+ <td
19590
+ class="pf-m-nowrap"
19591
+ role="cell"
19592
+ data-label="Example td"
19593
+ >Test cell 9-5</td>
19594
+ <td
19595
+ class="pf-m-nowrap"
19596
+ role="cell"
19597
+ data-label="Example td"
19598
+ >Test cell 9-6</td>
19599
+ <td
19600
+ class="pf-m-nowrap"
19601
+ role="cell"
19602
+ data-label="Example td"
19603
+ >Test cell 9-7</td>
19604
+ <td
19605
+ class="pf-m-nowrap"
19606
+ role="cell"
19607
+ data-label="Example td"
19608
+ >Test cell 9-8</td>
19609
+ <td
19610
+ class="pf-m-nowrap"
19611
+ role="cell"
19612
+ data-label="Example td"
19613
+ >Test cell 9-9</td>
19614
+ </tr>
19615
+ </tbody>
19616
+ </table>
19124
19617
  </div>
19618
+
19125
19619
  ```
19126
19620
 
19127
19621
  ### Multiple sticky columns
19128
19622
 
19129
- ```hbs
19623
+ ```html
19130
19624
  <div class="pf-c-scroll-inner-wrapper">
19131
- {{> table--scrollable table--scrollable--id="sticky-multi-column-example" table--scrollable--Column1IsStickyColumn="true" table--scrollable--Column2IsStickyColumn="true" table--scrollable--th--modifier--cell-2-modifier="pf-m-border-right"}}
19625
+ <table
19626
+ class="pf-c-table"
19627
+ role="grid"
19628
+ aria-label="This is a scrollable table"
19629
+ id="-table"
19630
+ >
19631
+ <thead>
19632
+ <tr role="row">
19633
+ <th
19634
+ class="pf-m-truncate pf-c-table__sort pf-c-table__sticky-column"
19635
+ role="columnheader"
19636
+ aria-sort="none"
19637
+ data-label="Example th"
19638
+ scope="col"
19639
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19640
+ >
19641
+ <button class="pf-c-table__button">
19642
+ <div class="pf-c-table__button-content">
19643
+ <span class="pf-c-table__text">Fact</span>
19644
+ <span class="pf-c-table__sort-indicator">
19645
+ <i class="fas fa-arrows-alt-v"></i>
19646
+ </span>
19647
+ </div>
19648
+ </button>
19649
+ </th>
19650
+ <th
19651
+ class="pf-m-border-right pf-m-truncate pf-c-table__sort pf-c-table__sticky-column"
19652
+ role="columnheader"
19653
+ aria-sort="none"
19654
+ data-label="Example th"
19655
+ scope="col"
19656
+ style="--pf-c-table__sticky-column--MinWidth: 120px; --pf-c-table__sticky-column--Left: 100px;"
19657
+ >
19658
+ <button class="pf-c-table__button">
19659
+ <div class="pf-c-table__button-content">
19660
+ <span class="pf-c-table__text">State</span>
19661
+ <span class="pf-c-table__sort-indicator">
19662
+ <i class="fas fa-arrows-alt-v"></i>
19663
+ </span>
19664
+ </div>
19665
+ </button>
19666
+ </th>
19667
+ <th
19668
+ class="pf-m-truncate"
19669
+ role="columnheader"
19670
+ data-label="Example th"
19671
+ scope="col"
19672
+ >Header 3</th>
19673
+ <th
19674
+ class="pf-m-truncate"
19675
+ role="columnheader"
19676
+ data-label="Example th"
19677
+ scope="col"
19678
+ >Header 4</th>
19679
+ <th
19680
+ class="pf-m-truncate"
19681
+ role="columnheader"
19682
+ data-label="Example th"
19683
+ scope="col"
19684
+ >Header 5</th>
19685
+ <th
19686
+ class="pf-m-truncate"
19687
+ role="columnheader"
19688
+ data-label="Example th"
19689
+ scope="col"
19690
+ >Header 6</th>
19691
+ <th
19692
+ class="pf-m-truncate"
19693
+ role="columnheader"
19694
+ data-label="Example th"
19695
+ scope="col"
19696
+ >Header 7</th>
19697
+ <th
19698
+ class="pf-m-truncate"
19699
+ role="columnheader"
19700
+ data-label="Example th"
19701
+ scope="col"
19702
+ >Header 8</th>
19703
+ <th
19704
+ class="pf-m-truncate"
19705
+ role="columnheader"
19706
+ data-label="Example th"
19707
+ scope="col"
19708
+ >Header 9</th>
19709
+ </tr>
19710
+ </thead>
19711
+
19712
+ <tbody role="rowgroup">
19713
+ <tr role="row">
19714
+ <th
19715
+ class="pf-m-truncate pf-c-table__sticky-column"
19716
+ role="columnheader"
19717
+ data-label="Example th"
19718
+ scope="col"
19719
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19720
+ >Fact 1</th>
19721
+ <th
19722
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19723
+ role="columnheader"
19724
+ data-label="Example th"
19725
+ scope="col"
19726
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
19727
+ >State 1</th>
19728
+ <td
19729
+ class="pf-m-nowrap"
19730
+ role="cell"
19731
+ data-label="Example td"
19732
+ >Test cell 1-3</td>
19733
+ <td
19734
+ class="pf-m-nowrap"
19735
+ role="cell"
19736
+ data-label="Example td"
19737
+ >Test cell 1-4</td>
19738
+ <td
19739
+ class="pf-m-nowrap"
19740
+ role="cell"
19741
+ data-label="Example td"
19742
+ >Test cell 1-5</td>
19743
+ <td
19744
+ class="pf-m-nowrap"
19745
+ role="cell"
19746
+ data-label="Example td"
19747
+ >Test cell 1-6</td>
19748
+ <td
19749
+ class="pf-m-nowrap"
19750
+ role="cell"
19751
+ data-label="Example td"
19752
+ >Test cell 1-7</td>
19753
+ <td
19754
+ class="pf-m-nowrap"
19755
+ role="cell"
19756
+ data-label="Example td"
19757
+ >Test cell 1-8</td>
19758
+ <td
19759
+ class="pf-m-nowrap"
19760
+ role="cell"
19761
+ data-label="Example td"
19762
+ >Test cell 1-9</td>
19763
+ </tr>
19764
+ <tr role="row">
19765
+ <th
19766
+ class="pf-m-truncate pf-c-table__sticky-column"
19767
+ role="columnheader"
19768
+ data-label="Example th"
19769
+ scope="col"
19770
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19771
+ >Fact 2</th>
19772
+ <th
19773
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19774
+ role="columnheader"
19775
+ data-label="Example th"
19776
+ scope="col"
19777
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
19778
+ >State 2</th>
19779
+ <td
19780
+ class="pf-m-nowrap"
19781
+ role="cell"
19782
+ data-label="Example td"
19783
+ >Test cell 2-3</td>
19784
+ <td
19785
+ class="pf-m-nowrap"
19786
+ role="cell"
19787
+ data-label="Example td"
19788
+ >Test cell 2-4</td>
19789
+ <td
19790
+ class="pf-m-nowrap"
19791
+ role="cell"
19792
+ data-label="Example td"
19793
+ >Test cell 2-5</td>
19794
+ <td
19795
+ class="pf-m-nowrap"
19796
+ role="cell"
19797
+ data-label="Example td"
19798
+ >Test cell 2-6</td>
19799
+ <td
19800
+ class="pf-m-nowrap"
19801
+ role="cell"
19802
+ data-label="Example td"
19803
+ >Test cell 2-7</td>
19804
+ <td
19805
+ class="pf-m-nowrap"
19806
+ role="cell"
19807
+ data-label="Example td"
19808
+ >Test cell 2-8</td>
19809
+ <td
19810
+ class="pf-m-nowrap"
19811
+ role="cell"
19812
+ data-label="Example td"
19813
+ >Test cell 2-9</td>
19814
+ </tr>
19815
+ <tr role="row">
19816
+ <th
19817
+ class="pf-m-truncate pf-c-table__sticky-column"
19818
+ role="columnheader"
19819
+ data-label="Example th"
19820
+ scope="col"
19821
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19822
+ >Fact 3</th>
19823
+ <th
19824
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19825
+ role="columnheader"
19826
+ data-label="Example th"
19827
+ scope="col"
19828
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
19829
+ >State 3</th>
19830
+ <td
19831
+ class="pf-m-nowrap"
19832
+ role="cell"
19833
+ data-label="Example td"
19834
+ >Test cell 3-3</td>
19835
+ <td
19836
+ class="pf-m-nowrap"
19837
+ role="cell"
19838
+ data-label="Example td"
19839
+ >Test cell 3-4</td>
19840
+ <td
19841
+ class="pf-m-nowrap"
19842
+ role="cell"
19843
+ data-label="Example td"
19844
+ >Test cell 3-5</td>
19845
+ <td
19846
+ class="pf-m-nowrap"
19847
+ role="cell"
19848
+ data-label="Example td"
19849
+ >Test cell 3-6</td>
19850
+ <td
19851
+ class="pf-m-nowrap"
19852
+ role="cell"
19853
+ data-label="Example td"
19854
+ >Test cell 3-7</td>
19855
+ <td
19856
+ class="pf-m-nowrap"
19857
+ role="cell"
19858
+ data-label="Example td"
19859
+ >Test cell 3-8</td>
19860
+ <td
19861
+ class="pf-m-nowrap"
19862
+ role="cell"
19863
+ data-label="Example td"
19864
+ >Test cell 3-9</td>
19865
+ </tr>
19866
+ <tr role="row">
19867
+ <th
19868
+ class="pf-m-truncate pf-c-table__sticky-column"
19869
+ role="columnheader"
19870
+ data-label="Example th"
19871
+ scope="col"
19872
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19873
+ >Fact 4</th>
19874
+ <th
19875
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19876
+ role="columnheader"
19877
+ data-label="Example th"
19878
+ scope="col"
19879
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
19880
+ >State 4</th>
19881
+ <td
19882
+ class="pf-m-nowrap"
19883
+ role="cell"
19884
+ data-label="Example td"
19885
+ >Test cell 4-3</td>
19886
+ <td
19887
+ class="pf-m-nowrap"
19888
+ role="cell"
19889
+ data-label="Example td"
19890
+ >Test cell 4-4</td>
19891
+ <td
19892
+ class="pf-m-nowrap"
19893
+ role="cell"
19894
+ data-label="Example td"
19895
+ >Test cell 4-5</td>
19896
+ <td
19897
+ class="pf-m-nowrap"
19898
+ role="cell"
19899
+ data-label="Example td"
19900
+ >Test cell 4-6</td>
19901
+ <td
19902
+ class="pf-m-nowrap"
19903
+ role="cell"
19904
+ data-label="Example td"
19905
+ >Test cell 4-7</td>
19906
+ <td
19907
+ class="pf-m-nowrap"
19908
+ role="cell"
19909
+ data-label="Example td"
19910
+ >Test cell 4-8</td>
19911
+ <td
19912
+ class="pf-m-nowrap"
19913
+ role="cell"
19914
+ data-label="Example td"
19915
+ >Test cell 4-9</td>
19916
+ </tr>
19917
+ <tr role="row">
19918
+ <th
19919
+ class="pf-m-truncate pf-c-table__sticky-column"
19920
+ role="columnheader"
19921
+ data-label="Example th"
19922
+ scope="col"
19923
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19924
+ >Fact 5</th>
19925
+ <th
19926
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19927
+ role="columnheader"
19928
+ data-label="Example th"
19929
+ scope="col"
19930
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
19931
+ >State 5</th>
19932
+ <td
19933
+ class="pf-m-nowrap"
19934
+ role="cell"
19935
+ data-label="Example td"
19936
+ >Test cell 5-3</td>
19937
+ <td
19938
+ class="pf-m-nowrap"
19939
+ role="cell"
19940
+ data-label="Example td"
19941
+ >Test cell 5-4</td>
19942
+ <td
19943
+ class="pf-m-nowrap"
19944
+ role="cell"
19945
+ data-label="Example td"
19946
+ >Test cell 5-5</td>
19947
+ <td
19948
+ class="pf-m-nowrap"
19949
+ role="cell"
19950
+ data-label="Example td"
19951
+ >Test cell 5-6</td>
19952
+ <td
19953
+ class="pf-m-nowrap"
19954
+ role="cell"
19955
+ data-label="Example td"
19956
+ >Test cell 5-7</td>
19957
+ <td
19958
+ class="pf-m-nowrap"
19959
+ role="cell"
19960
+ data-label="Example td"
19961
+ >Test cell 5-8</td>
19962
+ <td
19963
+ class="pf-m-nowrap"
19964
+ role="cell"
19965
+ data-label="Example td"
19966
+ >Test cell 5-9</td>
19967
+ </tr>
19968
+ <tr role="row">
19969
+ <th
19970
+ class="pf-m-truncate pf-c-table__sticky-column"
19971
+ role="columnheader"
19972
+ data-label="Example th"
19973
+ scope="col"
19974
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
19975
+ >Fact 6</th>
19976
+ <th
19977
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
19978
+ role="columnheader"
19979
+ data-label="Example th"
19980
+ scope="col"
19981
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
19982
+ >State 6</th>
19983
+ <td
19984
+ class="pf-m-nowrap"
19985
+ role="cell"
19986
+ data-label="Example td"
19987
+ >Test cell 6-3</td>
19988
+ <td
19989
+ class="pf-m-nowrap"
19990
+ role="cell"
19991
+ data-label="Example td"
19992
+ >Test cell 6-4</td>
19993
+ <td
19994
+ class="pf-m-nowrap"
19995
+ role="cell"
19996
+ data-label="Example td"
19997
+ >Test cell 6-5</td>
19998
+ <td
19999
+ class="pf-m-nowrap"
20000
+ role="cell"
20001
+ data-label="Example td"
20002
+ >Test cell 6-6</td>
20003
+ <td
20004
+ class="pf-m-nowrap"
20005
+ role="cell"
20006
+ data-label="Example td"
20007
+ >Test cell 6-7</td>
20008
+ <td
20009
+ class="pf-m-nowrap"
20010
+ role="cell"
20011
+ data-label="Example td"
20012
+ >Test cell 6-8</td>
20013
+ <td
20014
+ class="pf-m-nowrap"
20015
+ role="cell"
20016
+ data-label="Example td"
20017
+ >Test cell 6-9</td>
20018
+ </tr>
20019
+ <tr role="row">
20020
+ <th
20021
+ class="pf-m-truncate pf-c-table__sticky-column"
20022
+ role="columnheader"
20023
+ data-label="Example th"
20024
+ scope="col"
20025
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20026
+ >Fact 7</th>
20027
+ <th
20028
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20029
+ role="columnheader"
20030
+ data-label="Example th"
20031
+ scope="col"
20032
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20033
+ >State 7</th>
20034
+ <td
20035
+ class="pf-m-nowrap"
20036
+ role="cell"
20037
+ data-label="Example td"
20038
+ >Test cell 7-3</td>
20039
+ <td
20040
+ class="pf-m-nowrap"
20041
+ role="cell"
20042
+ data-label="Example td"
20043
+ >Test cell 7-4</td>
20044
+ <td
20045
+ class="pf-m-nowrap"
20046
+ role="cell"
20047
+ data-label="Example td"
20048
+ >Test cell 7-5</td>
20049
+ <td
20050
+ class="pf-m-nowrap"
20051
+ role="cell"
20052
+ data-label="Example td"
20053
+ >Test cell 7-6</td>
20054
+ <td
20055
+ class="pf-m-nowrap"
20056
+ role="cell"
20057
+ data-label="Example td"
20058
+ >Test cell 7-7</td>
20059
+ <td
20060
+ class="pf-m-nowrap"
20061
+ role="cell"
20062
+ data-label="Example td"
20063
+ >Test cell 7-8</td>
20064
+ <td
20065
+ class="pf-m-nowrap"
20066
+ role="cell"
20067
+ data-label="Example td"
20068
+ >Test cell 7-9</td>
20069
+ </tr>
20070
+ <tr role="row">
20071
+ <th
20072
+ class="pf-m-truncate pf-c-table__sticky-column"
20073
+ role="columnheader"
20074
+ data-label="Example th"
20075
+ scope="col"
20076
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20077
+ >Fact 8</th>
20078
+ <th
20079
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20080
+ role="columnheader"
20081
+ data-label="Example th"
20082
+ scope="col"
20083
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20084
+ >State 8</th>
20085
+ <td
20086
+ class="pf-m-nowrap"
20087
+ role="cell"
20088
+ data-label="Example td"
20089
+ >Test cell 8-3</td>
20090
+ <td
20091
+ class="pf-m-nowrap"
20092
+ role="cell"
20093
+ data-label="Example td"
20094
+ >Test cell 8-4</td>
20095
+ <td
20096
+ class="pf-m-nowrap"
20097
+ role="cell"
20098
+ data-label="Example td"
20099
+ >Test cell 8-5</td>
20100
+ <td
20101
+ class="pf-m-nowrap"
20102
+ role="cell"
20103
+ data-label="Example td"
20104
+ >Test cell 8-6</td>
20105
+ <td
20106
+ class="pf-m-nowrap"
20107
+ role="cell"
20108
+ data-label="Example td"
20109
+ >Test cell 8-7</td>
20110
+ <td
20111
+ class="pf-m-nowrap"
20112
+ role="cell"
20113
+ data-label="Example td"
20114
+ >Test cell 8-8</td>
20115
+ <td
20116
+ class="pf-m-nowrap"
20117
+ role="cell"
20118
+ data-label="Example td"
20119
+ >Test cell 8-9</td>
20120
+ </tr>
20121
+ <tr role="row">
20122
+ <th
20123
+ class="pf-m-truncate pf-c-table__sticky-column"
20124
+ role="columnheader"
20125
+ data-label="Example th"
20126
+ scope="col"
20127
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20128
+ >Fact 9</th>
20129
+ <th
20130
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20131
+ role="columnheader"
20132
+ data-label="Example th"
20133
+ scope="col"
20134
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20135
+ >State 9</th>
20136
+ <td
20137
+ class="pf-m-nowrap"
20138
+ role="cell"
20139
+ data-label="Example td"
20140
+ >Test cell 9-3</td>
20141
+ <td
20142
+ class="pf-m-nowrap"
20143
+ role="cell"
20144
+ data-label="Example td"
20145
+ >Test cell 9-4</td>
20146
+ <td
20147
+ class="pf-m-nowrap"
20148
+ role="cell"
20149
+ data-label="Example td"
20150
+ >Test cell 9-5</td>
20151
+ <td
20152
+ class="pf-m-nowrap"
20153
+ role="cell"
20154
+ data-label="Example td"
20155
+ >Test cell 9-6</td>
20156
+ <td
20157
+ class="pf-m-nowrap"
20158
+ role="cell"
20159
+ data-label="Example td"
20160
+ >Test cell 9-7</td>
20161
+ <td
20162
+ class="pf-m-nowrap"
20163
+ role="cell"
20164
+ data-label="Example td"
20165
+ >Test cell 9-8</td>
20166
+ <td
20167
+ class="pf-m-nowrap"
20168
+ role="cell"
20169
+ data-label="Example td"
20170
+ >Test cell 9-9</td>
20171
+ </tr>
20172
+ </tbody>
20173
+ </table>
19132
20174
  </div>
20175
+
19133
20176
  ```
19134
20177
 
19135
20178
  ### Sticky columns and header
19136
20179
 
19137
- ```hbs
20180
+ ```html
19138
20181
  <div class="pf-c-scroll-outer-wrapper">
19139
20182
  <div class="pf-c-scroll-inner-wrapper">
19140
- {{> table--scrollable table--scrollable--id="sticky-header-columns-example" table--scrollable--modifier="pf-m-sticky-header" table--scrollable--Column1IsStickyColumn="true" table--scrollable--Column2IsStickyColumn="true" table--scrollable--th--modifier--cell-2-modifier="pf-m-border-right"}}
20183
+ <table
20184
+ class="pf-c-table pf-m-sticky-header"
20185
+ role="grid"
20186
+ aria-label="This is a scrollable table"
20187
+ id="-table"
20188
+ >
20189
+ <thead>
20190
+ <tr role="row">
20191
+ <th
20192
+ class="pf-m-truncate pf-c-table__sort pf-c-table__sticky-column"
20193
+ role="columnheader"
20194
+ aria-sort="none"
20195
+ data-label="Example th"
20196
+ scope="col"
20197
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20198
+ >
20199
+ <button class="pf-c-table__button">
20200
+ <div class="pf-c-table__button-content">
20201
+ <span class="pf-c-table__text">Fact</span>
20202
+ <span class="pf-c-table__sort-indicator">
20203
+ <i class="fas fa-arrows-alt-v"></i>
20204
+ </span>
20205
+ </div>
20206
+ </button>
20207
+ </th>
20208
+ <th
20209
+ class="pf-m-border-right pf-m-truncate pf-c-table__sort pf-c-table__sticky-column"
20210
+ role="columnheader"
20211
+ aria-sort="none"
20212
+ data-label="Example th"
20213
+ scope="col"
20214
+ style="--pf-c-table__sticky-column--MinWidth: 120px; --pf-c-table__sticky-column--Left: 100px;"
20215
+ >
20216
+ <button class="pf-c-table__button">
20217
+ <div class="pf-c-table__button-content">
20218
+ <span class="pf-c-table__text">State</span>
20219
+ <span class="pf-c-table__sort-indicator">
20220
+ <i class="fas fa-arrows-alt-v"></i>
20221
+ </span>
20222
+ </div>
20223
+ </button>
20224
+ </th>
20225
+ <th
20226
+ class="pf-m-truncate"
20227
+ role="columnheader"
20228
+ data-label="Example th"
20229
+ scope="col"
20230
+ >Header 3</th>
20231
+ <th
20232
+ class="pf-m-truncate"
20233
+ role="columnheader"
20234
+ data-label="Example th"
20235
+ scope="col"
20236
+ >Header 4</th>
20237
+ <th
20238
+ class="pf-m-truncate"
20239
+ role="columnheader"
20240
+ data-label="Example th"
20241
+ scope="col"
20242
+ >Header 5</th>
20243
+ <th
20244
+ class="pf-m-truncate"
20245
+ role="columnheader"
20246
+ data-label="Example th"
20247
+ scope="col"
20248
+ >Header 6</th>
20249
+ <th
20250
+ class="pf-m-truncate"
20251
+ role="columnheader"
20252
+ data-label="Example th"
20253
+ scope="col"
20254
+ >Header 7</th>
20255
+ <th
20256
+ class="pf-m-truncate"
20257
+ role="columnheader"
20258
+ data-label="Example th"
20259
+ scope="col"
20260
+ >Header 8</th>
20261
+ <th
20262
+ class="pf-m-truncate"
20263
+ role="columnheader"
20264
+ data-label="Example th"
20265
+ scope="col"
20266
+ >Header 9</th>
20267
+ </tr>
20268
+ </thead>
20269
+
20270
+ <tbody role="rowgroup">
20271
+ <tr role="row">
20272
+ <th
20273
+ class="pf-m-truncate pf-c-table__sticky-column"
20274
+ role="columnheader"
20275
+ data-label="Example th"
20276
+ scope="col"
20277
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20278
+ >Fact 1</th>
20279
+ <th
20280
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20281
+ role="columnheader"
20282
+ data-label="Example th"
20283
+ scope="col"
20284
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20285
+ >State 1</th>
20286
+ <td
20287
+ class="pf-m-nowrap"
20288
+ role="cell"
20289
+ data-label="Example td"
20290
+ >Test cell 1-3</td>
20291
+ <td
20292
+ class="pf-m-nowrap"
20293
+ role="cell"
20294
+ data-label="Example td"
20295
+ >Test cell 1-4</td>
20296
+ <td
20297
+ class="pf-m-nowrap"
20298
+ role="cell"
20299
+ data-label="Example td"
20300
+ >Test cell 1-5</td>
20301
+ <td
20302
+ class="pf-m-nowrap"
20303
+ role="cell"
20304
+ data-label="Example td"
20305
+ >Test cell 1-6</td>
20306
+ <td
20307
+ class="pf-m-nowrap"
20308
+ role="cell"
20309
+ data-label="Example td"
20310
+ >Test cell 1-7</td>
20311
+ <td
20312
+ class="pf-m-nowrap"
20313
+ role="cell"
20314
+ data-label="Example td"
20315
+ >Test cell 1-8</td>
20316
+ <td
20317
+ class="pf-m-nowrap"
20318
+ role="cell"
20319
+ data-label="Example td"
20320
+ >Test cell 1-9</td>
20321
+ </tr>
20322
+ <tr role="row">
20323
+ <th
20324
+ class="pf-m-truncate pf-c-table__sticky-column"
20325
+ role="columnheader"
20326
+ data-label="Example th"
20327
+ scope="col"
20328
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20329
+ >Fact 2</th>
20330
+ <th
20331
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20332
+ role="columnheader"
20333
+ data-label="Example th"
20334
+ scope="col"
20335
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20336
+ >State 2</th>
20337
+ <td
20338
+ class="pf-m-nowrap"
20339
+ role="cell"
20340
+ data-label="Example td"
20341
+ >Test cell 2-3</td>
20342
+ <td
20343
+ class="pf-m-nowrap"
20344
+ role="cell"
20345
+ data-label="Example td"
20346
+ >Test cell 2-4</td>
20347
+ <td
20348
+ class="pf-m-nowrap"
20349
+ role="cell"
20350
+ data-label="Example td"
20351
+ >Test cell 2-5</td>
20352
+ <td
20353
+ class="pf-m-nowrap"
20354
+ role="cell"
20355
+ data-label="Example td"
20356
+ >Test cell 2-6</td>
20357
+ <td
20358
+ class="pf-m-nowrap"
20359
+ role="cell"
20360
+ data-label="Example td"
20361
+ >Test cell 2-7</td>
20362
+ <td
20363
+ class="pf-m-nowrap"
20364
+ role="cell"
20365
+ data-label="Example td"
20366
+ >Test cell 2-8</td>
20367
+ <td
20368
+ class="pf-m-nowrap"
20369
+ role="cell"
20370
+ data-label="Example td"
20371
+ >Test cell 2-9</td>
20372
+ </tr>
20373
+ <tr role="row">
20374
+ <th
20375
+ class="pf-m-truncate pf-c-table__sticky-column"
20376
+ role="columnheader"
20377
+ data-label="Example th"
20378
+ scope="col"
20379
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20380
+ >Fact 3</th>
20381
+ <th
20382
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20383
+ role="columnheader"
20384
+ data-label="Example th"
20385
+ scope="col"
20386
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20387
+ >State 3</th>
20388
+ <td
20389
+ class="pf-m-nowrap"
20390
+ role="cell"
20391
+ data-label="Example td"
20392
+ >Test cell 3-3</td>
20393
+ <td
20394
+ class="pf-m-nowrap"
20395
+ role="cell"
20396
+ data-label="Example td"
20397
+ >Test cell 3-4</td>
20398
+ <td
20399
+ class="pf-m-nowrap"
20400
+ role="cell"
20401
+ data-label="Example td"
20402
+ >Test cell 3-5</td>
20403
+ <td
20404
+ class="pf-m-nowrap"
20405
+ role="cell"
20406
+ data-label="Example td"
20407
+ >Test cell 3-6</td>
20408
+ <td
20409
+ class="pf-m-nowrap"
20410
+ role="cell"
20411
+ data-label="Example td"
20412
+ >Test cell 3-7</td>
20413
+ <td
20414
+ class="pf-m-nowrap"
20415
+ role="cell"
20416
+ data-label="Example td"
20417
+ >Test cell 3-8</td>
20418
+ <td
20419
+ class="pf-m-nowrap"
20420
+ role="cell"
20421
+ data-label="Example td"
20422
+ >Test cell 3-9</td>
20423
+ </tr>
20424
+ <tr role="row">
20425
+ <th
20426
+ class="pf-m-truncate pf-c-table__sticky-column"
20427
+ role="columnheader"
20428
+ data-label="Example th"
20429
+ scope="col"
20430
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20431
+ >Fact 4</th>
20432
+ <th
20433
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20434
+ role="columnheader"
20435
+ data-label="Example th"
20436
+ scope="col"
20437
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20438
+ >State 4</th>
20439
+ <td
20440
+ class="pf-m-nowrap"
20441
+ role="cell"
20442
+ data-label="Example td"
20443
+ >Test cell 4-3</td>
20444
+ <td
20445
+ class="pf-m-nowrap"
20446
+ role="cell"
20447
+ data-label="Example td"
20448
+ >Test cell 4-4</td>
20449
+ <td
20450
+ class="pf-m-nowrap"
20451
+ role="cell"
20452
+ data-label="Example td"
20453
+ >Test cell 4-5</td>
20454
+ <td
20455
+ class="pf-m-nowrap"
20456
+ role="cell"
20457
+ data-label="Example td"
20458
+ >Test cell 4-6</td>
20459
+ <td
20460
+ class="pf-m-nowrap"
20461
+ role="cell"
20462
+ data-label="Example td"
20463
+ >Test cell 4-7</td>
20464
+ <td
20465
+ class="pf-m-nowrap"
20466
+ role="cell"
20467
+ data-label="Example td"
20468
+ >Test cell 4-8</td>
20469
+ <td
20470
+ class="pf-m-nowrap"
20471
+ role="cell"
20472
+ data-label="Example td"
20473
+ >Test cell 4-9</td>
20474
+ </tr>
20475
+ <tr role="row">
20476
+ <th
20477
+ class="pf-m-truncate pf-c-table__sticky-column"
20478
+ role="columnheader"
20479
+ data-label="Example th"
20480
+ scope="col"
20481
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20482
+ >Fact 5</th>
20483
+ <th
20484
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20485
+ role="columnheader"
20486
+ data-label="Example th"
20487
+ scope="col"
20488
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20489
+ >State 5</th>
20490
+ <td
20491
+ class="pf-m-nowrap"
20492
+ role="cell"
20493
+ data-label="Example td"
20494
+ >Test cell 5-3</td>
20495
+ <td
20496
+ class="pf-m-nowrap"
20497
+ role="cell"
20498
+ data-label="Example td"
20499
+ >Test cell 5-4</td>
20500
+ <td
20501
+ class="pf-m-nowrap"
20502
+ role="cell"
20503
+ data-label="Example td"
20504
+ >Test cell 5-5</td>
20505
+ <td
20506
+ class="pf-m-nowrap"
20507
+ role="cell"
20508
+ data-label="Example td"
20509
+ >Test cell 5-6</td>
20510
+ <td
20511
+ class="pf-m-nowrap"
20512
+ role="cell"
20513
+ data-label="Example td"
20514
+ >Test cell 5-7</td>
20515
+ <td
20516
+ class="pf-m-nowrap"
20517
+ role="cell"
20518
+ data-label="Example td"
20519
+ >Test cell 5-8</td>
20520
+ <td
20521
+ class="pf-m-nowrap"
20522
+ role="cell"
20523
+ data-label="Example td"
20524
+ >Test cell 5-9</td>
20525
+ </tr>
20526
+ <tr role="row">
20527
+ <th
20528
+ class="pf-m-truncate pf-c-table__sticky-column"
20529
+ role="columnheader"
20530
+ data-label="Example th"
20531
+ scope="col"
20532
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20533
+ >Fact 6</th>
20534
+ <th
20535
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20536
+ role="columnheader"
20537
+ data-label="Example th"
20538
+ scope="col"
20539
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20540
+ >State 6</th>
20541
+ <td
20542
+ class="pf-m-nowrap"
20543
+ role="cell"
20544
+ data-label="Example td"
20545
+ >Test cell 6-3</td>
20546
+ <td
20547
+ class="pf-m-nowrap"
20548
+ role="cell"
20549
+ data-label="Example td"
20550
+ >Test cell 6-4</td>
20551
+ <td
20552
+ class="pf-m-nowrap"
20553
+ role="cell"
20554
+ data-label="Example td"
20555
+ >Test cell 6-5</td>
20556
+ <td
20557
+ class="pf-m-nowrap"
20558
+ role="cell"
20559
+ data-label="Example td"
20560
+ >Test cell 6-6</td>
20561
+ <td
20562
+ class="pf-m-nowrap"
20563
+ role="cell"
20564
+ data-label="Example td"
20565
+ >Test cell 6-7</td>
20566
+ <td
20567
+ class="pf-m-nowrap"
20568
+ role="cell"
20569
+ data-label="Example td"
20570
+ >Test cell 6-8</td>
20571
+ <td
20572
+ class="pf-m-nowrap"
20573
+ role="cell"
20574
+ data-label="Example td"
20575
+ >Test cell 6-9</td>
20576
+ </tr>
20577
+ <tr role="row">
20578
+ <th
20579
+ class="pf-m-truncate pf-c-table__sticky-column"
20580
+ role="columnheader"
20581
+ data-label="Example th"
20582
+ scope="col"
20583
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20584
+ >Fact 7</th>
20585
+ <th
20586
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20587
+ role="columnheader"
20588
+ data-label="Example th"
20589
+ scope="col"
20590
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20591
+ >State 7</th>
20592
+ <td
20593
+ class="pf-m-nowrap"
20594
+ role="cell"
20595
+ data-label="Example td"
20596
+ >Test cell 7-3</td>
20597
+ <td
20598
+ class="pf-m-nowrap"
20599
+ role="cell"
20600
+ data-label="Example td"
20601
+ >Test cell 7-4</td>
20602
+ <td
20603
+ class="pf-m-nowrap"
20604
+ role="cell"
20605
+ data-label="Example td"
20606
+ >Test cell 7-5</td>
20607
+ <td
20608
+ class="pf-m-nowrap"
20609
+ role="cell"
20610
+ data-label="Example td"
20611
+ >Test cell 7-6</td>
20612
+ <td
20613
+ class="pf-m-nowrap"
20614
+ role="cell"
20615
+ data-label="Example td"
20616
+ >Test cell 7-7</td>
20617
+ <td
20618
+ class="pf-m-nowrap"
20619
+ role="cell"
20620
+ data-label="Example td"
20621
+ >Test cell 7-8</td>
20622
+ <td
20623
+ class="pf-m-nowrap"
20624
+ role="cell"
20625
+ data-label="Example td"
20626
+ >Test cell 7-9</td>
20627
+ </tr>
20628
+ <tr role="row">
20629
+ <th
20630
+ class="pf-m-truncate pf-c-table__sticky-column"
20631
+ role="columnheader"
20632
+ data-label="Example th"
20633
+ scope="col"
20634
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20635
+ >Fact 8</th>
20636
+ <th
20637
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20638
+ role="columnheader"
20639
+ data-label="Example th"
20640
+ scope="col"
20641
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20642
+ >State 8</th>
20643
+ <td
20644
+ class="pf-m-nowrap"
20645
+ role="cell"
20646
+ data-label="Example td"
20647
+ >Test cell 8-3</td>
20648
+ <td
20649
+ class="pf-m-nowrap"
20650
+ role="cell"
20651
+ data-label="Example td"
20652
+ >Test cell 8-4</td>
20653
+ <td
20654
+ class="pf-m-nowrap"
20655
+ role="cell"
20656
+ data-label="Example td"
20657
+ >Test cell 8-5</td>
20658
+ <td
20659
+ class="pf-m-nowrap"
20660
+ role="cell"
20661
+ data-label="Example td"
20662
+ >Test cell 8-6</td>
20663
+ <td
20664
+ class="pf-m-nowrap"
20665
+ role="cell"
20666
+ data-label="Example td"
20667
+ >Test cell 8-7</td>
20668
+ <td
20669
+ class="pf-m-nowrap"
20670
+ role="cell"
20671
+ data-label="Example td"
20672
+ >Test cell 8-8</td>
20673
+ <td
20674
+ class="pf-m-nowrap"
20675
+ role="cell"
20676
+ data-label="Example td"
20677
+ >Test cell 8-9</td>
20678
+ </tr>
20679
+ <tr role="row">
20680
+ <th
20681
+ class="pf-m-truncate pf-c-table__sticky-column"
20682
+ role="columnheader"
20683
+ data-label="Example th"
20684
+ scope="col"
20685
+ style="--pf-c-table__sticky-column--MinWidth: 100px;"
20686
+ >Fact 9</th>
20687
+ <th
20688
+ class="pf-m-border-right pf-m-truncate pf-c-table__sticky-column"
20689
+ role="columnheader"
20690
+ data-label="Example th"
20691
+ scope="col"
20692
+ style="--pf-c-table__sticky-column--MinWidth: 80px; --pf-c-table__sticky-column--Left: 100px;"
20693
+ >State 9</th>
20694
+ <td
20695
+ class="pf-m-nowrap"
20696
+ role="cell"
20697
+ data-label="Example td"
20698
+ >Test cell 9-3</td>
20699
+ <td
20700
+ class="pf-m-nowrap"
20701
+ role="cell"
20702
+ data-label="Example td"
20703
+ >Test cell 9-4</td>
20704
+ <td
20705
+ class="pf-m-nowrap"
20706
+ role="cell"
20707
+ data-label="Example td"
20708
+ >Test cell 9-5</td>
20709
+ <td
20710
+ class="pf-m-nowrap"
20711
+ role="cell"
20712
+ data-label="Example td"
20713
+ >Test cell 9-6</td>
20714
+ <td
20715
+ class="pf-m-nowrap"
20716
+ role="cell"
20717
+ data-label="Example td"
20718
+ >Test cell 9-7</td>
20719
+ <td
20720
+ class="pf-m-nowrap"
20721
+ role="cell"
20722
+ data-label="Example td"
20723
+ >Test cell 9-8</td>
20724
+ <td
20725
+ class="pf-m-nowrap"
20726
+ role="cell"
20727
+ data-label="Example td"
20728
+ >Test cell 9-9</td>
20729
+ </tr>
20730
+ </tbody>
20731
+ </table>
19141
20732
  </div>
19142
20733
  </div>
20734
+
19143
20735
  ```
19144
20736
 
19145
20737
  ### Sticky column usage