I am not entirely sure what you are asking, but you should be able to create whatever menu structure you want and just use the [dbte id=table-editor-id] shortcode to include that content on your admin pages. I am not sure, but you can probably use remove_menu_page to remove the default menus if you wanted to.
Hope this helps,
Cheers,
Russ
My apologies for the vagueness. Thank you for the response.
http://postimg.org/image/cluum7nxx/
I’ve attached a link of an image to help explain the problem. I want the 2 menus to function uniquely and not as if it’s the same.
For example I want the menu “L” to only have the submenu draw results and menu S just to have submenu fixtures. Is this possible?
Thanks in advance.
What do these menues have to do with this plugin? wp-db-table-editor doesnt create those menues, so you must be doing it yourself or another plugin is responsible. As far as I know using add_menu_page,add_submenu_page and the remove versions of those two functions, you should be able to create any menu structure you want. I cant debug your application for you though (especially without the code).
It sounds like maybe you have the menu_slug for both menus set to the same value or something.
Cheers,
Russ