Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Multi-line header on a table
Multi-line header on a table [message #467680] Fri, 03 February 2006 14:38 Go to next message
Timothy Vogel is currently offline Timothy VogelFriend
Messages: 82
Registered: July 2009
Member
Is it possible to have a header on a column in a table have two lines?
I'm hoping to have a table similar to the sample below where the day of
week and date are in the header of each column.

| | Mon | Tue | Wed |
|Student|01/02|01/03|01/04|
|Carl | | 85 | |
|Sally | | 100 | |
|John | | 0 | |

Thanks
Timothy
Re: Multi-line header on a table [message #467688 is a reply to message #467680] Fri, 03 February 2006 15:25 Go to previous messageGo to next message
Yves Harms is currently offline Yves HarmsFriend
Messages: 80
Registered: July 2009
Member
As of 3.1 this is currently not supported.
As far as I remember there's already a feature request covering this in
bugzilla.

A workaround could be hiding the column headers and just using ordinary
table cells as header with a special background color.
You could use KTable (a custom 3rd party widget) as an alternative as well.

Yves Harms
Re: Multi-line header on a table [message #467718 is a reply to message #467688] Sat, 04 February 2006 14:22 Go to previous message
Timothy Vogel is currently offline Timothy VogelFriend
Messages: 82
Registered: July 2009
Member
Thanks for the reply and the pointer to KTable.
Previous Topic:Is there way to integrate legacy windows application in SWT
Next Topic:Browser Widget and Proxy Settings
Goto Forum:
  


Current Time: Wed Apr 24 21:08:01 GMT 2024

Powered by FUDForum. Page generated in 0.02710 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top