Column Headers on Font Enlarge/Shrink

Column Headers on Font Enlarge/Shrink

jsharfjsharf Posts: 5Questions: 0Answers: 0
edited April 2013 in General
When I resize the font, using CTRL/+ or CTRL/-, the column headers are not resizing properly to match the columns. I'm using a horizontally-scrollable table (xScrollX: 100%, xScrollXInner: 120%), and that part is working fine.

Using Ben Alman's jQuery resize event plugin, I'm able to get it to work properly on FF and Chrome, but on IE, it's only working inconsistently.

Is there some way of getting this to work w/o a resize plugin at all?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,473 Site admin
    You could try calling fnAdjustColumnSizing .

    Allan
  • jsharfjsharf Posts: 5Questions: 0Answers: 0
    Thanks, Allan, and I have been doing that when the resize() event on the div fires; the problem appears to be that the event doesn't always fire on IE when it reduces, so it's not a datatables problem at all, I don't think.
This discussion has been closed.