RowActions
Table-row dropdown action menu — three-dot trigger with DropdownMenuItem children in the Items slot.
Interactive-mode
Examples
Edit / Duplicate / Delete menu
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| RowActions | A pre-wired DropdownMenu for table row actions. Renders a small icon button (three-dot by default) as the trigger, with a DropdownMenuContent panel sized to min-w-[10rem]. Populate the Items slot with DropdownMenuItem elements. |
RowActions
A pre-wired DropdownMenu for table row actions. Renders a small icon button (three-dot by default) as the trigger, with a DropdownMenuContent panel sized to min-w-[10rem]. Populate the Items slot with DropdownMenuItem elements.
| Property | Type | Required | Description |
|---|---|---|---|
| IconSvg | string | SVG path for the trigger icon. Defaults to IconSvg.DotsHorizontal. | |
| Items | RenderFragment? | Slot for DropdownMenuItem children rendered inside the dropdown panel. |