[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Which table widget to use?

Hi,

it kind of depends on what you need. If you are looking for a fully custom drawn table with separatione of data and viewstate (thus allowing more than one table with different sortings, filters etc. on one data model) you might want to look at the JaretTable (http://www.jaret.de).

Peter Kliem

Johan Kannala wrote:
Hi!

I've been battling with the SWT table widget for a week or so now. I guess the bottom line is that the stock Table widget simply doesn't cut it for more data intensive applications. What would be needed is a CTable with enhanced functionality for such applications. Since an official SWT advanced table widget doesn't exist yet, there has been some independent table implementations: Grid from the Nebula project and KTable, as far as I know.

So, those of you who have used these (or other) table widgets, which one would you recommend based on your experiences? Do you know if there are other (possibly commercial) table widget implementations that I should look into?


Regards

/Johan