enum sap.ui.table.VisibleRowCountMode

Visiblity: public
Available since: N/A
Module: sap/ui/table/library
Application Component: CA-UI5-TBL

VisibleRowCountMode of the table


Properties Overview

Node Description
sap.ui.table.VisibleRowCountMode.Auto

The table automatically fills the height of the surrounding container.

sap.ui.table.VisibleRowCountMode.Fixed

The table always has as many rows as defined in the visibleRowCount property.

sap.ui.table.VisibleRowCountMode.Interactive

The user can change the visibleRowCount by dragging a resizer.