Inductive Automation Forum
Perspective table edit - retrieve the "before edit" value in script
Ignition Early Access
pturmel
May 22, 2019, 4:00pm
2
Try jython’s built-in getattr() function, like so:
oldv = getattr(self.props.data[r], c)
[FEATURE-14187] Perspective table edit enable / disable
show post in topic