Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
table style
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2008 at 19:13 UTC
Updated:
7 Nov 2008 at 18:13 UTC
Is it possible to combine / concatenate two or more fields when displaying a table?
For example, I have a list of URLs (with the Link module).
Currently it looks like this:
Thumbnail | Title | URL | Description
I'd like to save space by having it display like so:
Thumbnail | Title | Description
| URL | Description (wrap)
Comments
Comment #1
merlinofchaos commentedYou would have to do this through theming and CSS. Views can't do something like this automatically, but the HTML/CSS isn't really too hard to do.