iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
83 stars 23 forks source link

feat(Table): Ctrl + Shift click keeps previous selection & also shift clicks #886

Closed r100-stack closed 1 year ago

r100-stack commented 1 year ago

[CLOSED] Moved to #888. This PR is closed as it was pointing to main and not v2. Need to point to v2 to avoid delaying v2 due to merge conflicts with main.


Closes #880

NOTE: The related issue #879 about lastSelectedRowId not updating on checkbox click, will come in a separate PR, hopefully from the external contributor. After that PR, this Ctrl + Shift functionality can be completely realized.

Screenshots

Steps

New

vokoscreenNG-2022-10-18_16-33-25.webm

Old

vokoscreenNG-2022-10-18_16-41-20.webm

Checklist

r100-stack commented 1 year ago

Continued with PR #888. This PR is closed as it was pointing to main and not v2. Need to point to v2 to avoid delaying v2 due to merge conflicts with main.