Refresh property on other view

You need to reference the component the binding is on, and then invoke a Component Method:

self.view.refreshBinding('custom.my_property')
self.getSibling('Table').refreshBinding('props.data')

Try reading up on this functionality here.

1 Like