Skip to content

Add region, column and row selection modes to Perspective Datagrid#2618

Merged
texodus merged 3 commits intomasterfrom
datagrid-row-col-region-select
May 29, 2024
Merged

Add region, column and row selection modes to Perspective Datagrid#2618
texodus merged 3 commits intomasterfrom
datagrid-row-col-region-select

Conversation

@texodus
Copy link
Member

@texodus texodus commented May 16, 2024

Adds row, column and region selection modes to Perspective Datagrid, as well as Export and Copy awareness of selection state. Based on the regular-table area selection example from @JHawk.

The new selection modes are toggle-able (and mutually exclusive with) the "Edit"/"Read-Only" button in the toolbar.

demo.mov

Also adds:

@texodus texodus added the enhancement Feature requests or improvements label May 16, 2024
@texodus texodus force-pushed the datagrid-row-col-region-select branch 4 times, most recently from 2668e31 to 0a6e8c2 Compare May 29, 2024 05:10
brianblakely and others added 3 commits May 29, 2024 11:25
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Since the port to pnpm, my muscle memory still reaches for `yarn`
sometimes, with not so great results.

https://pnpm.io/only-allow-pnpm

Signed-off-by: Tom Jakubowski <tom@prospective.dev>
@mhkeller
Copy link

What release is this functionality in? I tried it in a barebones 2.10.1 recreated from the website but I don't see it. Looks really useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Feature requests or improvements

Development

Successfully merging this pull request may close these issues.

Copy (ctrl + c) and (ctrl + v) Paste data from Perspective Grid (Excel like functionality) by selecting the cells directly from the grid.

4 participants