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

fix(DataTable): allow control c key for copy a table content. (#5757) #5759

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

KumJungMin
Copy link
Contributor

@KumJungMin KumJungMin commented May 19, 2024

Defect Fixes

Solution Direction

  • I have modified the code to meet the following conditions :)
    - control + c is working
    - when multiple select mode, control + a is working and outer content of table is not select.
    - when single select mode, control + a is not working and outer content of table is not select.
result.mp4

Copy link

vercel bot commented May 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview May 19, 2024 11:10am
primevue-v4 ⬜️ Ignored (Inspect) Visit Preview May 19, 2024 11:10am

@KumJungMin KumJungMin changed the title fix(DataTable): allow control c key for copy a table content. fix(DataTable): allow control c key for copy a table content. (#5757) May 19, 2024
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.

DataTable: Can't copy text with control + c when Table has selectable rows
1 participant