WP Manifestindependent plugin directory
manifest / developer / wp-custom-list-table-with-database-example

Custom List Table With Database Example

A highly documented wordpress plugin that demonstrates how to create custom admin list-tables from database using WP_List_Table class.

by Prashant Baldha · github.com/pmbaldha/wp-custom-list-table-with-database-example

75stars
39forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pmbaldha/wp-custom-list-table-with-database-example/archive/refs/heads/master.zip

A highly documented plugin that demonstrates how to create custom admin list-tables from database using WP_List_Table class.

Description

This plugin serves as a highly documented example of using WordPress's built-in WP_List_Table class with database CRUD (Create, Read, Update, Delete) operations for plugin development. This example serves to help clarify use of the WP_List_Table class with database for quickly and easily generating consistent, standardized, feature-rich list-tables for WordPress admin screens.

There are several great reasons to display your data in a list table like these: 1.Stays true to the WordPress core UI 2.Requires zero custom CSS 3.Takes less time to create than custom interfaces

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

Installation

Just Install and Activate It

Frequently Asked Questions

Is there any configuration require for this plugin? No

Is all features of this plugin completely free? Yes

Where can I get support? For support, please contact at pmbaldha@gmail.com

Where can I report bug?= For reporting related bugs, please contact at pmbaldha@gmail.com.

Screenshots

  1. Person List Table
  2. Add new person
  3. Edit Person

Changelog

0.1

  • Database CRUD Operations
  • Person Example

Upgrade Notice

No need to upgrade, you only need to install plugin. This is first version of plugin