I have a task to create a student process where each student has a unique id, but can have multiple classes in different buildings.
This is what i wanted to use, but how do I add data to the Subjects & Building data tables? Also, once populated, how do a read the data from each row & nested row?
For each student i get their ID (and add that to the MainStudent data table ), then move in to a different page to get their subjects. At this point i add each of the subjects to the Subjects data table. How do i then merge that subjects table to the mainStudent table & write the main line, then all the subjects?