cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 custom table with demandPopin in custom column

0 Kudos

Hello ,

I am using Table control with Column and ColumnListItem aggregation and we need to demandPopin in different column than first one.

How I see standard behavior for demandPopin is to merge data from other columns in the first column.

Where I can find an example where we can chose in which column to merge our demandPopin column.

0 Kudos

Are you able to find a solution for this?..
I have a similar requirement. Thanks in advance. 🙂

Accepted Solutions (0)

Answers (1)

Answers (1)

maheshpalavalli
Active Contributor
0 Kudos

I think your requirement is similar to a custom list where it has a header and some toolbar buttons and in the items, for every row you want to display some vertical and horizontal items.

https://ui5.sap.com/#/sample/sap.m.sample.CustomListItem/preview

You can use a custom list for this and put header and toolbar(aggregation) items. After that use CustomListItem control for the items aggregation. Then inside that use combination of HBox and VBox to achieve your desired in output.

BR,

Mahesh