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
[email protected] sorted columns with null values correctly.
Later versions 3.36.0 - 3.38.1 treats them as the biggest values (bottom of the table.)
IMHO there is a problem with #4555. I didn't check it
Describe the bug
[email protected] sorted columns with null values correctly.
Later versions 3.36.0 - 3.38.1 treats them as the biggest values (bottom of the table.)
IMHO there is a problem with #4555. I didn't check it
Reproducer
Sort the name or category column
https://stackblitz.com/edit/4ulyna?file=src%2Fservice%2FProductService.js
PrimeVue version
3.38.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
chrome 118.0
Steps to reproduce the behavior
on stackblitz sort the name or category column
Expected behavior
to sort correctly
The text was updated successfully, but these errors were encountered: