Hello team!
I’m working on a driver that uses a partial table
When I update a single cell in the table using methods:
-
SetParameterIndexByKey
-
SetParametersIndexByKey
SetRow
the update only becomes visible in the UI after I manually refresh the table.
I couldn’t find any mention of this behavior in the documentation. When I remove the tag that defines the table as partial, the value change is visible instantly.
-
Is this the expected behavior when working with partial tables?
- If so, what is the recommended way to make single-cell updates immediately visible in the UI without requiring a refresh?
Are you viewing the complete tabel or filteringfor that specific value?
i;ve seen similiar behaviour when is was filtering for an row it would indeed only update when i refreshed, however when i viewed the complete table it would update without the refresh
Hello Gerwin, Thank you for the response.
No filtering or sorting is applied.