Add event for pasting or auto-expand grid when user pastes #165
chastain1337
started this conversation in
Ideas
Replies: 1 comment
-
Sounds like a good idea. You are right there's currently no way to check. Will keep this in mind, I think that copy/paste commands need a bit of work. |
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
-
Was hoping there was a way to tap into the
InsertDelimitedText
method that is called when a user pastes so that I could auto-grow the table if the number of rows pasted exceeds the default row count. Currently an error is logged in the console, but nothing shown to the user, so it would at least be nice to indicate to the user that they need to increase the row count (in cases where we provide them a way to do so). Maybe I'm missing it, I can't find any event to subscribe to that would allow this functionality.Beta Was this translation helpful? Give feedback.
All reactions