Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
table style
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2010 at 07:35 UTC
Updated:
22 Nov 2010 at 17:10 UTC
I have fresh Drupal 6.19, Views 2.11, Garland
I've created a view with table style. I grouped tables by one of the field. I have 4 grouped tables
After looking in source of page I saw:
Comments
Comment #1
shane birley commentedYou would need to add something currently available in each node, I would think. Adding a class to each row may help out or adding something from the content type.
Are the contents in the View of the same content type or are they all different?
Comment #2
AlexanderPop commentedthanks for reply. same
so use field?
something like
<?php print $node->field_introduction[0]['value']?>my view currently generates tables
Comment #3
alexrayu commentedOne option is to add a unique class from $title variable like this:
In: views-view-table.tpl.php line 20
Comment #4
AlexanderPop commentedThank you Alexei Rayu
It works as I need. Thanks again
Comment #5
shane birley commentedRock on!