1.7b3: fnUpdate calls _fnAjustColumnSizing when bAutoWidth is false

1.7b3: fnUpdate calls _fnAjustColumnSizing when bAutoWidth is false

keturnketurn Posts: 18Questions: 0Answers: 0
edited July 2010 in Bug reports
I was looking in to some unexpected column-resizing behaviour, and noticed that on initial load my columns do not have a width attribute in their style, and after fnUpdate they do.

I'm building the tables with bAutoWidth: false, and it looks like fnUpdate likes to call _fnAjustColumnSizing, with no regard to the autowidth feature.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
    Hi keturn,

    Thanks for that. I'm working on reworking the algorithm used for this for the next beta anyway, so this will be useful to bare in mind.

    Regards,
    Allan
  • PaoloValladolidPaoloValladolid Posts: 35Questions: 0Answers: 0
    I'm using 1.7.1 and still see this behavior with fnUpdate
  • PaoloValladolidPaoloValladolid Posts: 35Questions: 0Answers: 0
    False Alarm! Please disregard my previous post. I forgot to set bAutoWidth: false.

    My apologies!
This discussion has been closed.