Reputation: 1051
Given that I have this dialog UI prototype with 2 buttons, what would be the best approach to program it?
My idea was to use Grid coming from "sap.ui.layout", but it is not perfect for the alignments.
So now I am thinking of using Flexbox for the first row, then use table for the checkbox content and then again flexboxes for the rest of the rows.
Can there be any other better layouts that I am now aware of that I can use natively in openUI5.
Upvotes: 0
Views: 95
Reputation: 1044
Layouts are a personal choice, but so far I found FlexBox to be the most convenient and easy to handle across device sizes.
Upvotes: 3