Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Table control is used to display large amounts of data in tabular form. It contains a set of line items and is fully responsive. For more information, you may refer to the SAPUI5 API reference for Responsive Table control, its samples, and usage.

...

Expand
titleSee other properties

Insert excerpt
Common Control Properties
Common Control Properties
nopaneltrue

Table Definition

Property

Description

Header text

Sets the Table header text

Show no data

Activates the text assigned in the “No data text” definition when the table is empty

No data text

Text displayed when the table is empty

Growing

Flag to set the growing feature on or off.

If turned on, it requests data from the model in a lazy way. This enables the app to only retrieve data from the server as and when necessary.

Growing Threshold

Defines the number of items that are requested each time from the model

Mode

Selection for the table mode

Model based

Sets the table to be bound to the defined data model

Model

Sets the data model for the table

Entity set

Defines the Entity set to be used based from on the model assigned

Filters

Set Sets the filters to be passed onto for the data model

Hide delete button

Flag to set that sets the delete button to hidden after the record is deleteddeletion

Hide export button

Flag to set that sets the export button to hidden

OnItemPress

Defines the actions that will be executed OnItemPress event by calling the related JavaScript function

OnSelect

Defines the actions that will be executed OnSelect event by calling the related JavaScript function

OnUpdateFinished

Defines the actions that will be executed OnUpdateFinished event by calling the related JavaScript function

OnDelete

Defines the actions that will be executed OnDelete event by calling the related JavaScript function

Info

For more information on the properties that you can define for this control, see Responsive Table Control Properties.

Child Controls

To create a parent/child relationship in the Form Structure, right click on a parent control and add a child control. Below is the list of child controls that you can add to the Table control.

...