| [news.eclipse.platform.swt] Re: Huge table, records, scrolling, etc. |
Thanks for reply, but this does not really answer my question, I wanted to know how I fetch now the records from DB and where to store. I want now each time the SWT.SetData trigger is executed, check if next 25 records are to preload. If yes what is the best way to store/cache these records? Should I use a vector? Should I use a 2nd table where I cache the records in the TableIems and copy them into the virtual table? Thanks for further discussions!