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
The event object from onSort is a multiSortMeta list which has objects with order and field fields not sortOrder and sortField props as described in TreeTableSortMeta. Also the table requires these fields so if i gave the table sortOrder and sortField it won't sort.
Reproducer
No response
PrimeReact version
8.1.1
React version
17.x
Language
TypeScript
Build / Runtime
Next.js
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:
werneerm
added
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: Bug
Issue contains a defect related to a specific component.
labels
Jun 30, 2022
melloware
added
Typescript
Issue or pull request is *only* related to TypeScript definition
and removed
Type: Bug
Issue contains a defect related to a specific component.
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jun 30, 2022
Describe the bug
The event object from
onSort
is amultiSortMeta
list which has objects withorder
andfield
fields notsortOrder
andsortField
props as described inTreeTableSortMeta
. Also the table requires these fields so if i gave the tablesortOrder
andsortField
it won't sort.Reproducer
No response
PrimeReact version
8.1.1
React version
17.x
Language
TypeScript
Build / Runtime
Next.js
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: