How to put a dropdown inside of a grid

Has anyone implemented a dropdown within a grid that doesn’t require scrolling and allows for custom alignment (top/bottom)?

Hi Higor, welcome back :waving_hand:

What are you trying to achieve?
Can you share some screenshots?

You can use a datagrid and put a “select” element inside a column.

I have this column with actions, which is very dynamic and complex, depending on the stage/status of the current operation.

Below shows when it is clicked.

The real problem is the alignment of the box, because if there is only one option, it shows very distant from the current row. I want to align by default in the middle, or, depending on the row, it could be top or bottom, because of the overflow, so it does not require scrolling.

See below my workaround to barely make it work.

If weweb had some kind of popover that is rendered “outside of the box" that could dynamically aligns itself, it would be AWESOME!