I am a noob with Grocery Crud!
Made an app but I wanted to know how I can add ajax multiselect that depends on another multiselect!
Table content
id,genre,name
genre is coma separated values
Table campaign
id,content,genre,name
content is coma separated values
When I add a campaign I have to select a genre so that only the content from selected genre gets displayed
It is like:
Genre <select> (Just filled this with static values)
Content <select>