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 :
fd
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

Comments

dawehner’s picture

Status: Active » Fixed

Well 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.