Skip to content
Advertisement

How can I show subcategories in categories?

Here’s the code:

JavaScript

I will like to display parent category and its children under it. Something like this:

  1. Category
    • Sub 1
    • Sub 2
  2. Category – Sub 1 – Sub 2

I want to show data like see demo

Database Structure. Both categories and subcategories are in same table. Database

Advertisement

Answer

Try this:

JavaScript

Output:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement