- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2.2k
 
Closed
Labels
Description
Use case
It looks like when we define the onPaste handler, the copy/paste from/to clipboard doesn't work unless we double click into the cell.
In our use case we need to have a custom onPaste handler, but this handler is not called when the source cell is empty.
Proposed solution
Pasting to the table cell from outside
- Copy some text to your clipboard
 - Select a cell
 - paste the value via ctrl + v (cmd + v on Mac)
 
Copying from the table cell outside
- Select a cell
 - copy the value via ctrl + c (cmd + c on Mac)
 - paste the value somewhere outside of the table
 
GersonDias, adityatoshniwal, lucassarcanjo, tjb-altf4, Adam-Kuhn20 and 5 more