cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ColumnListItem but expandable on mobile

davidsigleinit
Explorer
0 Kudos
540

Hello all,

Currently I am using ColumnListItems in a sap.m.Table with seven columns. On Desktop it looks and works great, but on mobile you can only ever see one item on your screen and you have to scroll quite a bit if you want to scroll further down. Now I want to ask if any of you know of a way to only display the most important columns on mobile initially and then after tapping on the item show the other columns for this item below?

View Entire Topic
WouterLemaire
SAP Mentor
SAP Mentor

Normally you can do whatever you want with the custom list item. You can put a panel in it which can be expanded?

davidsigleinit
Explorer
0 Kudos

Yes that would be an option. But with a panel I could not show as much data as a normal ColumnListItem on Desktop size screens when the panel is not expanded. And I am not aware of a function that could collapse or expand the "sub rows" of a ColumnListItem.