Custom List Table Example

A highly documented plugin that demonstrates how to create custom List Tables using official WordPress APIs.

Author:Matt van Andel (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.3.33
Plugin version:1.4.1
Added to WordPress repository:09-07-2011
Last updated:19-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:49
Plugin URI:http://www.mattvanandel.com/
Total downloads:44 328
Active installs:200+
plugin download
Click to start download

This plugin serves as a highly documented example of using WordPress’s built-in WP_List_Table class for plugin development. Previously, WordPress plugins
had to be created from scratch and were often wildly inconsistent with the rest of the WordPress admin. This example serves to help clarify use of the
WP_List_Table class for quickly and easily generating consistent, standardized, feature-rich list-tables for WordPress admin screens.

One new admin menu is created: “List Table Example”. This page includes an example table and all the documentation needed to reproduce it. Developers who
open the PHP file itself will find exceptionally well documented code outlining all the information needed to duplicate this feature.

For more information, please visit the WP_List_Tables page in the WordPress Codex.


ChangeLog