wordpress wp_list_table child rows
-
Hello everyone,
I am Learning wordpress and I am creating a plugin that allows me to create some categories and to create some sub categories to link to the catgeories.
At the moment, I am using wp_list_table to get the data from the database into a table. I have a page that shows me the Categories, and an action for each rows that redirect me to another page that shows me another table with the sub-categories link to the main Category.
What I would like to do is to have only one table with all my categories and a button on each row that shows child rows with the sub-categories. I haven’t found any way to do it with wp_list_table, do you have an idea of what I can do, or if I have to implement my own solution. Thank you for your help!
- The topic ‘wordpress wp_list_table child rows’ is closed to new replies.