You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: