Is there a way to do custom html/css in a column header in the grid.
var row = {
title: studentname ,
align: "center",
colModel: colDT
}
This would put the student name in for the colum header. I would like to put more information in the header. Put in something like name and then underneath email and so on.
Something like:
Name
email
phone number
and add some custom css to the various values.
I hope that makes sense.