I have a FlexTable that the user can add and remove rows from.
However, I have noticed that when I have any cell padding at all, this
padding is left behind when I call removeRow(rowNo). This is
particularly noticeable when the user has added a few rows and then
removes all of them (one by one): there is a big white space left,
which wasn't there before the rows were added and removed. If I call
setCellPadding(0), this problem goes away.

I have inspected the html using Firebug, and the white spaces left
behind are empty <td>s inside <tr>s.

Has anyone else had this problem? Am I doing something the wrong way,
or is this a bug?

Thanks
Nina


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to