Problems with row height in table with expand /collapse in IE
- by Cagey
I have ten rows in my table. All the even rows are hidden by default. The odd rows have a 'plus' icon in the first cell. The plus to be clicked to see the next even row in the table. Clicking the icon again will hide the row again. I do this with simple jquery hide and show methods.
The problem with this in IE is whenever I expand and a row and…