The view displays the demo data in a simple table.

The configuration of a table is largely divided into three areas.

Through

you can configure the component model of the table. For example, the table can be connected to other components via a channel.

Additionally you can configure the supported types of the table and the columns that should be displayed in the table by default. The ID column specifies by which column the table is initially sorted.

The following configuration defines the model of the table.

Here, similar to Tree, the component model is ignored. All elements of the type DemoTypes.All are displayed in the table. The  component model and checker configuration is particularly important in order to decide, if an object was created in another view, whether this object is also automatically added or displayed in this table.