如何对SWT表中的列进行分组?

时间:2023-01-07 23:08:23

I am using SWT Table widget. I am trying to group columns grouping in SWT Table so please help me friend how to create column grouping in SWT table.

我正在使用SWT表小部件。我正在尝试对SWT表中的列分组进行分组,所以请帮助我的朋友如何在SWT表中创建列分组。

I have three column in a table: NAME, AGE and ADDRESS and the ADDRESS column should have sub-columns like CITY, STATE, etc.

我在表中有三列:NAME,AGE和ADDRESS,ADDRESS列应该包含CITY,STATE等子列。

| NAME | AGE |    ADDRESS   |
|      |     | CITY | STATE |

1 个解决方案

#1


The SWT Table does not support column groups. You can use the Nebula Grid instead if you really require this feature. See the Snippets page for examples.

SWT表不支持列组。如果您确实需要此功能,则可以使用星云网格。有关示例,请参阅代码段页面。

#1


The SWT Table does not support column groups. You can use the Nebula Grid instead if you really require this feature. See the Snippets page for examples.

SWT表不支持列组。如果您确实需要此功能,则可以使用星云网格。有关示例,请参阅代码段页面。