Site icon Hip-Hop Website Design and Development

How to Define Multiple List Tables in a Single Submenu

I am coding a plugin using WP_List_Table (The source code I am using.). The plugin I coded performs the function of adding a submenu to another plugin in the admin panel. A simple one-file plugin. I defined 1 table in the submenu. So far, no problem.

In the plugin, I want to define another table in the same submenu. Even if I define "different classes" in the same file, the conflict occurs. I couldn’t find how to fix this problem. If anyone has a recommendation, I’d be glad.