Mar 4, 2009 at 2:23 PM, limbicsys...@gmail.com
>
> wrote:
>
> > I'm using a PagingScrollTable with my own MutableTableModel. Is
> > it possible to update the model and have the table re-draw itself in
> > response to the change? The use case I have in mind is that t
I'm using a PagingScrollTable with my own MutableTableModel. Is
it possible to update the model and have the table re-draw itself in
response to the change? The use case I have in mind is that the user
is viewing some data in the table, and then clicks some kind of button
to filter the table d
As part of porting a legacy application to GWT, we need to embed our
existing JSPs inside of our GWT app. Many of these pages are quite
long, resulting in a double scrollbar- one for window of the main app,
and a second one for the content of the frame. I'd like to get rid of
the internal scroll