Enum sap.ui.table.SharedDomRefModule: sap/ui/table/library


Shared DOM Reference IDs of the table.

Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.

Field Summary
sap.ui.table.SharedDomRef.HorizontalScrollBarThe element id of the Horizontal Scroll Bar of the sap.ui.table.Table.
sap.ui.table.SharedDomRef.VerticalScrollBarThe element id of the Vertical Scroll Bar of the sap.ui.table.Table.
Field Detail
sap.ui.table.SharedDomRef.HorizontalScrollBar: string
The element id of the Horizontal Scroll Bar of the sap.ui.table.Table.
sap.ui.table.SharedDomRef.VerticalScrollBar: string
The element id of the Vertical Scroll Bar of the sap.ui.table.Table.