chore: create table copy/paste functionality#1820
Open
scottdover wants to merge 15 commits into
Open
Conversation
ad39ab9 to
d57fa15
Compare
c956b59 to
9734862
Compare
00df3e9 to
1ba1627
Compare
added 13 commits
June 15, 2026 13:51
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
1ba1627 to
c7c274d
Compare
added 2 commits
June 26, 2026 11:16
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This introduces copy/paste for tables. A user is able to make a selection by clicking and dragging up or down, but not left to right. Additionally, there's no keyboard accessibility included as this time.
Scrolling left to right has been left out of this because of how column pinning works. If a user pins columns to the left, and drags to select, do we include those in the selection? Currently, we can't get them to scroll of page (otherwise, they aren't pinned). Additionally, if we have columns that are pinned to the right, there's not a good path forward of how those should be included in the selection. One thing worth exploring is unpinning columns just as we start to drag, and re-pinning after. One thing to look out for is if this causes a layout shift.
Keyboard accessibility is in the works. You can see some code in place for it. However, I've been unable to get it working without error. It would be my suggestion to get this in, and follow-up with a separate PR for including keyboard accessibility.
Testing:
impact dragging columns around
along with headers for that data
data is organized in order of how it's displayed in the table