You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project, we have several tables which depend on each other.
For example, entries from TableA are used in a select filter in TableB.
We've just started using DT state saving. It works perfectly for the filters, but in case we have a saved filter value in TableB, then we remove this entry from TableA and move back to TableB, the filter tries to preselect this stored value in the dropdown, but it's selected as null and also set as inuse.
Expected behaviour: In case the option to be preselected does not exist in the select dropdown, do not try to preselect it.
The text was updated successfully, but these errors were encountered:
In our project, we have several tables which depend on each other.
For example, entries from TableA are used in a select filter in TableB.
We've just started using DT state saving. It works perfectly for the filters, but in case we have a saved filter value in TableB, then we remove this entry from TableA and move back to TableB, the filter tries to preselect this stored value in the dropdown, but it's selected as null and also set as
inuse
.Expected behaviour: In case the option to be preselected does not exist in the select dropdown, do not try to preselect it.
The text was updated successfully, but these errors were encountered: