enum sap.ui.table.NavigationMode

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

Navigation mode of the table


Properties Overview

Node Description
sap.ui.table.NavigationMode.Paginator

Uses the paginator control. This option must no longer be used. Using a scrollbar is the only navigation mode which is supported by the sap.ui.table library. The navigationMode property has always been a visual representation. No matter which navigation mode is used, data fetched from an OData service is loaded page-wise.
Deprecated as of version 1.38. replaced by sap.ui.table.NavigationMode.Scrollbar

sap.ui.table.NavigationMode.Scrollbar

Uses the scrollbar control.