Add column in horizontal way

0
Hi, I would like to ask if we can add column for month (Jun, Jul) by using Add line button that has microflow in it?   We have completed the configuration to Add new Step (Step 1 and many more) but we didn’t know how to implement in the horizontal way.
asked
1 answers
0

You probably want 2 nested List Views, with one of them styled as rows. This can be accomplished by using CSS flexbox styling. This post has an example of the CSS/SASS class you might add to the list view:

https://forum.mendix.com/link/questions/96497 

answered