Enhancement idea: List with multiple groups

Sophist

Guest
When you have a form with multiple non-repeating groups, provide an option on the List to display a group label over the set of columns for each group.

At present

Code:
Field1 Field2 Field3 Field4

Proposed
Code:
   Group1        Group2
Field1 Field2 Field3 Field4

Boxes should be drawn around each group - either using BS or CSS classes.
 
The headers and elements in the list have a class like fabrik_list_14_group_40.
So you e.g. can add custom CSS background...

If you are using "show in list" in menu settings the elements of one group are not side by side.
 
I have looked at the borders issue and that is covered by an option already.

It doesn't look too difficult to add an option and create the HTML in bootstrap template lists, so I will try to code a PR for this.
 
Ok - I have a working solution - its a bit messy because I used what was already in the list view object rather than populating the list view object with even more information.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top