DataTableColumn¶
DataTableColumn Properties¶
Property | Type | Required | Default |
---|---|---|---|
Image | Image | Optional | |
NumberOfLines | integer |
Optional | |
Style | complex | Optional | |
Text | string |
Optional | |
TextAlignment | enum |
Optional | "center" |
Image¶
- type: Image
NumberOfLines¶
Either 1 or 2, Data Table supports a max of 2 lines
- type:
integer
Style¶
The string value is a style class name for Text
or
style class name for Image
. For Image
, the style is applicable only to SAP icon
or font icon types (Supported CSS properties are font-size and color). Android doesn't support styling.
- type: complex
Text¶
- type:
string
TextAlignment¶
In Android, only left and right are supported
- type:
enum
- default:
"center"
The value of this property must be equal to one of the known values below.
TextAlignment Known Values¶
Value | Description |
---|---|
left |
|
right |
|
center |