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
While Table now emits TableLazyLoadEvent through (onLazyLoad), TreeTable emits TreeTableLazyLoadEvent.
For some reason, Table correctly has firstand last of type number while TreeTable has the same properties, but of type any.
In every case I have tested, the values emitted were numbers and, I believe, it should be changed to that type. Otherwise, I do not know what to expect.
Environment
not relevant
Reproducer
No response
Angular version
16.2.11
PrimeNG version
16.6.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
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:
This issue has been automatically marked as stale due to a lack of activity. If this issue is still relevant to you, please leave a comment so we can keep it open. We apologize for not being able to prioritize it sooner. If you have any new information or questions, please share them in your comment!
mertsincan
added
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
and removed
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 25, 2024
Describe the bug
While Table now emits
TableLazyLoadEvent
through(onLazyLoad)
, TreeTable emitsTreeTableLazyLoadEvent
.For some reason, Table correctly has
first
andlast
of typenumber
while TreeTable has the same properties, but of typeany
.In every case I have tested, the values emitted were numbers and, I believe, it should be changed to that type. Otherwise, I do not know what to expect.
Environment
not relevant
Reproducer
No response
Angular version
16.2.11
PrimeNG version
16.6.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
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: