A table with its header pinned during vertical scroll.

⚠️ Important

The <div> wrapper is not required. Do not add unless your use case demands one.

?⃝ Explanation

You can’t position: sticky; a <thead>. Nor a <tr>. But you can sticky a <th>

ⓘ Notice

This class can be used on a table or a table wrapper.