We currently have an issue with nested headers and custom styling which results in column widths being calculated incorrectly.
See this fiddle:
http://jsfiddle.net/436d0trh/
When applying css that increases the text size, the column is not wide enough to contain the text. Without css that works fine.
Is there any way to manipulate the text styling and still have the column size calculated correctly?
Additionally, is it possible to define a max column width for these nested columns that is used as an upper limit for the auto sizing?
Thanks!