- Show us your script? How can we see the problem if you do not? See Wiki - how to post code on this forum.
- What is the name of the Table component? (That will be needed in the script.)
- Did you fix the error?
self.getSibling("Table").refreshBinding("props.data")
← Correct.
self.getSibling("Table").refreshBindings("props.data")
← Wrong.