Parse/manipulate data when pasting using keyboard short keys CTRL/CMD + V #420
Unanswered
testone740
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team. I have a grid similar to this example where the first column contains row numbers. The way I populate a row with data is by copying data from MS Excel and pasting into the grid. Because the first column, ie. column A, in my Excel spreadsheet is a data column while the first column in the grid is a row index column, the grid columns are populated correctly when pasting data from Excel into the grid. See demo below.
I know how to parse/manipulate copied data when pasting via context menu so that columns in the grid are populated with the correct data. I'd like to do the same when pasting via the keyboard shortcut keys CTRL/CMD + V, but haven't figured out a way. Any help is greatly appreciated. Thanks.
Behavior of Pasting Data using CTRL/CMD + V
My MS Excel spreadsheet looks like this:
My React Grid looks like this:
Steps taken to copy/paste
Unexpected Result
Beta Was this translation helpful? Give feedback.
All reactions