[SOLVED] Ignition refreshing tables

Hello everyone, I have tables in my project and I put that every 5 seconds will update de information, but sometimes my tables doesn´t resfresh in that time until I clicked in a row of the table or until I pressed a button to update but I want it automatically.
Is there something I could do for this?

How are you refreshing the tables? Is this done with the data property binding or is it a custom script?

1 Like

As this way:

Your binding looks fine and the query doesn't seem to have any errors. The query doesn't look too demanding, but have you verified that the query completes faster than your polling rate? It's possible it is taking longer to query than what you are polling at.

4 Likes

Let me check, thank you