iddan / react-spreadsheet

Simple, customizable yet performant spreadsheet for React
https://iddan.github.io/react-spreadsheet
MIT License
1.34k stars 157 forks source link

Add functionality to select cut, copy, paste options from context menu #368

Closed JameyEvans closed 11 months ago

JameyEvans commented 11 months ago

I recently deployed an app that utilizes react-spreadsheet to allow users to paste data from a spreadsheet into the application. Shortly after deployment, I discovered that a lot of older users do not know how to use keyboard shortcuts to copy and paste. It would be nice to include a context menu with these options.

iddan commented 11 months ago

PRs welcome