Interaction guide

Clipboard data grid documentation

Show copy, cut, and paste on text cells.

What it means

Clipboard actions keep copy, cut, and paste close to the current selection.

When to use it

Use this when copy and paste are the main menu actions. Keep the cells text-only so clipboard results stay predictable.

Implementation notes

Start with `api.buildContextMenuConfig({ includeClipboard: true })`. Keep the clipboard page focused on selection transfer and text cells.

Relevant API

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