Hello. I have implemented a different layout for the child form. When a child form contains many fields or requires a textarea to display the field's data, a tabular display is not appropriate.
In order to implement this feature, function grid_merge should change. A new parameter indicates if the tabular or the new layout should be used. Also, if the user has chosen to not use the tabular layout, the html of the rendered form is enclosed in a
. Otherwise, a
is produced.
Comments
Comment #1
mlyrou commentedI've attached the modifications done to support non-tabular layout.
I am looking forward for your comments on the code
There are 3 image files that show how the non-tabular layout looks like