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
suppose we select Document1 cell from First container-grid then in selectedIds section [ 1 ] will appear as result, then if we select Document2 cell from second container-grid then in selectedIds section [ 2 ] will appear as result but again if we select Document1 from First container-grid then in selectedIds section [ 1 ] should appear but it will showing second container-grid result.
Note : If we select cell again which was previously selected in container-grid then selection is getting ignored , if we select another cell for this grid then it is working fine.
Expected result : cell should be selected again and result should get updated
The text was updated successfully, but these errors were encountered:
Here is stackblitz url
Editor url : https://stackblitz.com/edit/ngx-drag-to-select-mcmmtg?file=src/app/app.component.html
Application url : https://ngx-drag-to-select-mcmmtg.stackblitz.io
suppose we select Document1 cell from First container-grid then in selectedIds section [ 1 ] will appear as result, then if we select Document2 cell from second container-grid then in selectedIds section [ 2 ] will appear as result but again if we select Document1 from First container-grid then in selectedIds section [ 1 ] should appear but it will showing second container-grid result.
Note : If we select cell again which was previously selected in container-grid then selection is getting ignored , if we select another cell for this grid then it is working fine.
Expected result : cell should be selected again and result should get updated
The text was updated successfully, but these errors were encountered: