A [table]({{path './table' }}) with its header pinned during vertical scroll.

> **⚠️ Important**
>
> The `<div>` wrapper is **not** required. Do not add unless your use case demands one.

> **?&#x20DD; Explanation**
>
> [You can’t position: sticky; a `<thead>`. Nor a `<tr>`. But you can sticky a `<th>`…][source]

> **ⓘ Notice**
>
> This class can be used on a table **or** a table wrapper.

[source]: https://css-tricks.com/position-sticky-and-table-headers/ "CSS Tricks: Position Sticky & Table Headers"

<script src="{{path '/assets/_utils/js/open-ext-links-in-new-window.js'}}" />
