Table's starting value = [[]] can't add row #42
Unanswered
tertris-me
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@tertris-me |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am expecting a starting value of [[]] table to add a row after I press a the "add a row" button (self.change), but it doesn't react after I press the button.
This is my code:
This is my interface before and after I click the button:
But when I make the
starting_value = [["starting","value"]]
, everything works as intended.Interface before I pressed the button:
Interface after:
Is it not possible to make changes to a table with a value [[]]? Thanks in any help
Beta Was this translation helpful? Give feedback.
All reactions