What it means
Row actions let the menu insert or remove rows around the current selection.
Interaction guide
Add and remove rows.
Row actions let the menu insert or remove rows around the current selection.
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.
Start with `api.buildContextMenuConfig({ includeRows: true })`. Use extra row actions only when you need a product-specific remove flow.
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.