Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0
Component:
table style
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2012 at 22:12 UTC
Updated:
26 Feb 2012 at 08:30 UTC
Hi,
I use a table to display in my view nodes containing 3 fields : title, body and an other field. The only thing is that I want only 1 "other field" to appear in a large fused column at the right, according to the node I hover on, like this :

If my cursor points on node 1's title or body, I would see node 1's other field appear in the large pane on the right, for example.
Is that possible ?
Thanks !
Max
| Comment | File | Size | Author |
|---|---|---|---|
| Capture d’écran 2012-02-11 à 23.06.22.png | 24.95 KB | mysteriousfea |
Comments
Comment #1
dawehnerWell this is not possible by simple configuration of views, but with some custom javascript code you can sure do this.
Look at the tutorials over jquery in the internet, you will see that it's actually not hard.
The idea is to bind the event "hover" and hide/show the right field on the same table row.