Interaction guide

Rows data grid documentation

Add and remove rows.

What it means

Row actions let the menu insert or remove rows around the current selection.

When to use it

Use this when users need to expand or shrink a block of rows in place. Keep the page focused on row insertion and row removal only.

Implementation notes

Start with `api.buildContextMenuConfig({ includeRows: true })`. Use extra row actions only when you need a product-specific remove flow.

Relevant API

Start with contextMenu.enabled, contextMenu.items, contextMenu.closeOnSelect, contextMenu.renderMenu, contextMenu.onOpen, contextMenu.onClose, contextMenu.onAction, contextMenu.handlers. Open the live API reference for types and defaults.