What is the alternative for WP_List_Table CLass in WordPress?

Viewed 759

WordPress plugin developers use WP_List_Table class for build HTML tables in admin panel.

But, WordPress official documentation has following note in here.

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.

Then, what is the alternative to build HTML tables in WordPress admin panel?

2 Answers
Related