On Tue, Sep 9, 2008 at 10:13 AM, Larry White <[EMAIL PROTECTED]> wrote:
> Recognizing that this may be more of a CSS question than a GWT question, is
> there a straightforward way to hide (and subsequently show) individual rows
> in a FlexTable?  When hidden, I want it to look like there is no row there
> and when visible to be formatted like the other rows.
>
> FWIW, I'm asking the question in part because I'm assuming that it will be
> expensive to actually add and remove the rows from a large FlexTable.

    table.getRowFormatter().setVisible(rowNum, false);

This works, but I think there is still might be a single pixel row of
space remaining.

Jim

>
> Thanks.
>
> Larry
>
> >
>



-- 
Jim Freeze

--~--~---------~--~----~------------~-------~--~----~
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