cancel
Showing results for 
Search instead for 
Did you mean: 

Smarttable column pushed down

duncanbarre
Participant
0 Kudos

How can i get my last column ‘vergoeding reistijd’ up as a column instead of pushed down under the row? There is more than enough space as you can see. It has a footer with a sum amount but that is hidden now.

Accepted Solutions (1)

Accepted Solutions (1)

smarchesini
Active Contributor

Hi dunx ,
the column is down because the base of the smart table is a m.table.
M.TABLE or ( Responsive Table ) is a table useful for the mobile application. Over than 12 columns the overnumber column is positioned under the another one.

Change the TableType attribute in Table and all the columns are in the same level and if you have a lot of cloumns it'll appeard a orizontal bar.
https://sapui5.hana.ondemand.com/#/api/sap.ui.comp.smarttable.TableType

Regards 🙂
Sebastiano

duncanbarre
Participant
0 Kudos

This works, thank you!

Answers (1)

Answers (1)

venkateswaran_k
Active Contributor
0 Kudos

Hi

You use smarttable between this tags.

<VBox fitContainer="true">
    <your_smarttable_definition_goes_here>
</VBox>

Regards,

Venkat