AbstractTableCellVariant Properties 
hAlign
Horizontal alignment of the content within the cell.
The alignment should be the same for each column, but can be overridden individually (by binding or the auto mode in cell variants).
Value |
Description |
|---|---|
center |
Centered alignment |
auto |
The alignment is determined by the data type of the primary property of the TableCellEditor. The alignment is normally to the left, but if it is a TextView or a readOnly InputField with a number, the alignment is to the right. |
forcedLeft |
The text content is always left-justified, regardless of whether property textDirection is set to ltr or rtl. |
endOfLine |
The text is always displayed at the end of the line. Therefore, if property textDirection is set to ltr, the text content is right-justified. The text content for value rtl is left-justified. |
forcedRight |
The text content is always right-justified, regardless of whether property textDirection is set to ltr or rtl. |
beginOfLine |
The text is always displayed at the beginning of the line. Therefore, if property textDirection is set to ltr, the text content is left-justified. The text content for value rtl is right-justified. |
variantKey
Key for the variant (TableStandardCell)
More information: Section Variants for Table