Skip to main content

Ability to toggle autolayout grid rows and columns in a component instance

  • January 16, 2026
  • 0 replies
  • 1 view

Ivan_jangoux
  1. So, my company has a card component which may have 3,4,5 or whatever number of columns is needed - the same for rows. However, I cannot build a straightforward component without either:

    a) instead of using grid (the way the devs usually do), using regular autolayout with a bunch of max/min/fill properties.

    b) creating a huge megazord component with all the variants we´d need

    or 

    c) resorting to detaching. 

    It´d be really useful to be able to toggle rows and columns on a component instance to create really customizable and powerful components. 

    Would be very useful not only for cards but for things like tables (eg toggle the whole column with checkboxes or with actions) .