FloatingTableHeader allows for table headers to stay visible as you scroll down very long tables, solving the problem of losing track of what data in table columns represent.
Installation
Usage
To float the headers of your table, add the floatheader class to it. For example:
{| class="wikitable floatheader ..." (other table attributes go here)
(your table content goes here)
|}
Known bugs
All of these are extremely minor issues:
- Some (mostly sortable) wikitables have 1px offsets on some of the floating header cells.
- Floating headers will not align on tables that Fandom deem "too wide" (where horizontal scrollbars are added).
Text above can be found here (edit)