Show TOC

 Adding New RowsLocate this document in the navigation structure

The Table UI element provides an interface to create additional rows. After you have inserted a RowCreator element into a Table, an additional row is displayed as the last row. Every time the user clicks into this row or tabs into it, the RowCreator's event onCreate is triggered. Inside an action that has to be bound to this event, the application developer may create the respective table node element, and may additionally take care of scroll position, leadSelection and focus.

 Procedure
  1. Ensure that the Table's readOnly property is set to false .
  2. Select the relevant Table in the Outline, open the context menu and choose: Insert RowCreator.
  3. Switch to the Properties view and ensure that enabled is set to true .
  4. Define an action that has to be executed if the onCreate event is triggered. The parameter col is of type String and specifies the column id of the column from where the event is triggered.