You should be able to do this just with CSS. There is a place in the settings for extra CSS rules under the “custom CSS” tab.
Check out this article for techniques: http://css-tricks.com/rotated-table-column-headers/
Thread Starter
ARVG
(@arvg)
Dir Sir,
I have put the codes from in the “custom CSS” tab “Plugin Print Stylesheet”.
Nothing like to happen?
What am i doing wrong?
Advance settings are:
Use the Plugin CSS; is on
Use Rich Text Editor; is on
Use WordPress Auto Formatting; is on
These are the tings that I have try in the “Plugin Print Stylesheet”:
1. I have placed the CSS code from http://css-tricks.com/rotated-table-column-headers/ (no changes)
2. ad the Fallback CSS code from http://css-tricks.com/rotated-table-column-headers/ (no changes)
3. change the codes with the code from https://gist.github.com/jbonney/6032785 (no changes)
4. also tried this 3 with in pbd-list-default.php code $this->print_header_row( ‘<th class=”%2$s” scope=”col”><div><span><u>%1$s</u></div></span></th>’ ); (no changes)
You can’t just paster them un unchanged, you have to change the selectors to apply them to your table. You’ll have to look at the HTML on your site to figure this out. I can’t tell you what it is, it will be specific to your site.