Versions Compared

Key

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

The Responsive 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

Entity set to be used based from the model assigned

Filters

Set the filters to be passed onto the model

Hide delete button

Flag to set the delete button to hidden after the record is deleted

Hide export button

Flag to set 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

...