Replies: 2 comments 3 replies
-
Hi @bachlge, By specification the columns count is determinated by 2 things:
Could you share more motivation why public API should be exposed? My thoughts: When the component was initially introduced CSS grid wasn't fully supported. Now, I think the component might be reworked and just to expose a part which will allow people to manipulate the grid as they want. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ProductSwitch, seems to have a hidden Property
desktop-columns
.The code of the Basic Sample only shows
<ui5-product-switch>
whereas it shows<ui5-product-switch ui5-product-switch="" desktop-columns="3">
when I inspect the rendered code.I suggest to make this a public and documented property.
For responsive behaviour, additional or alternative public properties like useAllSpace, minColumns, maxColumns could be condidered.
Beta Was this translation helpful? Give feedback.
All reactions