'Category SubCategory
I have category and subcategory for my user points. and I want showing points with category and subcategory. how I must do?
Example
Category-1
SubCategory-1 Point-1 Point-2 Point-3 Point-4
SubCategory-2 Point-1 Point-2 Point-3 Point-4
Category-2
SubCategory-1 Point-1 Point-2 Point-3 Point-4
SubCategory-2 Point-1 Point-2 Point-3 Point-4
Category-3
SubCategory-1 Point-1 Point-2 Point-3 Point-4
SubCategory-2 Point-1 Point-2 Point-3 Point-4
Solution 1:[1]
Use ListView Widget or GridView Widget to show the list category with the points....
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Harihara dhamodaran |
