Hello,
Is there a method to update dynamicaly the options field of a pushRow ?
I can update the baseValue but i can't figure it out for the options ( String Array )
Thanks
Why is this comment closed without any explanation?
This issue is still unanswered
I am looking for a solution to this. pushRow.updateCell() does not seem to do the job.
It works for me just changing the options.
(form.rowBy(tag: "the_tag") as? PushRow<Emoji>)?.options = [馃拋馃徎, 馃崘, 馃懄馃徏]