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

Component: [Bug] Row selection not working in PrimeNG Table #16913

Open
MUHAMMADYASIR92 opened this issue Dec 3, 2024 · 3 comments
Open

Component: [Bug] Row selection not working in PrimeNG Table #16913

MUHAMMADYASIR92 opened this issue Dec 3, 2024 · 3 comments
Labels
Resolution: Cannot Replicate Issue could not be replicated by Core Team

Comments

@MUHAMMADYASIR92
Copy link

Describe the bug

PrimeNG table row selection not working

Environment

"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@primeng/themes": "^18.0.0-rc.2",
"angular-highcharts": "^17.0.1",
"file-saver": "^2.0.5",
"highcharts": "^11.4.8",
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^18.0.0-rc.2",
"quill": "^2.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
}

Reproducer

No response

Angular version

18.2.0

PrimeNG version

18.0.0-rc.2

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.11.1

Browser(s)

Chrome 131.0.6778.86

Steps to reproduce the behavior

Add a simple table and turn on selection. It won't work,

Expected behavior

When we select a row it should be selected.

@MUHAMMADYASIR92 MUHAMMADYASIR92 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 3, 2024
@rosenthalj
Copy link
Contributor

The current v18 demo selection demo appear to work?

Angular_Table_Component

@mertsincan mertsincan added Resolution: Cannot Replicate Issue could not be replicated by Core Team and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days.

@MUHAMMADYASIR92
Copy link
Author

The current v18 demo selection demo appear to work?

Angular_Table_Component

It's working on the webpage of primeng but won't work when you try to do it by installing 18.0.0-rc.2 in your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Cannot Replicate Issue could not be replicated by Core Team
Projects
None yet
Development

No branches or pull requests

3 participants