how to set value for the new added row using changeCellValue method #181
Unanswered
allenlim-0627
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I want to understand your question and try to reproduce the problem, but it's difficult. Could you please provide me with minimal code to reproduce the problem? Or can you provide me with steps to reproduce the problem so I can try it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to set a value for one of the cells that is a double type value within a newly added row that was created by using appendNewRows method. When a selection type value within the same new added row was selected, for example, "Fruit Apple" was selected, I want to populate the price value in the cell named "Price" with the method changeCellValue(key, value). I keep hitting the error saying that "NoSuchMethodError: Class 'double' has no instance getter 'key'.".
The changeCellValue method is working fine in my other dart class, but the class is already populated plutoRows that I need for the plutoGrid.
Could you advise me on how to set the value on the appendNewRows? Thank you so much for the effort on the plutogrid and it's great tool to populate data. :)
Beta Was this translation helpful? Give feedback.
All reactions