I’m trying to create an Action Menu in the new Datagrid component. Specifically, I want to have a three-dot icon in the last column of each row that shows a dropdown menu (e.g., “Edit”, “Delete”, etc.) when clicked.
However, when I try to add a Dropdown element inside a custom cell, the dropdown content is cut off or hidden behind the table rows, as shown in the screenshot below. I’ve tried adjusting z-index and overflow settings, but nothing works — the dropdown still appears underneath other rows or gets clipped.
Has anyone managed to implement a working Action Menu inside the new Datagrid?
What is the correct way to do this in Weweb?