Default drupal views display in following horizontal table.
Field Name | Field Name2 | Field Name3 | Field Name4
---------------------------------------------------
data | data2 | data3 | data4
data | data2 | data3 | data4
data | data2 | data3 | data4
data | data2 | data3 | data4
data | data2 | data3 | data4
I need to display the view result in following manner.
- -----------| Data | data | Data
---------------------------------------------------
Field Name2 | data2 | data2 | data2
Field Name3 | data3 | data3 | data3
Field Name4 | data4 | data4 | data4
Comments
_
I thought i remembered a module that did this, but I couldn't find it. Might be worth browsing the downloads area to see if I missed it. Othwise, you'd have to theme the view to get this layout.
This may
This may help.
http://drupal.org/project/views_two_column_table