Hi,
Is there any way the perspective table data updates when the data changes in the MySQL table for any reason?
We have a main table that is being updated by other modules, and we can not see the change in the perspective table until we refresh the page.
You would have to use a polling binding. Or, if the other sources of modifications are within Ignition, you could broadcast an update message from those, and your table would use self.refreshBinding(...)
when that message is received.
1 Like