[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Loading Large SWT Tables

http://bugs.eclipse.org/bugs/show_bug.cgi?id=36226

"Trev" <shartrec.noxspamx@xxxxxxxxxxxx> wrote in message
news:b7ti1t$hci$1@xxxxxxxxxxxxxxxx
> Is there any way to load table data on an as needed basis using a model as
> there is in Swing.  I have a collection with about 20000 objects that I'd
> like to show in a table.
>
> The user will be able to filter the table to reduce its size or just
scroll.
> Obviously loading it all in one go is slow and the scrolling gets a bit
slow
> as well.
>
> Trev
>
>