0

Please let me know how to get varying sizes of rows in table for any particular column using swt/Jface?

Baz
  • 36,440
  • 11
  • 68
  • 94

1 Answers1

1

Have a look at this related question.

Table rows with different height is possible in Linux, but not Windows.

You can have a look at alternative table widgets like Nebula's Grid.

KTable can merge/span table rows:

enter image description here

Community
  • 1
  • 1
Baz
  • 36,440
  • 11
  • 68
  • 94
  • yes i did have a look at(Nebula, NatTable,Ktable,SWT-Matrix) Only row level height can be changed. But what if i want for only particular column. – user1925819 Apr 03 '13 at 08:05
  • @user1925819 Well, what would that look like? – Baz Apr 03 '13 at 08:43
  • I can't attach screenshot, hence i am providing link (http://eaddress.co.kr/sbstory/03sales/dmsalepage.asp). You can see the row with varying sizes. – user1925819 Apr 03 '13 at 09:19
  • @user1925819 You won't be able to do that with an SWT/JFace table. However, [KTable](http://sourceforge.net/projects/ktable/) can do that. – Baz Apr 03 '13 at 09:27
  • I know about this, but issue is integrating some SWT fields with Ktable.If u see screenshot there is search criteria which uses SWT textbox, radio button based on that search result will be displayed in table.Will this be supported by Ktable. – user1925819 Apr 04 '13 at 00:29