Needs review
Project:
CCK Fieldgroup Table
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 09:55 UTC
Updated:
14 Mar 2008 at 09:55 UTC
This module does a great job with data entry, but in node view fields are still grouped by field, and not by row, as in the input form.
The attached patch remedies this, so if you have for example, two multiple fields in group groupA: image, name, you will see the following in the node view:
groupA:
+------+------+
|image | name |
+------+------+
|image1|name1 |
|image2|name2 |
+------+------+