Mediawiki - Sticky Table Headers
Have a table that requires scroll in a Mediawiki instance. Wanted the headers to show up while the user scrolls down.
Gladly someone developed a Sticky Headers Gadget. Very easy to install.
The extension Gadgets allows to import scripts from others to add bits of functionality to Mediawiki. It comes bundled in version 1.27, only has to be enabled in LocalSettings.php (wfLoadExtension( 'Gadgets' );).
Once the extension is enabled and the gadget installed, each user has to go to Preferences / Gadgets and enable the gadget.
The result can be seen below.
Gladly someone developed a Sticky Headers Gadget. Very easy to install.
Once the extension is enabled and the gadget installed, each user has to go to Preferences / Gadgets and enable the gadget.
The result can be seen below.
Comments
Post a Comment