Show TOC Start of Content Area

Object documentation TableColumnGroup  Locate the document in its SAP Library structure

The TableColumnGroup allows you to combine several columns and give them one common heading. Into a TableColumnGroup, you can insert TableColumns or other TableColumnGroups.

Description of UI Element Properties

      accessibilityDescription

When accessibility is activated, the assigned text is added to the tooltip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

      explanation

determines the explanation text. More information: Explanation

      fixedPosition

Determines whether the TableColumnGroup is fixed at the left or right margin.

left

Column is fixed at the left margin.

notFixed

Column is not fixed and can be scrolled.

right

Column is fixed at the right margin.

      headerTextWrapping

Specifies whether the header text wraps.

      visible

Specifies the visibility of the UI element. The default value of this property is visible.

 Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDAbstractTableColumn

String

 

bindable

explanation

IWDAbstractTableColumn

String

 

not_bindable

fixedPosition

IWDAbstractTableColumn

WDTableColumnFixedPosition

notFixed

bindable

headerTextWrapping

IWDAbstractTableColumn

boolean

false

bindable

visible

IWDAbstractTableColumn

WDVisibility

visible

bindable

 

Events

The event onAction is deprecated, use onColSelect or onSort of Table instead

End of Content Area