Table hidden on page init: columns don't align until column head clicked
Table hidden on page init: columns don't align until column head clicked
crunchfactory
Posts: 29Questions: 8Answers: 2
Hi!
I have a table that's hidden until button press via "display: none;" - the columns don't align until one of the column titles are clicked. If I don't have the table hidden, it displays correctly. Any workaround ideas here? I'm already sorting on initialization via oTable.fnSort( [1,'asc'] );, etc... this happens on IE, chrome and Firefox..
Thank you!
I have a table that's hidden until button press via "display: none;" - the columns don't align until one of the column titles are clicked. If I don't have the table hidden, it displays correctly. Any workaround ideas here? I'm already sorting on initialization via oTable.fnSort( [1,'asc'] );, etc... this happens on IE, chrome and Firefox..
Thank you!
This discussion has been closed.
Replies