checkbox not working anyway, p-checkbox, in treeTableCheckbox.. Also p-treetable not working properly Primeng version 19.0 #17517
Labels
Resolution: Needs More Information
More information about the issue is needed to find a correct solution
Milestone
Describe the bug
Using checkbox alone or with treetable for example is not working, is like is disable.
Also treeTable have problems rendering, and virtualScrollItemSize not doing anything. Just adjust height with the number of rows
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/github/primefaces/primeng-issue-template?file=package.json
Environment
{
"name": "primeng-issue-template",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.3",
"@angular/cdk": "^19.1.1",
"@angular/common": "^19.1.3",
"@angular/compiler": "^19.1.3",
"@angular/core": "^19.1.3",
"@angular/forms": "^19.1.3",
"@angular/material": "^19.1.1",
"@angular/platform-browser": "^19.1.3",
"@angular/platform-browser-dynamic": "^19.1.3",
"@angular/router": "^19.1.3",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@primeng/themes": "^19.0.5",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^19.0.5",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.4",
"@angular/cli": "^19.1.4",
"@angular/compiler-cli": "^19.1.3",
"@types/jasmine": "~5.1.0",
"globals": "^15.12.0",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"rollup": "^4.24.0",
"typescript": "~5.5.2",
"vite": "^5.4.8"
}
}
Angular version
19.1.3 / 19.1.4
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Create element yourself and test propertly
Expected behavior
checkbox would work correctly, checking
treetable too.
The text was updated successfully, but these errors were encountered: