Visible when row selected in grid or list view

1
I have a data view on a page, that listens to a template grid. Is it possible to hide the data view if no row is selected in the template grid?
asked
2 answers
5

Hi Cliff,

I think I have a work around for you;

Add a container inside the listening dataview and add all you widget inside.

Then set conditional visibility with an expression $currentobject != empty

In my test case no white space when no row is selected.

Also; set the show footer to no 

answered
3

Cliff,

Maybe this bit of Dataview documentation will give you some direction:

If you want nothing to display when no row is selected, maybe you could try Empty Entity Message of a space or other whitespace.

Mike

answered