-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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: P-Table does work correctly with [rowTrackBy] for 17.13.0 version #15241
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Comments
Viktor-Ivliev
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Apr 9, 2024
This might be related: #15243 (comment) |
Yes it looks similar, then it needs more fixes. Like remove this |
Will be fixed here #15248 |
#15243 fixes this. |
tnx. ok, I whait when they merged =) |
cetincakiroglu
added a commit
that referenced
this issue
Apr 18, 2024
…to-a-boolean fix(#15241): removed invalid transforms on Inputs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
When use we
"primeng": "17.13.0"
and<p-table [rowTrackBy]="rowTrackBy" ....></p-table>
We have warning for develop and tests env:
'trackBy must be a function, but received null. See https://angular.io/api/common/NgForOf#change-propagation for more information.'
And it really doesn't use in
p-table
.But when we use
"primeng": "17.12.0"
or less it works correctlyEnvironment
Reproducer
No response
Angular version
17.3.3
PrimeNG version
17.13.0
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: