CopyPasteBase
Abstract
Base copy-paste functionality for row-based widgets. Not to be used directly.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
If
truethis prevents cutting and pasting. Will default totrueif CellEdit feature is disabled. Set tofalseto prevent this behaviour. -
The format a copied date value should have when converted to a string. To learn more about available formats, check out DateHelper docs.
-
keyMap : Object<String, KeyMapConfig>
Default keyMap configuration: Ctrl/Cmd+c to copy, Ctrl/Cmd+x to cut and Ctrl/Cmd+v to paste. These keyboard shortcuts require a selection to be made.