I\'ve tried reading the docs and previous answers to this question without much luck.
I\'ve got a bunch of student-course registrations and I\'d like to see some of
The model name in the accessor parameter of the column should be lowercase.
Use accessor='student.netID' instead of accessor='Student.netID'.
accessor='student.netID'
accessor='Student.netID'