Extension:ScrollableTables

From mediawiki.org
MediaWiki extensions manual
ScrollableTables
Release status: unknown
Author(s) Clark Verbrugge (Clumptalk)
Latest version 0.3.0
MediaWiki >= 1.31.0
License Creative Commons Zero v1.0 Universal
Download
Quarterly downloads 0
Translate the ScrollableTables extension if it is available at translatewiki.net

The ScrollableTables extension enables a static header row and scrolling body in tables.

Installation[edit]

  • Download and move the extracted ScrollableTables folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ScrollableTables
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ScrollableTables' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.