-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DataTable: Can't copy text with control + c when Table has selectable rows #6740
Comments
Issue tracker is used for defects only as part of our commitment to quality and continuous improvement in all areas. Enhancements are collected as valuable community feedback and managed internally so moving this enhancement ticket to our internal project management backlog. For enhancement requests and other topics, you can open a new topic in PrimeVue discussions. |
How is this not a defect ? Is there a workaround ? |
is there any update? is this issue fixed? |
The PR was merged so this should be in the next release. Would also be
happy to know when that release happens
…On Tue, Feb 11, 2025, 12:45 shashank-fm ***@***.***> wrote:
is there any update? is this issue fixed?
—
Reply to this email directly, view it on GitHub
<#6740 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5OIUBLIUIPHKCBRBWB7M32PHPFHAVCNFSM6AAAAABRKXOIRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJQGU3DONJYGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
When selecting a row, when i.e. single selection mode is active, you can not copy the content of the cell.
This bug resolved in primevue 3 actually. But primevue 4 doesn't have the solution as I checked the source code.
The previous PR is https://github.com/primefaces/primevue/issues/5757
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-uymduz?file=src%2FApp.vue
PrimeVue version
4.0.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
When selecting a row, when i.e. single selection mode is active, you can not copy the content of the cell.
Expected behavior
I should be able to copy content of a cell.
The text was updated successfully, but these errors were encountered: