refreshBinding not working probably because not called on the right object

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