Hello all!
I am a bit confused about how to proceed and I was hoping that someone could give me an idea of how to proceed. I have a single table full of data. I realize that this is not the proper way to do it, but due to other constraints, I can not split it up. The table is basically a list of students. Each student has several statistics associated with them, like age, name, ID, and teacher. I have users that I want to be able to edit records, but I want to give them a nice UI to do it in.
What I need is some form of UI/form that will allow a user to display all records in the database in two parts. The first part, would be a condensed list (maybe just student name and ID) in a format that is not able to be edited. When a student is clicked on, another section of the page loads the full record, but not in the standard table view. I would like for it to be a form that can be design and formatted as I need. The full record needs to be editable.
Is there a certain type of form that will allow me to establish this sort of view?
Thank you for any guidance that you can provide!