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?