Skip to content

Displaying Header vertically

The header has this selector

.ui-jqgrid-hdiv > div > table > thead > tr th{
  transform: rotate(90deg);
}

You may need to adjust the height according since the vertically displayed text taking more space.

Feedback and Knowledge Base