最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugin development - Custom tableAlternative to WP_List_Table

programmeradmin5浏览0评论

I am developing a plugin that make use of WP_List_Table to display logs and some other content in the admin.

WP_List_Table works fine to display content but i need now to create a table that works on a custom db table and that allows new/edit actions on data.

I've noticed is a bit tricky handle edit/new forms actions with WP_List_Table and were looking for alternatives, frameworks or what so ever that could offer these basic features.

Any suggestion?

Thanks!

I am developing a plugin that make use of WP_List_Table to display logs and some other content in the admin.

WP_List_Table works fine to display content but i need now to create a table that works on a custom db table and that allows new/edit actions on data.

I've noticed is a bit tricky handle edit/new forms actions with WP_List_Table and were looking for alternatives, frameworks or what so ever that could offer these basic features.

Any suggestion?

Thanks!

Share Improve this question asked Feb 6, 2020 at 18:02 TommieTommie 1
Add a comment  | 

1 Answer 1

Reset to default 0

You may want to take a look at the WP Basic Crud plugin made by Labarta.

Users may add a new contact, edit it, and view the list table.

The plugin creates a table named wp_cte when it is being activated.

发布评论

评论列表(0)

  1. 暂无评论