Hide new table action button

Hey there,

Trying to create two buttons in a table (the new component). One to "block" and another to "unblock" a resource. The idea is that active resources will see a block button and blocked resources will only see the unblock button.

I noticed that currentRow is not available on the Hidden property for an action button.

Although I can access selectedRow the behavior is not ideal as the buttons will show based on the selected row and not the one being hovered.

1 Like

When I use currentSourceRow, there is a hint that.
image

It seems like this was intentionally designed this way?

1 Like