I’ve not found any best alternative to this class. The WP_List_table
is best to use. But the way to use it, is the concern. If you read the Codex cafefully you’ll see a warning that-
This class’s access is marked as private. That means it is not intended for use by plugin and theme developers as it is subject to
change without warning in any future WordPress release. If you would
still like to make use of the class, you should make a copy to use and
distribute with your own project, or else use it at your own risk.
So from here we see the best practice to use the class. Copy it, rename it with your prefix and use it in your solution. By using this way you’ll be safe if the WordPress admin changes anything or make the class deprecated it isn’t gonna hurt your code or system or solution.
Related Posts:
- Change order of custom columns for edit panels
- How to create Custom filter options in wp_list_table?
- Fatal error after 4.4 upgrade class-wp-list-table
- How to remove _wp_http_referer from URL when using WP_List_table?
- wp_list_table bulk action button is not working – no submit
- How to handle sql with Custom List Table Example
- WP_list_table add custom row action
- Removing sorting option for columns on the post lists page
- Remove Admin Notice on page refresh
- Custom WP_List_Table: How to create an unapproved row?
- Undefined index: hook_suffix
- Accepting certain HTML tags in WP List Table column data
- How to implement WP_List_Table functionality for custom plugins (OR any substitution for wp_list_table plugin) for bulk action
- WP_List_Table bulk actions notice & warning
- Inserting Mysql queries into array using wp_list_table class
- Customize WP_List_Table inside admin panel
- `bulk_edit_custom_box` mess the input fields
- Form element deleted from first row of WP_Lists_Table
- upgraded to wp 4.0 – getting convert_to_screen() errors with WP_List_Table
- WP_List_Table default orderby is numeric
- Index of row in WP_List_Table
- How to remove the bottom table headers (column names) in WP_List_Table?
- Create Add New button [closed]
- how to make custom link in wordpress
- Admin Table Filtering not Working for Custom Post Type
- wp_list_table multiple checkboxes
- Strange font-style / font-weight on CPT list columns screen
- How to sort posts without featured images in the WordPress Dashboard? thanks
- WP_List_Table can’t create filter link
- Bulk Action in wp_list_table
- How do I get WordPress to refresh my wp_list_table after bulk_delete
- Passing search query and custom filter to wp_list_table grid
- Unwanted redirection to the article page using WP_LIST_TABLE in the woocommerce_product_data_panels filter
- Sort by last 7 days in post list
- WP_List_Table add custom bulk actions
- Display data in using WP_List_Table
- Sorting columns with aliases
- WP_list_table prepare_items()
- Process bulk actions with POST method – WP_List_Table
- How to use rowspan in WP List Table?
- Custom List Table – Bulk Action – How to remove the _GET parameters
- How do I add a WP_List_Table to WordPress page?
- wp_list_tables bulk actions
- add_action ‘manage_posts_custom_column’ in a class [closed]
- Why does my custom taxonomy show a total count across all post types
- WP List Table custom quick edit box – post meta data missing and columns change on submit
- List table not rendering when $this->items is filled
- Add content in custom post type page after the title and before columns
- How to Remove Certain Screen Options and Table Columns from post type in wp_list_table?
- How to Arrange Posts by Size in the WordPress Dashboard?
- Add content before/after admin post wp-list-table
- Searching users with WP_List_Table plugin
- Redirect after deleting post and keep track of pagination
- Custom Post Type or Custom Tables
- Create a clickable name in WP_List_Table for Plugin Admin
- How to stop _wpnonce and _wp_http_referer from appearing in URL
- WordPress admin WP_table_list show incorrectly
- I want to redirect the url to the previous page
- Row actions not showing? Why?
- Using List Table Filters for ALL Custom Post Types
- Redirection to taxonomy posts list after post submit.
- How to specify multiple search columns for wp list table search
- custom_list_table edit/delete bulk actions
- how to make custom bulk actions for a WP_List_Table (core class)
- Image still attached to post even after removing it as featured image
- Fallback media image for featured image not working in admin column
- how to remove dash (-) post status from post title on posts listing page wordpress
- Make inline edit in wp_list_table
- Default sort on admin columns with meta date hides draft posts with empty date value
- add_submenu_page function to show videos table
- Get .subsubsub count of post per status queried using pre_get_posts
- How to sort by columns within a search result without displaying all rows again after sorting
- Show post in table front end
- Add custom column to post list table
- Re use the list table for a custom post type on another page
- Modify users.php query with multiple taxonomies
- Add and Remove Row Actions in an Existing WP_List_Table
- Can I simplify in function column_default use of queries
- How to Define Multiple List Tables in a Single Submenu
- List all users and current week entries
- remove $_GET-parameter from WP_List_Table::tablenav
- WordPress admin Tables use to display own data – In admin WP
- Let Posts be stored in another table
- How to add checkbox with multiple values in table?
- Query the links Database
- How to customize custom post type’s list table?
- Admin Custom Plugin List Files in admin Table
- Issue removing columns from admin table
- Storing current page WP list table HTML data into a PHP variable
- Different style for specific rows in custom list table using WP_List_Table
- WP_LIST_TABLE bulk action
- Adding user filter – Not updating data in URL
- What is wrong with assigning values to a WP_List_Table class?
- Change column of row action (Quick Edit) links in WP_List_Table
- Extend WP_List_Table class – Edit wp_usermeta – WPPB.me Boilerplate – Action error
- WDTException: [0]: One or more columns doesn’t have a header
- Best Way To Locate Offending WP Table
- Custom WP LIST Table filter
- Uncaught Error: Cannot use object of type stdClass while showing the list using WP_List_Table
- insert an admin table inside another admin page