Selection & clipboard
Cell/range selection and Excel-like copy/paste.

Cell / range selection is the foundation the clipboard builds on: enableCellSelection first, then
enableClipboard for spreadsheet-style copy / paste, with enableCopyColumn / enableCopyRow as
sub-toggles. Copy spans all pages (pre-pagination), and paste writes through the edit session —
so it respects validation and the change-set. All opt-in.
| Feature | Flag | Default |
|---|---|---|
| Cell/range selection + keyboard nav | enableCellSelection | false |
| Clipboard (copy/paste) | enableClipboard | false |
| Context menu | enableContextMenu | false |
| Copy column | enableCopyColumn | true |
| Copy row | enableCopyRow | true |
| Floating Selection Action Bar | enableFloatingActionBar | false |
| Cell notes / comments | enableNotes | false |
| Row selection | enableRowSelection | false |
| Selected-count chip | showSelectionInfo | follows enableRowSelection |