Renders available options for a row in a table
<RowActions id="actions-for-row1" actions={[ { title: "Edit", onClick: () => editItem(1) }, { title: "Delete", onClick: () => deleteItem(1), className="danger" } ]} /> Copy
<RowActions id="actions-for-row1" actions={[ { title: "Edit", onClick: () => editItem(1) }, { title: "Delete", onClick: () => deleteItem(1), className="danger" } ]} />
Renders available options for a row in a table