How to Automatically Add Rows When Pasting Data in ReactGrid? #190
Closed
deadblue22
started this conversation in
General
Replies: 2 comments
-
Would be very keen to understand how this is achieved as well. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I did understand your question correctly, you want to extend the grid, if data that is pasted overextends grid? Well, if I am right, then this feature won't be built-in ReactGrid, though you may add it by yourself, in outer function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a project that involves using ReactGrid, and I'm seeking assistance with a specific functionality. I need help implementing a feature that automatically adds rows when pasting data into the grid.
I have gone through the ReactGrid documentation and searched online, but I haven't found a clear solution for this issue. I would greatly appreciate any insights, code snippets, examples, or suggestions that could help me achieve this.
The goal is to enhance the user experience by allowing them to paste a large amount of data into the grid and have it dynamically create rows to accommodate the pasted content. This would eliminate the need for manual row addition after each paste operation.
Beta Was this translation helpful? Give feedback.
All reactions