Extension:ScrollableTables
Please expand this page. |
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 | 5 (Ranked 127th) |
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 yourextensions/
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' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.