fnAdjustColumnSizing() ignoring column width

fnAdjustColumnSizing() ignoring column width

philsephilse Posts: 14Questions: 0Answers: 0
edited December 2012 in General
Hi Allan,

Quick question regarding fnAdjustColumnSizing(). I'm using this because I have a dataTable in a Bootstrap tab. I also have a column defined with 'sWidth': '50px'. When fnAdjustColumnSizing() executes, it resizes the columns to the content width and seems to ignore any sWidth setting on the columns. Is there any way to get fnAdjustColumnSizing() to use the specified column width? Or is there a way to redraw the table using the sWidth settings instead of using fnAdjustColumnSizing() when using tabs?

Thanks for the help!
This discussion has been closed.