Extension:DataTable/Install
From MediaWiki.org
Installation [edit]
- Unzip the distribution zipfile in the subdirectory extensions of your mediawiki installation.
- If you have a nonempty $wgDBprefix in your configuration, insert it into the SQL script datatable_data.sql.
- Apply the SQL script datatable_data.sql to create a new table in your database.
- Add the following line to your LocalSettings.php:
require_once( "extensions/DataTable/DataTable.php" );
