[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Huge table, records, scrolling, etc.

Hello Joe,

thanks for reply, I have tables that are in the beginning very small, but 
then every day it will grow for arround 1000-2000 records.
You wrote: 'You may need to have some local cacheing'
Exactly that I wanted to know, I asked this in my prevous mail. HOW do I do 
the caching, should I use a vector, should I use a 2nd table where I store 
the records within the table items, and if needed I copy them to the virtual 
table?

Thanks for further discussion.