Popup window on button press

I have a table filled with some data. I’d like to have a button above the table that, when pressed, will open a popup window and display some other data in relation to the row that the user had selected in the table.

Do you know how that can be done?

User selects row -> Presses button -> Window displays with information about the users selection

Hi!

Take a look at relatedEntities. You can find it in documentation and in our sampler.

Solved.

I wasn’t injecting the entity properly.