29
Views
2
Comments
Solved
merge row in mobile view

Hi All

I am working on a reactive web application, In the mobile view of the application, I have to merge two row cells and for mobile view and for web view it should appear normal. How can I achieve this?

2021-06-09 13-39-18
Agno Silveira
 
MVP
Solution

Hi Kavya,

You can use this component, and build each type in yout content,


or check the device type before render your screen:


 and create 2 lists, 1 to mobile (merge lines) and other to desktop.

Regards.

2024-02-16 07-43-18
Amit Verma

Hi kavya anbazagan ,

Can you please share your oml file. so that i can understand clearly. What you want to achieve?

- AV

Thanks


2021-06-09 13-39-18
Agno Silveira
 
MVP
Solution

Hi Kavya,

You can use this component, and build each type in yout content,


or check the device type before render your screen:


 and create 2 lists, 1 to mobile (merge lines) and other to desktop.

Regards.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.