TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
24.51k stars 3.03k forks source link

fix(docs): Remove `nullish` in guide of `sortUndefined` #5485

Closed MiccWan closed 2 months ago

MiccWan commented 3 months ago

The sortUndefined option does not handle other nullish values like null. Only undefined is sorted by this option, the description might need some update.