I am currently facing the following doubt: I have created a Power table with a value column intended for real time data display, which I have done by binding the desired cells to OPC tags via cell updates, in order to get real time updates following tag behaviour.
I was wondering if Paul's custom property recommendation on this thread is also applicable to this kind of cell update bindings.
I'd also like to compare this use case vs. just having text fields that update on tag bindings (in terms of UI safety and performance).
There's no elegant way to do this natively. My Integration Toolkit's tags() function can be used to bring live tag values from a arbitrary set of tag paths into a custom property on the table, and the table's cell customizer extension method can display those live values.
Having the table's data property updating continuously has negative consequences for other UI behaviors, especially when the table has to scroll to see all rows.