Table reload with button in Ignition Perspective

See Wiki - how to post code on this forum. If you don't format code properly we can't see leading spaces and tabs. There is a pencil icon to fix your post.

It should look like this:

def runAction(self, event):
    self.getSibling("tblSummary").refreshBinding("props.data")
1 Like