final ColumnStructureUpdatesExampleGridLayer<PricingDataBean> glazedListsGridLayer = new ColumnStructureUpdatesExampleGridLayer<PricingDataBean>(
rowObjectsGlazedList, propertyNames, propertyToLabelMap,
configRegistry, true);
final NatTable natTable = new NatTable(parent, glazedListsGridLayer,
false);
natTable.addConfiguration(new DefaultNatTableStyleConfiguration());
natTable.setConfigRegistry(configRegistry);
natTable.getConfigRegistry().registerConfigAttribute(
EditConfigAttributes.CELL_EDITABLE_RULE,
IEditableRule.ALWAYS_EDITABLE, DisplayMode.EDIT, "ODD_BODY");
natTable.getConfigRegistry().registerConfigAttribute(