Views Two Column Table

Views Two Column Table

New module: Views Two Column Table

Posted by stella on Fri, 2009-12-18 20:09 in

For a project I've been working on recently, I needed the ability to have a two column table layout in Views. The idea was to place the field label in the first column, and the field data in the second. I had tried achieving the same layout using the unformatted default layout with some CSS, but was unable to get the label and field data to line up correctly, and so eventually wrote a views plugin to achieve the effect using tables.

The screenshot below shows what the final result looks like.

Example layout
Example layout

Project page: http://drupal.org/project/views_two_column_table

Syndicate content