A row in the student data table. It displays the student's information and allows for interaction.
The props for the StudentRow component.
The index of the student in the list.
Optional
Whether the row is in a loading state.
The function to call when the row is clicked.
The student data to be displayed.
A row in the student data table. It displays the student's information and allows for interaction.