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.
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.