Parse data after edit/paste #401
benediktvaldez
started this conversation in
Ideas
Replies: 1 comment
-
Great idea, I'm pretty busy right now to implement it myself but PRs are welcome |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to provide a custom function to parse pasted data? Similar to
parsePaste
in react-datasheetIs there a way to provide a custom function to parse edited data? As in, when the user is done editing and exits edit mode, I'd like to validate the value and possibly autoformat it for example.
I'd actually love to be able to set a “valid/invalid” state per cell (I'm doing it now via custom
DataViewer
which is fine I guess)Beta Was this translation helpful? Give feedback.
All reactions