Suppose i want to show the details of student-subject-marks in matrix format. Like in the column we can have the subjects, in the row we can have the name of the students, and in the matrix cells we can have the marks allotted for a particular student in a particular subject.
Is there any way to do that?