I am developing a plugin using Builder
plugin to display items and their categories and subcategories.
Item
model have $belongsTo
relations with Category
and SubCategory
models, also Category
has $belongsToMany
relation with SubCategory
, and I created a form which has a relation widget
to display the categories, but I don't know how to display the subcategories relation widget
which are for the selected category and when user select new category a diffrent list of subcategories will be displayed in sub categories drop down box.