Repeat Group Table Layout

Status
Not open for further replies.

wuschel_lux

Member
playing around with repeat groups as table.

The repeat group has 3 equal columns (2x field element and 1x checkbox) and each element has the same bootstrap class, but they are not distributed equal. Is there a possibility to influence the output?

Cassiopeia
Bildschirm­foto 2023-01-29 um 16.34.46.png

Yootheme Pro
Bildschirm­foto 2023-01-29 um 16.30.40.png
 
Repeat group with table layout is a HTML table. So you can use custom CSS to set column widths, e.g.

.repeatGroupTable {table-layout:fixed} // to get all coulms incl. the group repeater the same width
or
.repeatGroupTable th.fabrikElementContainer {width:30%} // to get the "element" columns 30%
etc.

Use your browser dev tools to examine the CSS classes.
 
thanks for the hint, will give a try.

just change to repeat -> list and layout 4 columns, the group is only rendered on the half width.

Bildschirm­foto 2023-01-29 um 17.16.45.png
 

Attachments

  • image.png
    image.png
    99.2 KB · Views: 38
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top