cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 sap.m.table item column allignment

benlim
Contributor
0 Kudos

Hi,

What properties can I set in order for the table item to left align?

Accepted Solutions (0)

Answers (1)

Answers (1)

Hi,

You can use vAlign & hAlign properties for adjusting Table columns.Try this below method.

<Column minScreenWidth="Tablet" demandPopin="true" vAlign="Middle" hAlign="Center">

<Text text="----------------" />

</Column>

Regards,

asha