How to insert dependent crud...
- Single Page
Posted 23 May 2012 - 15:51 PM
Here is the rundown:
We have schools. Schools have campuses. Campuses have programs.
I've already set up the CRUD for the schools and that works great. What I want now is that if the user is EDITING a school, below the normal CRUD fields is the CRUD table listing the school's campuses, along with the add button to add a new campus for that school. If the user is EDITING a campus, below that I want the CRUD table for the user to manage the campus' programs.
How can I achieve this? I assume it's possible and straight-forward, but I'm having a heck of a time figuring it out.
Thanks in advance!
Posted 24 May 2012 - 14:00 PM
Posted 24 May 2012 - 18:31 PM