Hi, I need to rotate my column headers because the text is to long for the width of the column. Is that possible?
You can use CSS. Here is an example http://jsfiddle.net/uyq9pg8t/
You can use the afterGetColHeader
callback to add a wrapper div and then rotate it.