IE9 specific issue - clicking sScrollX-enabled table causes it to grow strange whitespace vertically
IE9 specific issue - clicking sScrollX-enabled table causes it to grow strange whitespace vertically
tandreasen
Posts: 5Questions: 0Answers: 0
Hi,
I have an issue specific ONLY to IE9 (works in chrome\firefox\IE8) where if you click on a row within a datatable, whitespace between the table content and the table footer grows per each click (VERY similar to this issue: http://datatables.net/forums/discussion/11384/strange-behavior-in-ie9-with-sscrollx/p1) - it only happens on tables with sScrollX enabled.
The min-height:0% fix suggested in the link above did not work. Has anybody experienced this behavior?
Thank you.
I have an issue specific ONLY to IE9 (works in chrome\firefox\IE8) where if you click on a row within a datatable, whitespace between the table content and the table footer grows per each click (VERY similar to this issue: http://datatables.net/forums/discussion/11384/strange-behavior-in-ie9-with-sscrollx/p1) - it only happens on tables with sScrollX enabled.
The min-height:0% fix suggested in the link above did not work. Has anybody experienced this behavior?
Thank you.
This discussion has been closed.
Replies
[code]div.dataTables_scrollBody { min-height: 0%; }[/code]
The above fixed my problem.