More than one Set of Rows and Columns

Created on 18 September 2024, about 2 months ago

This is a great module, but very limited. It would be great to be able to have multiple sets of rows and columns. currently if there are multiple rows, the bottom rows just inherits the column structure of the very first row.

It would be great to have say a two column on one row and then a a different amount of columns on another row.

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇺🇸United States jive01

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @jive01
  • 🇺🇸United States k_a_l

    Hi jive01,

    Thanks for your interest - it's definitely an interesting idea.

    Is the requirement that this needs to be within the same section, or could you add another section below with a different grid structure? If it’s within the same section, we’d need a way to combine rows or subsets of columns within the main section’s grid and treat them as a grid area, which could then have its own grid dialog options.

    One big limitation we’re currently facing is the module’s reliance on inline styles for grid layouts, which prevents us from using features like grid-template-areas. Implementing something like this would likely require a refactor in how styles are generated and applied to the markup.

  • 🇺🇸United States k_a_l

    FWIW, The work being done in 3266732 Need @media(max-width)/(min-width) capacity Active will solve the inline styles issue I mentioned previously.

Production build 0.71.5 2024