System.db.refresh equivalent for perspective?

Ignition 8.1.1
Is there a way to force to execute a component binding in perspective like in vision with ?

system.db.refresh(MyTableComponent, "data")
# executed from a button where a sibling exists named "Table" and I want to refresh the props.data binding
self.getSibling("Table").refreshBinding("props.data")

See refreshBinding() docs

3 Likes

THanks a lot :+1:

1 Like