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

Hi,

I have used none of them in any project so far but you might be
interested that Grid will provide a GridViewer soon and you can then
reuse all your JFace-Code you now used with SWT-Table/TableViewer.

The 2 bugs are:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=154329
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=146945

Tom

Johan Kannala schrieb:
> 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