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?
During work with a partial table, it was observed that after pressing the Refresh button once, automatic update visibility is disabled. As a result, the button must be manually pressed each time to display subsequent updates.