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
withEntitiesSingleSelection and withEntitiesMultiSelection, currently clear the selection if a filter or a remoter sort happens, because both cloud create an invalid selection if the previously selected entities are no longer present
There are some cases where dev might not like this behaviour, so this PR is to add two flags, cleanOnFilter and clearOnRemoteSort, to both traits. These flags default to true and, when set to false, will disable this behaviour.
The text was updated successfully, but these errors were encountered:
Add to withEntitiesSingleSelection and withEntitiesMultiSelection, flags cleanOnFilter and
clearOnRemoteSort to allow disabling clear onfi filter an remotete sort
Fix#97
Add to withEntitiesSingleSelection and withEntitiesMultiSelection, flags cleanOnFilter and
clearOnRemoteSort to allow disabling clear onfi filter an remotete sort
Fix#97
Add to withEntitiesSingleSelection and withEntitiesMultiSelection, flags cleanOnFilter and
clearOnRemoteSort to allow disabling clear onfi filter an remotete sort
Fix#97
withEntitiesSingleSelection and withEntitiesMultiSelection, currently clear the selection if a filter or a remoter sort happens, because both cloud create an invalid selection if the previously selected entities are no longer present
There are some cases where dev might not like this behaviour, so this PR is to add two flags, cleanOnFilter and clearOnRemoteSort, to both traits. These flags default to true and, when set to false, will disable this behaviour.
The text was updated successfully, but these errors were encountered: