can't get fnAdjustColumnSizing working

can't get fnAdjustColumnSizing working

fbasfbas Posts: 1,094Questions: 4Answers: 0
edited September 2011 in General
http://www.beg.utexas.edu/_work/dt/cdiac/

fnAdjustColumnSizing() is being called on window resize (line 69 of main page) but table/columns are not resizing (the aanFeatures divs resize, but table doesn't). Does anyone have any tips or solution?

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    I see that sScrollX needs to be set, so this was the fix:
    [code]"sScrollX": "100%",[/code]

    however, I am getting some artifacts of the UI styling on the right side (in chrome, at least). If anyone has a fix for this, I'd love to get it.

    http://i.imgur.com/sSTMy.png
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    oh. artifacts went away when I closed the debugger panel. I guess it was causing it to think it had to draw a scrollbar (it didn't draw it, but the spacing was about that size).
This discussion has been closed.