neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
394 stars 127 forks source link

Report Actions: Prevent action when cell is empty #903

Open m-crown opened 4 weeks ago

m-crown commented 4 weeks ago

I have some cases where tables in the dashboard contain empty cells, but there are report actions for the column that the empty cells are in. When this is the case, I would expect only the cells with rendered clickable buttons would create the report action, but empty cells also result in the action being performed.

For example, in the below screenshot, clicking on empty cells in the "Cognate Ligand" column still results in a clickthrough to the linked page.

image

This feels like a bug, but perhaps it is a design choice, in which case it would be good to have this behaviour documented.