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
My subheaders disappear when I add lazy loading logic to the table.
I combined the two stackblitz examples from your documentation into one to reproduce. stackblitz to reproduce
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
May 20, 2024
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
I am using virtual scroll lazy with the given sub-header template.
sub-header
virtual scroll lazy
My subheaders disappear when I add lazy loading logic to the table.
I combined the two stackblitz examples from your documentation into one to reproduce.
stackblitz to reproduce
Environment
"dependencies": {
"primeng": "17.11.0",
"@angular-devkit/build-angular": "^17.0.5",
"@angular/animations": "^17.2.2",
"@angular/cdk": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/compiler-cli": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/platform-server": "^17.2.2",
"@angular/router": "^17.2.2",
"chart.js": "3.3.2",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"quill": "1.3.7",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
}
Reproducer
https://stackblitz.com/edit/tfika5?file=src%2Fapp%2Fdemo%2Ftable-subheader-grouping-demo.html
Angular version
17.2.2
PrimeNG version
17.11.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18
Browser(s)
chrom
Steps to reproduce the behavior
combine lazy loading and row group sub-header .
Expected behavior
The sub-headers are also displayed when virtual scroll lazy is used.
The text was updated successfully, but these errors were encountered: