-
First of all, thanks for releasing this - very useful. I'd like to programatically
I tried:
which doesn't work (presumably b/c the method returns values and not references?) Am I missing something, or is this not possible? |
Beta Was this translation helpful? Give feedback.
Answered by
Evertras
Mar 13, 2023
Replies: 1 comment 8 replies
-
The rows returned by |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
dnalor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rows returned by
SelectedRows
are just copies, so changing anything will not reflect back into the table. It's a little misleading now that I'm double checking the docs. Let me play with creating an example and potentially making some updates as well to make this easier/clearer.