Always show row actions

I would really love if it were possible to have an option to "always show" row actions, instead of having them displayed only as a user hovers over a table's rows.

2 Likes

Hey @Rafael_Haber,

Great idea considering the option to "always show" row actions. However, this feature might introduce complications with the use of selectedRow and selectedSourceRow functions or properties, especially when referencing items or indexes within the Table component. Currently, similar functionality is effectively handled through the "Button" column type in tables.

Thanks for the reply. I don't really understand how this could introduce complications with the use of selectedRow and selectedSourceRow, could you provide an example?

Also, I understand that similar functionality is achieved through the button column type, but the button isn't applicable for the specific purposes of my UI

Hello @Rafael_Haber,

I agree that it's a great idea, and I believe this functionality or option could be added to the Table component in the future.

However, I would like to point out that this kind of feature might potentially interfere with properties like selectedSourceRowβ€”though I'm not entirely sure about that at this point.