fixed it, not sure if its a bug, but if you use CSS to assign column to say a given row, [ in my case the first row ] a style attribute display: none, then while the thead remains unaffected, the tbody td elements do not maintain the same width as thead td elements.
I had to replace the display: none CSS with bVisible false instead.
Replies
Allan
I had to replace the display: none CSS with bVisible false instead.