Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use native copy/paste event handlers #3667

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Conversation

amanmahajan7
Copy link
Contributor

@amanmahajan7 amanmahajan7 commented Dec 9, 2024

  • Added onCellCopy and onCellPaste props
  • Grid now uses native onCopy and onPaste events
  • Copy state has been removed as it can be implemented outside the grid.

Fixes
#2736
#1950

@amanmahajan7 amanmahajan7 self-assigned this Dec 9, 2024
@s-elmer
Copy link

s-elmer commented Mar 19, 2025

Hi are there currently plans to add this feature? It would be very appreciated for my use case

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.70%. Comparing base (eaf0691) to head (63eb607).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3667      +/-   ##
==========================================
+ Coverage   98.65%   98.70%   +0.04%     
==========================================
  Files          47       47              
  Lines        3426     3403      -23     
  Branches      742      736       -6     
==========================================
- Hits         3380     3359      -21     
+ Misses         46       44       -2     
Files with missing lines Coverage Δ
src/Cell.tsx 100.00% <ø> (ø)
src/DataGrid.tsx 99.77% <100.00%> (-0.01%) ⬇️
src/Row.tsx 100.00% <ø> (ø)
src/TreeDataGrid.tsx 95.95% <100.00%> (+0.75%) ⬆️
src/index.ts 100.00% <ø> (ø)
src/types.ts 100.00% <ø> (ø)
src/utils/keyboardUtils.ts 96.82% <100.00%> (+0.15%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -34,8 +34,7 @@ export type {
SelectHeaderRowEvent,
SelectRowEvent,
FillEvent,
CopyEvent,
PasteEvent,
CellCopyPasteEvent,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add two separate events (CellCopyEvent and CellPasteEvent)?

}}
/>
<>
{copiedCell && (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if there is is another way to set copied cell styles

@amanmahajan7 amanmahajan7 marked this pull request as ready for review April 3, 2025 17:13
@amanmahajan7 amanmahajan7 requested a review from nstepien as a code owner April 3, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants