Is it possible to create a hover on a Row for a Column based table?

We are working on designing a software that uses tables in nearly every part of the interface.

Our table component was created with cells so that we can easily use auto-layout for responsiveness. We also needed a way to easily add, remove, and modify columns within a given table, so it made sense to take a column-based approach rather than a row-based approach so that our designers can easily modify the tables as needed.

The issue I am running into, is that I am trying to figure out a way to create a “hover” effect using Interactive Components. The rows themselves should display a different background when hovering, across the entire table. Because we are using a column and cell based auto layout table, I cannot figure out a good way to display the interaction.

Anybody have any answers?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.