IEditableRule.ALWAYS_EDITABLE, DisplayMode.EDIT, "ODD_BODY");
natTable.getConfigRegistry().registerConfigAttribute(
EditConfigAttributes.CELL_EDITABLE_RULE,
IEditableRule.ALWAYS_EDITABLE, DisplayMode.EDIT, "EVEN_BODY");
natTable.configure();
glazedListsGridLayer.bodyDataProvider.setColumnCount(2);
Composite composite = new Composite(parent, SWT.NONE);
composite.setLayout(new GridLayout(2, false));
Button button = new Button(composite, SWT.PUSH);
button.setText("Clear list, add 6 items, Change column count");