Hello everyone,
I'm encountering a problem with the embedded view state not updating correctly when rows are removed from a table.
Here are the details:
Current Setup
- The table includes a dropdown column, which is an embedded view.
- Users can select "Hide" from this dropdown.
- When "Hide" is selected, the row number and state column value are sent for updating.
Process
- An update query changes the row's state value in the database.
- The table is then queried to retrieve the updated data.
Issue
The embedded view state doesn't seem to update correctly when the state is changed to "hide," even though the props data is accurate. This occurs despite the load_tenders
function filtering out the hidden rows.
Ignition Gateway version: 8.1.45 (b2025010709)