Pop up on a data viewer

Hello Thunkable Community!

I am trying to re create the dots that most apps have when you click on them it opens a menu of actions. However the catch is I want to be able to do it on a data viewer. At this point its not what pops up (I can customize later) but just that I can do that.

Something like this:

Then when you click it, it does something like this

What UI platform are you currently using?
StP or DnD?

It is possible in both but the way to do it is different in each UI.

Can you explain what you mean by this? Do you want the 3 dots menu to appear next to each item in the Data Viewer List (DVL)?

Im using the DnD, but right now you can only use SnP for Data viewers

It want it to be apart of the Data viewer, so thay when i click on the dots, it opens a menu of some kind where more actions can take place.

Hey Muneer i am using DnD, how would you go about doing it?

For those that are looking for a solution. I think I figured a possible solution.

What you do is place a data viewer on a screen then place a group on top so that it looks like this.
image

Then you make the group that contains the pop up invisible, and then make the blocks look similar to this. The below allows you click the ellipses it makes the group visible, I made the background of the screen darker so that it increases the contrast between the group and the data viewer.

Thus being able to toggle the “pop up” on and off