I have a table in my application.
This table had several functions that were previously triggered by either clicking double clicking on a row itself or on a floating action button. These functions were dependent on 'selectedRow' data.
Recently, we changed this table to accommodate multi-select capability (to facilitate a new feature). What I've noticed is that selectedRow data is now only available when I've 'checked' one and only one row in the table.
I'm wondering if there is other table data I'm able to reference, or a workaround I can implement that would allow my users to trigger functionality tied to the row that they're "hovered" over.
Thanks in advance for your help!